Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interactive Change Event on List Box
Message
 
To
10/01/2005 12:36:31
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00975713
Message ID:
00975726
Views:
17
>In a List Box, how to known the item before the interactiveChange Event triggered?

When the listbox gets focus, place it's value in the ListBoxe's TAG property:

procedure MyForm.MyListBox.Gotfocus
this.tag=transform(this.value)


That way, after the interactive change, you can compare the current value with the old value in the TAG property.
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform