PRB: Incorrect Error Message with CursorSetProp()Last reviewed: January 31, 1996Article ID: Q143295 |
The information in this article applies to:
SYMPTOMSIf there is no table in the currently selected work area, CursorSetProp('Buffering',3) returns "No table is open", which may be inaccurate. It is possible to have dozens of tables open and still receive this error message if there is no table in the current work area. The correct error message should be, "No table is open in the current work area."
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce BehaviorRun the following code:
SET DEFAULT TO samples\data USE customer SELECT 0 ?CursorSetProp('Buffering',3) |
Additional reference words: 3.00 3.00b VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |