how to deal with broken reference

J

john

Hi all,

On a form i have a contol object.

When the reference to this object is broken,
the program cannot start correctly since even
a basic function dont work.

How to deal with broken reference at start up?

regards,
pierre
 
A

Allen Browne

Your options are:
a) Remove the code that refers to the non-existent object, or
b) Put the control on the form, so the code is not invalid.
 
Top