Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CDataBehavior Class and Saving
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00380452
Message ID:
00380718
Vues:
9
Doug,

>I just added " AND tlAllRows" to the IF expression where it checks to see if the view is table buffered to relieve the problem. Just thought I would let you know.>

Yes, I actually changed this a while back and it will be in the upcoming Service Pack release...which I'm hoping to release at the end of July.

For you lurkers, here's the change I made in the CDataBehavior.Save() method:

Changed...

IF CURSORGETPROP('BUFFERING') = DB_BUFOPTTABLE

To...

IF tlAllRows AND CURSORGETPROP('BUFFERING') = DB_BUFOPTTABLE


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