Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameterized query dialog
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00330308
Message ID:
00330886
Vues:
15
>I am having one other problem, when the form first opens, the original view parameter dialog box is still opening, and then the one I created opens, I didn't think it did this yesterday, but it is. Where should I put the DO procedure call if I want it to ask the user for input right before the form opens, I have it in the Load event of the form now.
>
>Ryan

What's happening is that the view is being initialized in the DataEnvironment before the Load() fires.

If your form has the view in question as part of the DataEnvironment, set the NoDataOnLoad property for the view to .T. -- then the original view parameter dialog box won't show up, only the one you created.
Evan Pauley, MCP
Positronic Technology Systems LLC
Knoxville, TN

If a vegetarian eats vegetables, what does a humanitarian eat?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform