Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HELP!! BufferMode property
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00034833
Message ID:
00034835
Views:
40
>Hi,
>My app uses a few small free tables. My form uses the Picture buttons that come with the Form Wizard (VFP3).
>I hit Edit to edit a record then decide against that and click the Revert button.
>The following code:
>*Reverting Record
>If THIS.Parent EditMode
> If THIS.Parent.UseDataEnv
> Select (THIS.Parent.OldAlias)
> =TableRevert(.T.)
>
>dies on the =TableRevert(.T.) statement with the error:
>
>Function requires row or table buffering mode.
>
>I've set the BufferMode property of the form to 1 and to 2, but neither seem to make a difference :(
>Can anyone help?!?
>
>Thanx in advance,
>John

Check DataEnvironment.Cursor.BufferModeOverride setting
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform