The following setting may help resolve some application crashes during runtime.
-
Open the pb.ini file and add the following content:
[DataStore Behavior]
UseHwnd=no
Note:
-
The default location of the IDE's pb.ini file is in the %localappdata%\appeon\PowerBuilder ##.0 directory.
-
If you are running a compiled EXE, you need to create a pb.ini file in the directory where the EXE is located and include the above content.
-
For information about the UseHwnd setting, we recommend referring to the description in the pb.ini Settings section of the Help documentation.


