Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Use of macro substitution
Message
De
09/03/2003 09:03:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Use of macro substitution
Divers
Thread ID:
00763410
Message ID:
00763410
Vues:
50
I have a form property called thisform.filename initialized to "c:\test\test.dbf"
When I run a query using "Select * From &thisform.filename" it errors saying the table is not found.

If I set the form property to a variable as follows:
lcfilename = thisform.filename
Select * from &lcfilename - the query works.

Is it that a form property is not really a variable as far as macro substition is concerned.

Gaylen
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform