Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resetting parameters in Views
Message
From
02/02/1999 14:58:08
 
 
To
02/02/1999 14:55:25
Noman Aftab
Embry-Riddle Aeronautical University
Daytona Beach, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00183123
Message ID:
00183126
Views:
17
>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")
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform