PRB: "This operation not supported for Class Member Object"Last reviewed: April 4, 1996Article ID: Q130658 |
The information in this article applies to:
SYMPTOMSWhen the CLONEOBJECT() method is used to duplicate a member of a class, the error "This operation not supported for Class Member Object" is displayed.
CAUSEThe object is a contained member of an instance of a visual class stored in a class library (.VCX file). Visual FoxPro does not support cloning of contained member objects. The CLONEOBJECT() method is designed to copy information that is contained at the object level.
WORKAROUNDIf, when designing a wizard or a builder, you plan on duplicating a control at form design time, define a class for this specific control and place an instance of this class on the form.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |