- Stefan Zehner
- PowerBuilder
- Friday, 24 June 2022 01:25 PM UTC
Hello,
after I have not found advice to my question and since I'm pretty new to Powerbuilder, I just post it here:
I'm just about upgrading my Powerbuilder Workspace from Rel. 12.5 to 2019R2. There I do have a PBL (used for a report) which I have revised in PB2019R2. Once done I have compared the code (edit source) of unchanged 12.5-object with revised 2019R2-object and found that there is only one type of differences:
2019R2-object: For 3 datawindows (dw_...) and 1 user object (uo_...) I see the line "boolean bringtotop = true"
unchanged 12.5-object: This Line is not included.
As I'm having issue with my application bringing a white area on top of the filter window, I wanted to make new 2019R2-object 100% same with unchanged 12.5-object. Therefore I want to remove this string "boolean bringtotop = true"
When I click the dw or uo in the control list and then right click I can only select "bring to front" or "send to back". Same with >Menu>Format.
Under Properties I cannot find this setting either.
Does anybody now how I can remove "boolean bringtotop = true" from the 2019R2-object? I'm afraid that it is not the right way to just delete these lines from the source code.
Thank you very much in advance for your answer.
Best regards,
Stefan
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.