0

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.

PBNick
  • 55
  • 1
  • 11

2 Answers2

0

Any chance there are no printer drivers installed, or no default printer set? The display of the DW is heavily dependent on the printer driver.

Good luck.

Terry
  • 6,160
  • 17
  • 16
0

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.

Matt Balent
  • 2,337
  • 2
  • 20
  • 23