Disable Subform at its controls

R

Ralf

Hi,

I realised that it is possible to disable a subform (enable=false). Now I
cannot do any modifications in the subform. But what I would like to see in
addition is that the subform's controls are greyed out.

Is there an event of the subform that can catch the change of the
enable-property, so that I can enable/disable it's controls?

Thank you,
Ralf
 
T

Tom van Stiphout

On Mon, 16 Mar 2009 17:31:02 -0700, Ralf

No. But you can add code to loop over the Controls collection and
disable the appropriate ones.

-Tom.
Microsoft Access MVP
 
R

Ralf

Thank you Tom. Yes, this is what I just did.


Tom van Stiphout said:
On Mon, 16 Mar 2009 17:31:02 -0700, Ralf

No. But you can add code to loop over the Controls collection and
disable the appropriate ones.

-Tom.
Microsoft Access MVP
 

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