Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to 'Add' a record?
Message
De
19/12/2000 14:21:52
 
 
À
19/12/2000 14:08:11
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00454759
Message ID:
00455147
Vues:
38
>I did looked into the TableUpdate, TableRevert, GetNextModified, GetFldState, CurVal, OldVal. I like to use those. In spite of my limited knowledge of installing those codes in VFP 6.0, can anyone help me with that? I read the Microsoft Visual FoxPro 6.0 Programmer's Guide, pages 480 to 486. I am still not understand where to put those in. The problem with me is there are so many 'Events' (Click Event, Activate, Init, etc...) that I am not sure where to put those codes. I get all kinds of errors. Could someone kindly guide me to where/what to type the codes to help me use the RECORD BUFFERING (OPTIMISTIC). I can see that there is CURSORSETPROP('Buffering',3), but where to put that?
>
>Chuck

If you want ALL future tables/cursors to open as buffered, do:
CURSORSETPROP("Buffering",3,0)
You can do this in whatever you're beginning code does. Otherwise, you'd have to issue your CURSORSETPROP() after each table/cursor is opened.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform