Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00788680
Message ID:
00788828
Vues:
12
>Hello,
>
>I Have a listbox, with recordsource an updateable view.
>When the user clicks on the listbox, on another record, I check for changes (Check in click event of listbox with getfldstate), but the problem is, the record moved already.
>
>How can I check for changes before the cursor is moved by the listbox?
>
>Thanks for your help in advance!

Create a property on the form or the listbox class that can store the old record. In the When of the listbox, save the record to this property. In the valid, check to see if the record has changed.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform