Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp50 - How do you pass a PARAMETER to a FORM?
Message
De
17/04/1997 13:54:28
 
 
À
17/04/1997 13:37:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00028749
Message ID:
00028761
Vues:
41
>>>I want to pass a two PARAMETERs to a FORM.
>>>help
>>
>>Put your parameter statement in the init method and DO FORM myform WITH parm1, parm2
>>
>>Matt
>
>thanks Matt... how do you call a CLASS with PARAMETERS?

If you mean when you create a Class, its the same situation. Put your parameter statement in the Init method and pass in your parameters as follows:

ox = CREATEOBJECT("ClassName", Parameter1, Parameter2, etc...)

-Doug-
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform