J
Joel Allen
I have this that will make a control visible:
Set ins = Item.GetInspector
Set pgs = ins.ModifiedFormPages
Set pg = pgs("PM")
Set ctls = pg.Controls
ctls("Label999").Visible = True
Is there a way to make the PM tab read only? I am unfamiliar with the code
for that.
Thank you,
Joel
Set ins = Item.GetInspector
Set pgs = ins.ModifiedFormPages
Set pg = pgs("PM")
Set ctls = pg.Controls
ctls("Label999").Visible = True
Is there a way to make the PM tab read only? I am unfamiliar with the code
for that.
Thank you,
Joel