Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message using wizstyle.vcx textbuttons
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00061953
Message ID:
00062062
Views:
46
>>>I am new to Vfp5.0. I have created a test form with one table and a page frame. I have added the textbuttons (Next, prior, edit, etc) from the wizstyle.vcx class lib. I have set buffering to optimistic in the DE and in the form. When I run the form and I click the edit button, and change a field, and then click save, I get the following error message: "m.nModRecord = GetNextMod(0); Error 1596; Table buffering is not enabled.; Method: updaterows; Line: 49
>>>Even though this message appears each time, the changes are saved. Can anyone help? ( Is it easier to create one's own navigation buttons?)
>>
>>easier to create your own. where do you open your tables?
>
>The table is in the Data Environment of the form.

Check each cursor to make sure that data buffering is set to either Pessimistic or Optimistic, row or table, since the WizStyle buttons expect it. If you do not wish to use data buffering for other reasons, then you will have to develop your own buttons. However, data buffering offers many advantages, including NOT having to do Scatter/Gather or other memvar handling.

Barbara
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform