- Tamas Polgar
- PowerBuilder
- Friday, 10 February 2023 11:59 AM UTC
Hi!
Windows 10, PowerBuilder 2019 R3 Build 2728, PowerBuilder 2022 Build 1892
If there are too many sheets opened, opening a new sheet is unsuccessfull.
Test case:
w_partner lw_partner
str_parms lstr_parms
lstr_parms.primary_key = 1000
ll_ret = OpenSheetWithParm(lw_partner, lstr_parms, "w_partner", gw_frame, 0, Original!)
w_partner is a window with lots of controls (tab, userobjects, datawindows, buttons ...)
w_partner opens twice successfully and ll_ret = 1.
The third attempt to open the window is unsuccessfull.
PB2019 R3: waiting with hourglass and nothing happens
PB2022: return value (ll_ret) is -1
Any idea?
Thanks
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.