Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My question of the week...
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00169379
Message ID:
00169521
Views:
24
Steve,
The form INIT loads AFTER the INIT() methods on all the form controls. That's why you need to make sure that anything called by the controls has code in the LOAD() method (or other method called early in the form). Keep this in mind when you're passing a parameter (like a table ID value) to a form. It is passed to the INIT() and your code to process it will be run AFTER all the controls are loaded.

HTH
Barbara

>Thanks for helping me out.
>
>I moved the USE commands from the Form Init to the Form Load and the 'Alias not found' error went away on 3 different forms.
>
>I really appreciate your help.
>
>Steve Kramer
>Alias "Not Found"
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform