Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameter for selecting view
Message
 
 
To
19/10/2001 08:13:47
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00570305
Message ID:
00570775
Views:
20
>>>PMFJI, but are you saying that private variables in the calling program are available in the Load of a form? Then vanish when the Init occurs? That could resolve some issues I have going on...
>>>
>>>Renoir
>>
>>No, why should they vanish? You could delete them manually, of course. I understand what Nadya said as follows: I have to open tables in Form.Load(), not in Form.Init(), since Form.Init() is too late for opening tables.
>>
>>Hilmar.
>
>I understood it differently. Thanks for clearing it up.
>
>Renoir

Actually, I think Renoir understood it better, but Hilmar is also right :) I usually open all tables in Form.Load (don't like to use DE), because Init is usually too late. Also, if I need to pass some parameters to the form, but Init is too late for these parameters, I just have them as private in the calling form/program. These variables could be accessed by Form's Load, but they would not be seen by Form's Init.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform