Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connecting VFP tables with CR2008

Status
Not open for further replies.

jpowe60

Programmer
Mar 4, 2009
35
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top