Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VCX Containing A Form Class
Message
 
To
08/06/1998 22:38:30
Jayesh Vorani
Technova Imaging Systems Limited.
New Bombay, India
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00106145
Message ID:
00106150
Views:
29
>I Have A Class XYZ And I Have Derived A Form From it.In The Class Itself I Am receiving A parameter. Now If I want to receive One more other parameter to that specific or particular form what do I Do.??How Do I Accept Both The Parameters i.e The Class Parameter And Also A Diffrent Parameter To That Only Form.

I assume you are talking about receiving parameters in the init method. In your class' init method you have something like:
PARAMETERS tparameter1

In the form derived from the class you can add the parameter statement to its init method. Like:
PARAMETERS tparameter1, tparameter2

To call the original class init do:
DODEFAULT(tparameter1)

Richard
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform