Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving Directly to table
Message
From
14/09/2010 12:20:46
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01481130
Message ID:
01481139
Views:
62
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform