0362

From BR Wiki
Jump to navigation Jump to search

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.