Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Proper cursor buffering
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Proper cursor buffering
Divers
Thread ID:
00183097
Message ID:
00183097
Vues:
65
I have a form2 that is called by form1. Form1 has Private datasession and Optimistic buffermode set. The form2 has Default DS and also Optimistic buffermode set.

Now, when I create a read/write cursor (via CREATE CURSOR...followed by USE DBF()...followed by REPLACE to update some records) in code and then issue =CURSORSETPROP("Buffering",5,"cMycursor") the cursor should now be buffered. However, when I make changes to the data, GETFLDSTATE(-1) is returning no changes being made. Only when I make changes to those records that I actually had initially done REPLACE to get some default data does GETFLDSTATE() reflect changes being made. Obviously, somethings wrong here.
It's "my" world. You're just living in it.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform