Error Messages/40185

< Error Messages
Revision as of 22:55, 27 January 2010 by Lchrisman (talk | contribs) (Created page with '= Example Error Text = :The value assigned to the Isin attribute must be an object. = Cause = You've attempted to assign to an attribute that expects an object handle, such as…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example Error Text

The value assigned to the Isin attribute must be an object.

Cause

You've attempted to assign to an attribute that expects an object handle, such as in the following expression:

IsIn X := "Mo2"

Most likely you've attempted an assignment to one of the attributes: IsIn or Original.

Remedy

Provide a handle to the object, e.g.:

IsIn X := Handle(Mo2)


See Also

Comments


You are not allowed to post comments.