Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Interactive Change Event on List Box
Message
 
À
10/01/2005 12:36:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00975713
Message ID:
00975726
Vues:
16
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform