Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Table buffering is not enabled"???

Status
Not open for further replies.

GerryWhite

Programmer
Apr 3, 2000
28
US
I'm working with the TxtBtns nav class in VFP 6. When I am working locally, I have no problems. When I am working from an EXE, I get the following message consistently:
TABLE BUFFERING IS NOT ENABLED from the UpdateRows method within that class. As far as I can tell, I've got everything enabled that needs to be.
Any suggestions?

Thanks! ** Gerry White
** (soon)
** Are we having fun yet?
 
HI
YOU MAY NOT HAVE TURNED THE BUFFERING ON. USE THE CURSORSETPROP() TO SET THE BUFFERING.
IN THE DEVELOPEMENT ENVIRONMENT, YOU MIGHT HAVE SET THE BUFFERING, USING THE TOOLS->OPTIONS TO SET BUFFER AS DEFAULT. THAT MIGHT BE THE REASON, IT WORKS CORRECTLY.

IF THE TABLE IS OPENED IN THE DATAENVIRONMENT, THEN YOU CAN SET THE BUFFERING IN THE DATAENVIRONMENT TABLE PROPERTY ALSO.

hOPE THIS HELPS :) ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
LET KNOW IF THIS HELPED. ENOUGH EXPERTS ARE HERE TO HELP YOU OUT! BEST OF LUCK :)
 
Thanks, guys! It turns out I had buffering set to 3 - which is for ROW buffering. I should have had it set to 5 - for TABLE buffering.

I got this answer from a person on the UT website. ( which is another major hangout for Foxpro/VFP-types. I'm starting to like Tek-Tips a lot. I've been able to give AND get help from this site very readily.

- Gerry ** Gerry White
** (soon)
** Are we having fun yet?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top