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
https://docs.appeon.com/pb2022/troubleshooting_guide/tr_142.html