Hi,
I get some problems with the 2019r2 version:
1. I updated from 2019 to 2019r2. After this, the selectionchanged event in tabs do not work. So, PB does not retrieve data in the datawindows of this tabs.
2. Then I mad a new compilation and it works fine in the development environment.
3. When I start the app on the customers computer, I get the same problem
4. I made a new msi file with the Powerbuilder runtime packager and installed it on the customers machine.
same problem :(
Did I miss anything when I deploy the new app version?
Any ideas
Thanks in advance
Best regards
Martin
Wow! That's some scary sh**!
What I do to avoid problems like this, is add the path to my folder with the shared dll's at the start of anything already present in the path FROM code when opening the application. The path will be altered to your needs while running the application. After that, the path is the way it was.
For this to work, you have to have a shortcut to the application which in "Start In" points to the shared folder in order to find the PBVM...DLL while your code hasn't altered the path yet.