Multipage Part of Form
Oops, I stand corrected.
"Harald Staff" wrote:
Hi Bill
This disables its tab -you can't select it and go the
MultiPage1.Pages(1).Enabled = False
If you want to go there but ensure everything there is disabled then an old
trick is to place the controls inside a Frame and disable the frame, like
Frame1.Enabled = False
(Note that controls themselves do not "grey out" when it's their container
that's disabled.)
HTH. Best wishes Harald
"Bill" skrev i melding
k.net...
Hello All,
Is it possible to set enabled = false for one page in a multipage form?
If
so, how? Thanks.
Bill
|