Hi All,
Using version 2007, I have a form with several text boxes on it. Because I have a background graphic, I've set the BG style to transparent via the
properties sheet in design. However, whenever I cursor into one of the textboxes, the BG goes white. I want it to stay transparent. Code I've used in
previous versions to accomplish this is not working here:
On GotFocus:
I've also tried this on the OnEnter and BeforeUpdate events, doesn't work.
Any ideas about how to do this, or why my methods aren't working?
Once I figure out the code/event that works, I'll write a General Procedure to cover all the controls.
Thanks for your help.
TWD
Using version 2007, I have a form with several text boxes on it. Because I have a background graphic, I've set the BG style to transparent via the
properties sheet in design. However, whenever I cursor into one of the textboxes, the BG goes white. I want it to stay transparent. Code I've used in
previous versions to accomplish this is not working here:
On GotFocus:
Code:
CurControl.Background=0
I've also tried this on the OnEnter and BeforeUpdate events, doesn't work.
Any ideas about how to do this, or why my methods aren't working?
Once I figure out the code/event that works, I'll write a General Procedure to cover all the controls.
Thanks for your help.
TWD