I'm building a program in Powerbuilder 2019 R2. I have a number of windows that have datawindows. On my machine where I deployed the exe, I can see the datawindows, but for some reason when I run the exe on my VMs, the window itself opens but the data windows are missing. Any assistance would be greatly appreciated.
Datawindows are not displaying in Powerbuilder exe
310 views Asked by PBNick At
2
Are the data window objects dynamically assigned at run time? If so you may need to add them to a pbr file prior to compile.