I’m migrating a Client/Server App from PowerBuilder v10 to Appeon R3 using Windows 10.
After migration, R3 migration process did not carry full definition of few events of a window. There are few cases where
Window has user event defined with argument, but migrated version has NO argument in that event.
In few cases migration process changed my return type from LONG to Integer.
…Hence it spits warning at Run time or on Regeneration of those objects:
Warning: C0210 Event “ue_save” cannot be overloaded.
Warning is correct because in my code its calling with THE ARGUMENT as it should be, migration process DID NOT carry the fully defined user event with argument.
FYI The code has been working fine for last 20 years.
Thanks in advance.