PRB: Function Requires Row or Table Buffering ModeID: Q128206 3.00 WINDOWS kbprg kbprb The information in this article applies to:
SYMPTOMSIssuing a command or function that requires buffering, without enabling buffering first, causes the following error to occur:
CAUSEA command or function, such as TABLEUPDATE() or TABLEREVERT(), that requires buffering to be enabled has been issued.
RESOLUTIONEnable buffering to resolve this problem. The on error routine listed below can be used to set the default buffering mode programatically if this error occurs:
MORE INFORMATIONAn on error routine can handle a variety of errors that may occur during processing. Include an OTHERWISE section within the DO CASE construct to handle errors that are not specifically included in the on error routine.
REFERENCESRefer to the Visual FoxPro Developer's Guide, or to the online Help, for a complete listing of Visual FoxPro system errors that may occur in your application. Additional reference words: 3.00 VFoxWin KBCategory: kbprg kbprb KBSubcategory: FxprgMultiuser
|
Last Reviewed: May 1, 1996 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |