We are using PowerBuilder 2019 R2. (19.1.0.2353)
When we run our application, that was generated using the autocompiler (pbc190.exe) we are getting an error:
When we build the application using the IDE and run it there are no errors.
There are some file size differences between the two for some of the .pbd files that get created.
There seems to be an issue with the autocompiler.
I've checked that the versions match.
Has anyone else run into this issue?
Anything else I can check?
The runtime error is not in the compiler, it is in the executable created by the compiler.
The compiler runs without any errors.
If i create the executable with the IDE I don't get the runtime error.
What is the datawindow object
How many rows in the datawindow/datastore
What row was passed to the GetItemXXX call
What column was passed to the GetItemXXX call
Maybe the datawindow object didn't get included in the PBD which leads to zero rows retrieved.