PRB: Unrecognized Command Verb Error When Instantiate ObjectLast reviewed: April 30, 1996Article ID: Q128995 |
The information in this article applies to:
SYMPTOMSThe "Unrecognized Command Verb" error is returned when the ADDOBJECT() method or the CREATEOBJECT() function are used in a form or a program, but the highlighted line does not contain any error.
CAUSEThe error that yields the "Unrecognized Command Verb" is in the class definition of the object that is instantiated. The class is defined in a procedure file (.PRG) or a Visual Class Library (.VCX) that are not open for editing.
WORKAROUNDTo isolate the source of the error, instantiate the object from the Command window. Additionally, if the .PRG or .VCX file that contains the class definition is not in the current directory, issue a SET PATH command to set a path to the source file. When the error occurs, the procedure file will be opened in the Trace window, and the line of code that contains the error will be highlighted.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional reference words: 3.00 VFoxWin debug
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |