I have two datawindows with same number of columns and it is Freeform. I have arranged columns one after another(vertically). How to scroll two datawindows simultaneously at a time in Powerbuilder 10.5?
You probably want to use the ScrollToRow method on the second datawindow. However, since you have arranged your columns in a long vertical row, it is unclear if this will work for you.
There is also a SetColumn method on datawindow controls but this does not 'scroll' to the column to make it visible.
Datawindow controls also have ScrollVertical and ScrollHorizontal events which you might use as well.
Look up these methods in PowerBuilder Help for additional information.