Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Saving Directly to table
Message
De
14/09/2010 12:20:46
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01481130
Message ID:
01481139
Vues:
60
>>HELLO!!
>>i have this form connected to a single database.
>>Normal as ever.
>>Except that when i enter data into the fields it saved directly too the table . I dont evven have too save and if i "Revert" (tablerevert) the table still keeps it any idea why its doing that? the table has pessimistic buffering btw
>
>Don't set it in the Data Environment. Set properly using cursorsetprop function in form's Load, for example, using table buffering level.
>
>BTW, I usually use optimistic table buffering (5).


Well i did
Set Multilocks on
CURSORSETPROP("Buffering",5,"cover")

but that solved 1/2 the problem.

on that form I pulll data from another table INTO that table. now the data i write manually from INTO my form doesnt get saved directly in the table anymore. but the data i pull in does
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform