How do automatically move the horizontal scroll bar of the graphics window to the far right?
Hello!I used the following code to create a graphical window.How do I automatically move the horizontal scroll bar of the graphics window to the far right?Thanks!nw = New Window( "", dt << Get As Report );
Current Data Table( nw );
nw << Select Columns( 4 );
nw << Go To( 4 );
Wait( 0 );
gav2013