Hi,
I'm working on an old Powerbuilder database, version 11.5 and I'm updating it to the newest version: Version: 2021 Build: 1509.
Migration assistant was used and it looked like a success.
All historic 'Warnings' fixed
So I did a full build, deploy and then the issue happened: u_tab and ObjectSheet cant see any objects and I'm getting an event error:
Error Number: 22 Error Object/Control: tab_1 Error Script: constructor Error Line: 25 Error Text: Unknown object type: u_tabpg_build at line 25 in constructor event of object tab_1 of w_resp_build_search. |
The object tab_1 uses this code:
userobject luo_newpage
long ll_build
this.opentab(luo_newpage,'u_tabpg_build',0)
luo_newpage.text = 'Name'
This code works fine in the old production version and works when you run the application in powerbuilder debugger.
Has anyone got any ideas what might be causing this error?
Thanks
Jon