Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not canceling
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Divers
Thread ID:
00128222
Message ID:
00128266
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform