PB2019R2, b2328
Windows 10, 64 bit platform
32 bit application comprised of a single PBL
No PFC
Summary:
Why in the world is the retrieval failing?
Details:
This is the first app we are testing using PB2019R2, so please forgive me if I'm making dumb RTFM mistakes.
When the dw_retrieve in our window is executed it runs fine in the IDE, but generates an error from the EXE. The entirety of the error msg is: "dw_1 retrieval experienced an error: -1"
The EXE is placed on a network drive, the runtime DLLs are in the same drive.
In addition, the PATH includes this folder:
C:\Program Files (x86)\Appeon\Shared\PowerBuilder
It's not a complex retrieval:
Thank You,
Olan
1) create a dummy userobject / window
2) paste a dw control for each of the datawindows and assign them to the controls.
3) save the userobject / window to a library
That way the compiler should automatically include them in the exe without the need for a pbr file or compiling with pdb.
regards, glad you solved it.
"To include a DataWindow object in the list, enter the name of the library (with extension PBL) followed by the DataWindow object name enclosed in parentheses."