Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp50 - How do you pass a PARAMETER to a FORM?
Message
From
17/04/1997 13:54:28
 
 
To
17/04/1997 13:37:59
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00028749
Message ID:
00028761
Views:
40
>>>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-
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform