Hello ,
We have migrated to PB 9 to PB 2019 (64 bit) version .
And one of the response window is taking 5 - 10 minute to open mle_text where in PB 9 it is opening at the same moment once you click on the Modify button.
But in PB2019 we are facing issues in every button :
1) Once we open Modify button it stuck there for almost 5 min
2) Once we click on OK after modify something on mle_text it stuck for 5 min again
3) And on closing the response window it stuck again for 2-3 minute.
It is not happened always but very frequently.
I am attaching code snippet for the same which we are using .
Please help me to resolve this performance issue.
https://docs.appeon.com/pb2019r3/upgrading_pb_apps/index.html
2. For 64-bit, did you review/follow the information in the Migrating 32-bit Applications to 64-bit publication (Note: This publication was issued after PB 2019, but it contains useful information):
https://docs.appeon.com/pb2022r3/migrating_32bit_applications_to_64bit/index.html
If your application calls any Windows API functions via PB external function declarations, there may need to be refactoring performed for 64-bit. The publication listed above can help.
3. Is your application built upon an object framework, such as the PowerBuilder Foundation Class (PFC) or Standard Tool & Die (STD)? If so, did you upgrade the framework libraries to a 2019 version?