Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameterized query dialog
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00330308
Message ID:
00330886
Views:
16
>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform