Backcolor problem

  • Thread starter Thread starter Perico
  • Start date Start date
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?
 
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.
 
Back
Top