Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use combo box bound to field
Message
De
16/01/2006 08:16:25
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01087103
Message ID:
01087113
Vues:
11
Sergey

Please enlighten me. How does this check whether the input value already exists in the look-up, before deciding to write the new value to the table? As I read it, it only checks the current value of the combo. But then again, sometimes I'm dyslexic at reading others' code :-)

Terry

>>Try
* Combo Valid
>>IF NOT EMPTY( This.DisplayValue )  ;
>>		AND NOT (ALLTRIM(This.DisplayValue) == ALLTRIM(This.Value))
>>	INSERT INTO mytable VALUES (This.DisplayValue)
>>	This.Value = This.DisplayValue
>>	THIS.Requery()
>>ENDIF
>>
>>>
>
>Thank you very much, Sergey. I will try your approach.
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform