Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
My question of the week...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00169379
Message ID:
00169521
Vues:
30
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform