- Vladimir K.
- PowerBuilder
- Monday, 4 May 2020 09:08 PM UTC
Hi All.
Please see attached.
Basically, i have datawindow on the left and handful datawindows on the right with visible property set to false.
Rowfocuschanged on the left one, using hide() and show() to display needed and hide not needed datawindows.
Works perfectly fine in R1.
With R2, it look like it does hide and show datawindows, but ignoring scrollbars.
The way around that looks like it works is:
if i want to hide them:
dw_1.hide()
dw_2.hide()
dw_1.vscrollbar = false
dw_2.vscrollbar = false
and if i want to show them:
dw_1.show()
dw_2.show()
dw_1.vscrollbar = true
dw_2.vscrollbar = true
Is it a bug or from now on i need to code this around, or there is something else i don't know?
help will be greatly appreciated.
Thank you
Sincerely
Vlad
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.