Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resetting parameters in Views
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00183123
Message ID:
00183130
Views:
19
>>HI!
>>I am using parametrized view but the only thing I dont't understand is how can I set the parameters initially when the form is executed. I don't have any problem with REQUERY. Its just the initialization that asks me for an input value. I am wondering how can I assign a value prior to this.
>>THANKS.
>
>One way is to set view in DataEnvironment with Cursor.NoDataOnLoad=.T. It will save you from initial prompting. Then in some method, e.g. Form.Init event you may set parameter value and then issue =Requery("MyView")

That's what I do. Ed, I think you and I are pretty much on the same page about how to get to data. :)
Rich Addison, Micro Vane, Inc., Kalamazoo, MI
Relax, don't worry, have a homebrew.
- Charlie Papazian, The New Complete Joy of Home Brewing
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform