Optimizing DataStore rendering mode

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:

  1. The default location of the IDE's pb.ini file is in the %localappdata%\appeon\PowerBuilder ##.0 directory.

  2. 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.

  3. For information about the UseHwnd setting, we recommend referring to the description in the pb.ini Settings section of the Help documentation.