Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Powerbuilder 2019 R2 中构建一个程序。我有许多具有数据窗口的窗口。在我部署 exe 的机器上,我可以看到数据窗口,但由于某种原因,当我在我的虚拟机上运行 exe 时,窗口本身打开但数据窗口丢失。任何帮助将不胜感激。
有没有可能没有安装打印机驱动程序,或者没有设置默认打印机?DW 的显示很大程度上取决于打印机驱动程序。
祝你好运。
数据窗口对象是否在运行时动态分配?如果是这样,您可能需要在编译之前将它们添加到 pbr 文件中。