Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lookup on the form
Message
De
07/02/2006 03:51:14
 
 
À
06/02/2006 15:33:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01094102
Message ID:
01094210
Vues:
8
Hi,
One small possible improvement:
lcHereIsAFreeEmptyString = thisform.LookUpAirPort(this.Value)
GD&R...
>IF LEN(ALLTRIM(this.Value)) == 3
>   thisform.LookUpAirPort(this.Value)
>ENDIF
>
>
>*** LookUpAirPort method of the form
>
>LPARAMETERS lcAirPort
>SEEK m.lcAirPort IN TableWithAirPorts ORDER AppropriateOrders
>thisform.LabelWithAirPortName.Caption = ALLTRIM(TableWithAirPorts.name)
>RETURN ""
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform