I have the following code in my application..
CrRptPath =SYS(2023)<
IF !DIRECTORY(CrRptPath,1)
MD &CrRptPath
ENDIF
This returns c:\docume~1\jpower(User's LogIn ID)\locals~1\temp
within my proggram I have the following statement..
COPY to crRptpath+"active_clients_demographics.dbf"
this copies the data to the folder mentioned above..
What I need to know is how do I set up within CR2008, the database location so that the correct path is being used..
not the one mentioned above...
Any comments/suggestions greatly appreciated...
thank yiou
CrRptPath =SYS(2023)<
IF !DIRECTORY(CrRptPath,1)
MD &CrRptPath
ENDIF
This returns c:\docume~1\jpower(User's LogIn ID)\locals~1\temp
within my proggram I have the following statement..
COPY to crRptpath+"active_clients_demographics.dbf"
this copies the data to the folder mentioned above..
What I need to know is how do I set up within CR2008, the database location so that the correct path is being used..
not the one mentioned above...
Any comments/suggestions greatly appreciated...
thank yiou