PRB: "Table or Row Buffering Requires that SET ..." ErrorID: Q128719 3.00 WINDOWS kbprg kbprb The information in this article applies to:
SYMPTOMSIssuing a CURSORSETPROP() function without first issuing a SET MULTILOCKS ON command results in error number 1589. The error message is:
CAUSEYou must enable multilocks prior to beginning to buffer through the CURSORSETPROP() function or through the interface.
RESOLUTIONIssue a SET MULTILOCKS ON command. You can handle this error in a program by using this error routine:
STATUSThis behavior is by design.
MORE INFORMATIONAn on error routine should 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 Help menu, for a listing of Visual FoxPro system errors that can 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. |