Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
tablerevert in Grid
Message
From
09/12/1997 09:03:21
 
 
To
08/12/1997 18:11:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00063641
Message ID:
00064632
Views:
84
>>You should use DE.Cursor.BufferModeOverride properties to set table buffering. If you didn't do this you had row pessimistic or optimistic setting.
>
>I don't understand how to use DE.Cursor.BufferModeOverride properties after viewing the help menu and the language reference menu. For example, my tables are called demo (parent table), daily (child table), and encount (child table). Daily and encount are the tables in the grid box which I would like to have the "revert" option. I tried to type
>
>DE.Cursor.BufferModeOverride=5
>
>in init method but I got an error message saying that "Object DE is not found". Besides, I do not have any cursor in my data environment, how can I achieve my task without creating a cursor? One way I can think of is to use CURSORSETPRO("buffering",5) for each table.
>
>Thanks a lot.
>
>
>Chu

DE means DataEnvironment. You can set property in Form Designer or programmatically using Thisform.DataEnvironment.CursorX....., or using Cursorsetprop().
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform