Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing parameters
Message
De
28/06/2002 07:38:13
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00673173
Message ID:
00673209
Vues:
21
Hi Charles,

Try this:

YourFunc('CursorName')

PROCEDURE YourFunc
LPARAMETERS cCursorName

* Accessing the table
SELECT &cCursorName

* Accessing the fileds.
lLocalVar = &cCursorName..Field1

HTH
Mike
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform