Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00788680
Message ID:
00788828
Views:
13
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform