Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form.BufferMode versus DE.BufferModeOverride
Message
From
09/04/1998 05:03:50
Andrzej Majlich
Vulcan sp. z o. o.
Wroclaw, Poland
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Form.BufferMode versus DE.BufferModeOverride
Miscellaneous
Thread ID:
00090702
Message ID:
00090702
Views:
60
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?
_________________

*|| Andrzej [NJ].
Next
Reply
Map
View

Click here to load this message in the networking platform