Error Messages/41119

< Error Messages
Revision as of 17:50, 18 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The parameter to Checkbox must be a literal number, and either 0 or 1 --i.e., either Checkbox(0) or Checkbox(1). = Cause = You defined…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message Examples

The parameter to Checkbox must be a literal number, and either 0 or 1
--i.e., either Checkbox(0) or Checkbox(1).

Cause

You defined an object to be a Checkbox, and passed it a value other than a 0 or a 1.

Remedies

If you want the object to be a Checkbox, pass in a 0 or a 1. If you want more choices, you can define it the object to be a Choice control instead of a Checkbox control.



You are not allowed to post comments.

Comments
<comments />