Backcolor problem

P

Perico

I use a setvalue property on the enter and exit events of
controls to change the backcolor. Am getting macro Halt
error when the form is opened. You click halt twice and
the macro works fine on each control. Any help here?
 
V

Van T. Dinh

It sounds to me that your Macro is executed before the Control is
instantiated.

I am not sure where in the Form's opening process you execute the Macro but
I think you need to move the execution of the Macro to a later event in the
process.
 

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