Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not canceling
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00128222
Message ID:
00128266
Views:
15
Nathaniel,

>This is what I have done... I added a page to a bizobjmaintanance form and added a clistobj with two columns. The first column is just text and the second column has checkboxes. I added a cmdmaintok and cmndmaintcancel. The cmdmaintok works fine, but if you check several check boxes and then click cancel, it only unchecks the one that was most recently checked? Why does this happen? How do I fix it.
>I would appreciate any help. BTW the clist object is based on one view that is set up correctly>

Is your view row buffered or table buffered? If it is row buffered, whenever you move the record pointer in the view, by default Visual FoxPro sends changes back to your view's source table. This means Cancel will only will on the current record.

Also, you may want to make sure that the Sparse property of your checkbox is set to .F.

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform