Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Chaning A Table's Location
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Titre:
Chaning A Table's Location
Divers
Thread ID:
00770981
Message ID:
00770981
Vues:
36
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform