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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top