0362

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Summary:

Improper Spec-A control referenced cannot be found on the FORM

Cause:

Improper Spec-A control referenced cannot be found on the FORM

Visual Basic Error, A control reference cannot be found on the Form
  1. Calling the wrong Form.
  2. Control Reference not added to Form

Remedy:

  1. Check your OPEN Statement to make sure you are calling the right Form/executable.
  2. Add the control to your Form.