Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Questions on Views
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00245432
Message ID:
00245458
Vues:
17
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 ------------
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform