Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo value has changed
Message
From
19/10/2005 15:59:57
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01060472
Message ID:
01060482
Views:
16
>Is there any easy way to know that the value of the combo has changed? In the VALID this.controlsource = this.value = this.displayvalue. What other property or method can I use to know it has changed value?
>
>Brenda

In GotFocus Event:
this.Tag = TRANSFORM(this.Value)
In LostFocus Event
IF TRANSFORM(this.Value) # this.Tag
   ...
ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform