Form Background Color

D

Dale

I have code that is using a checkbox to hide subforms and then shrink the
form. When the checkbox is unchecked i have it resizing the form back to
original size but the background color is not getting set back to white. I
have added me.detail.backcolor = rgb(255,255,255) but it is still not
showing. What piece am i missing?
 
S

Stuart McCall

Dale said:
I have code that is using a checkbox to hide subforms and then shrink the
form. When the checkbox is unchecked i have it resizing the form back to
original size but the background color is not getting set back to white. I
have added me.detail.backcolor = rgb(255,255,255) but it is still not
showing. What piece am i missing?

Try Me.Repaint
 

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