Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameter in LOAD
Message
From
16/07/1999 13:16:10
Amit Abhangrao
Charmi Software Exports
Mumbai, India
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00242341
Message ID:
00242424
Views:
30
You CAN use the parameter in the Init. It will require a redesign of your form though. You will need to move the code that is dependent on the parameter out of the Init's of the objects and put it in a custom method, then call that method from the form's Init passing your parameter to it.

Using public variables is a poor design. The requirement for a public variable indicates a flaw in the design of the larger situation and using teh Public var only continues the bad design which will bite you later.
JimB




Hi Jim,

Yes, i can use parameter in init, but the problems is of load/init event of other objects on that form. which code executes before forms init.

Thanks
Amit
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform