Error Messages/43612

< Error Messages
Revision as of 21:36, 17 April 2017 by Lchrisman (talk | contribs) (Created page with "== Error Message == ::SysVar Sys_FoundSet requires a list of handles, but the value assigned is not a list, not a handle. == Description == You have assigned a valu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message

SysVar Sys_FoundSet requires a list of handles, but the value assigned is not a list, not a handle.

Description

You have assigned a value to Sys_FoundSet, possibly in a button's OnClick event, but the think you are assigning is not an acceptable value. You can assign a list of handles to objects, or a set of handles (a set is a reference to a list), or you can assign Null if you want to clear the found set. You cannot assign text values, numbers, something other than a list or set, etc.

See Also

Comments


You are not allowed to post comments.