Hi.
Trying to set a control’s default value via code.
Attached it to Event “When receiving focus”.
Problem is: code enters infinite loop as if control
- receives focus
- sets the .Text = default value
- receives focus;
- sets the .Text = default value;
- […]
Need to kill Base!
Is this the normal behavior for this event?
Thanks in advance.