Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DBF() for Cursors - where is the FPT file?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
DBF() for Cursors - where is the FPT file?
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01027614
Message ID:
01027614
Views:
102
Hi!

Is there a similar function to DBF() getting back the FPT file location?

Tried this:

Serverside:
select * from table into cursor curtest
lcAppendfromTable = FILETOSTR(FULLPATH(DBF("curtest")))
lcAppendfromFPT = ????

Client side :
STRTOFILE(lcAppendfromTable,"TEMP_APPEND.DBF")
STRTOFILE(lcAppendfromFPT,"TEMP_APPEND.FPT")
APPEND FROM TEMP_APPEND.DBF
Marvin Blase (tA-logistic Software GmbH)
You'll never notice the good things if you haven't seen the bad.
Next
Reply
Map
View

Click here to load this message in the networking platform