Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Questions on Views
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00245432
Message ID:
00245458
Views:
11
Hi Gerard
Instead of doing lcField="123" you should use the following syntax when opening the view.

USE myview IN 0 NODATA

That will both take care of the message and reduce the time for opening the view since you don't have to do a query on your view.

/Pierre Unge, Sweden

>>>2. I have a from which uses a parameterized updateable view.
>>> I am not using the data Environment (instaed I open all files on a startup routine) , but message keeps coming up to enter a value in the parameter field (?lcField)
>>
>>If the parameter is ?lcField you need to put a value in it prior to using it.
>>
>>lcField = "123"
>>use MyView
>
>
>Wold this typically be done 'in the form' or when I initially open my table.
>If on the form where in the form
>
>Regards,
>
>Gerard
------------- if you cut here, you'll probably destroy your monitor ------------
Previous
Reply
Map
View

Click here to load this message in the networking platform