Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return a none Public Variable
Message
 
À
10/11/2001 12:52:43
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00580162
Message ID:
00580240
Vues:
18
Steve,

Have your rpogram return teh desired value on the return statement;
* Form method
Thisform.Property = GetDrawing("blahblhabLah")
* GetDrawing
LPARAMETERS tcStuff

LOCAL lcReturn
lcReturn = ""
DO CASE
... get the information into lcReturn
ENDCASE
RETURN lcReturn
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform