AlastairOz
Technical User
When I install my app and test on another computer, and install to say c:\program files\app\ I get error messages.
During development I used a different directory.
I have some code in the main prg that sets the path, so that works OK, the problem is with cursor adaptors.
I have used cursor adaptors throughout my application. They are all setup with data source type as native. Also has the path to the database. However the path to the database when
the app is installed is different.
Can I use some code in the main prg to give the cursor adaptors a variable path? What are my options?
During development I used a different directory.
I have some code in the main prg that sets the path, so that works OK, the problem is with cursor adaptors.
I have used cursor adaptors throughout my application. They are all setup with data source type as native. Also has the path to the database. However the path to the database when
the app is installed is different.
Can I use some code in the main prg to give the cursor adaptors a variable path? What are my options?