J
Joel Allen
Hi,
I have code that may be corrupting the form. Any ideas of why it would and
how to solve it?
Set ins = Item.GetInspector
Set pgs = ins.ModifiedFormPages
Set pg = pgs("PM")
Set ctls = pg.Controls
I think it might be the GetInspector code. Is there an alternative to this
code. All I am doing is making controls visible if certain things are
checked in the form. Maybe I can do this within the form instead of in the
code?
Thanks, Joel
I have code that may be corrupting the form. Any ideas of why it would and
how to solve it?
Set ins = Item.GetInspector
Set pgs = ins.ModifiedFormPages
Set pg = pgs("PM")
Set ctls = pg.Controls
I think it might be the GetInspector code. Is there an alternative to this
code. All I am doing is making controls visible if certain things are
checked in the form. Maybe I can do this within the form instead of in the
code?
Thanks, Joel