Hi all,
I have a problem that I can't solve with the synchronized scroll of 2 datawindow.
case :
dw_opt an header freeform datawindow
dw_opt_h a body freeform datawindow
these 2 data windows are very long (width property) so i need to scroll usind the horizontal scroll event.
the solution seems rather simple and works if it is performed by PB. once published for the web it does not work. I discovered that the scrollhorziontal and scrollvertical event do not work on the web, but at this point I wonder how I can perform the synchronized scroll.
Code :
This is the script for the scrollhorizontal event of dw_opt datawindow
dw_opt_h.Modify("DataWindow.HorizontalScrollPosition=" + string(scrollpos) )
please can someone give me some suggestions?
Thanks
PowerServer does not support the HorizontalScrollPosition property.
Regards,
ZhaoKai