Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chaning A Table's Location
Message
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Title:
Chaning A Table's Location
Miscellaneous
Thread ID:
00770981
Message ID:
00770981
Views:
37
Can someone help me figure out to change the full path & name
of a fox2x table in runtime. I have this code, but I get a LOGON
FAILED error:
FUNCTION ChangeTableLoc
LPARAMETERS oTable, cNewTableLoc

oTable.SetTableLocation(cNewTableLoc)

RETURN
I have also tried:
FUNCTION ChangeTableLoc
LPARAMETERS oTable, cNewTableLoc

oTable.Location = cNewTableLoc

RETURN
Can someone tell me what I'm doing wrong?

Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform