Hi All,
PB supports reading Datawindow column AccessibleName via Windows Narrator and NVDA. If you run into problems, it's recommended to do something like this:
1. If you are using PB 2019 R3 Build 2670, please upgrade to PB 2019 R3 Build 2728 or higher first.
2. If you have PB IDE installed locally, please modify the pb.ini file for PB IDE, which is in this location by default: %localappdata%\Appeon\PowerBuilder ##.0\pb.ini, you need to add ACCESSIBILITY=1 in the [Data Window] section of this pb.ini.
[Data Window]
ACCESSIBILITY=1
If you don't have PB IDE installed locally, you need to manually create a pb.ini file in the same directory as yourapp.exe and add the above content.
For more information on ACCESSIBILITY, please refer to: https://docs.appeon.com/pb2022/application_techniques/Creating.html
3. If you are using Windows Narrator, please check the option "Read and interact with the screen using the mouse" in Narrator Settings.
4. Set the AccessibleName property in DW Column, run the PB application, launch Windows Narrator or NVAD. Then when you move your mouse over DW column, it will read the Column information, including AccessibleName.
Regards,
Ken