Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameterized query dialog
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00330308
Message ID:
00330396
Vues:
16
>PROCEDURE GetLocationInfo
>
>LOCAL City
>City = ""
>
>*-- Get the desired city value from the user,
>*-- using our form with the desired title
>*-- NOTE: This form -must- be modal (WindowType = 1)
>*-- NOTE: This form -must- RETURN the desired value
>*-- of City in its Unload() event
>DO FORM MyForm ;
> TO City
>
>*-- If the City value is not blank,
>*-- get the location information
>IF !EMPTY( City )
> = REQUERY( "MyView" )
>
>ENDIF && !EMPTY( City )
>
>ENDPROC && GetLocationInfo

so in this code, is myForm the name of the form using the view to view the data or the name of the small form used to get the value for city?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform