Error Messages/41119


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.

See Also

Comments


You are not allowed to post comments.