Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameter in LOAD
Message
 
To
16/07/1999 12:56:41
Amit Abhangrao
Charmi Software Exports
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00242341
Message ID:
00242423
Views:
32
Amit,

Here's the problem you are facing. It is in the design of the contained objects and not the form. You are using an Event to do what you really need a method for. The Init and Load events fire at specific times during object creation. You want certain code to run dependent on an outside value. It is a design flaw to use an Event for this. Better design would be to give your controls a method and then call that method when your code is ready for it to run. Building in a dependency on the creation order of the objects will definitiely come back to haunt you alter.
Previous
Reply
Map
View

Click here to load this message in the networking platform