Hi, we have an application developed in Powerbuilder 12.1 which we are migrating to Powerbuilder 12.6 (4138), there are some challenges encountered during our testing (which we anticipated) but this one is a showstopper for us as we are stuck to identify what the issue is.
This is only an issue in 12.6 and is working fine in 12.1.
The problem is the line below in an event on window w_main:
uo_1 is a variable of a window type for a window named wasset100.
Ideally what's happening is that the Message 1 will show, open the window wasset100 then return the process back to w_main to execute a few more lines (or show Message 2). This is also how it goes in 12.1.
In 12.6 the process failed to return in w_main so the Message 2 is not showing after opening the window wasset100 . I have a few more messagebox in the Open event of the wasset100 window and also able to debug so I can confirm that the system is able to open the wasset100 window. Only problem is that it is not returning to w_main to execute the lines after the open function.
Hope you can help.
Thanks!