Finally my first little project is ready to go live, but I am stuck in the handling of linked tables as I have split the database.
My problem is that the links to the table in the FE part points to the location where I did the development. And this means that the links doesn't work when I deploy the app using Dev Kit install package.
I have found example databases that have code that handles this issues, but these examples have been so large and complicated that I just don't understand it.
I would appreciate som help with:
1) check if the path is correct - are the tables (or the BE part) in the specied location? I don't even know which properties to look for...
2) set the path - is it possible to set a path that is relative to the location of the FE part? If not, how can I create a box where the user can choose the location?
My problem is that the links to the table in the FE part points to the location where I did the development. And this means that the links doesn't work when I deploy the app using Dev Kit install package.
I have found example databases that have code that handles this issues, but these examples have been so large and complicated that I just don't understand it.
I would appreciate som help with:
1) check if the path is correct - are the tables (or the BE part) in the specied location? I don't even know which properties to look for...
2) set the path - is it possible to set a path that is relative to the location of the FE part? If not, how can I create a box where the user can choose the location?