Run-time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

With a front-end back-end designed run-time deployment. During package development you are prompted for a location for the install, but I would like to place the back-end in a different location and allow the user to pick this location rather than hard code it in the original link prior to developing the run-time application.
 
Then you need code in the front end to relink to the back end, in its
correct location, at runtime. Googling on the appropriate terms (front end,
relink, folder, location, whatever) will doubtless get you something.

HTH,
TC


Forrest said:
With a front-end back-end designed run-time deployment. During package
development you are prompted for a location for the install, but I would
like to place the back-end in a different location and allow the user to
pick this location rather than hard code it in the original link prior to
developing the run-time application.
 
Back
Top