Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form.BufferMode versus DE.BufferModeOverride
Message
From
09/04/1998 09:44:43
 
 
To
09/04/1998 05:03:50
Andrzej Majlich
Vulcan sp. z o. o.
Wroclaw, Poland
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00090702
Message ID:
00090745
Views:
21
>Imagine you have updatable local view with optimistic buffering (5). When you want to save changes to involved table, all you would to do is to issue TABLEUPDATE(.T.) on the view. But...
>The table musn't be buffered. If not, you have to issue second TABLEUPDATE on the updated table.
>
>The question:
>How to force the table to be not buffered in DE?
>
>Answer 1 (wrong):
> Set the form's BufferMode to '0-None'
> Set DE.table's BufferModeOverride to '1-Use Form Setting'
>
>Answer 2 (working):
> Ignore form's buffering setting - set '0-None' directly to DE.table.
>
>Do you know any other solutions?

=cursorsetprop("buffering",1,"cursor1")
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform