I am currently working on an application. I have seen the HOME() function used in the microsoft samples. When I install my application on a new computer how to I reference the different drives when creating reports or running forms. For example. I have a form I run from the menu. I call it by using the following.
DO FORM C:\FOLDER NAME\FORMS\FORM1.SCX
I want the folder name and location to be static. However when the directory changes my application does not. Is there a fix for the "C:\" problem?
Thanks
DO FORM C:\FOLDER NAME\FORMS\FORM1.SCX
I want the folder name and location to be static. However when the directory changes my application does not. Is there a fix for the "C:\" problem?
Thanks