We have a screen with multiple datawindows. HsplitScroll for each datawindow is selected in the property and to the last datawindow HScrollbar is selected and we have the code guo_globals.of_sync_hscrollbar(Parent, This) in scrollhorizontal event of the last datawindow to sync the scrollbars of all the datawindows.
This sync works fine in the native Powerbuilder but not in powerserver web. is there a solution for this to sync all scrollbars?
Thank you.
Is there any alternative to scroll the Horizontal bar by adding a offset programmatically?