R
RJ
I have dragged a 'Multi-page' control into my custom form
thinking that I could use the 'Subject' field twice
without conflict (i.e. I'm trying to allow a user to put
in different types of data in each). Can I reference
each 'Page' of the multi-page control as separate entities
in the Script Editor so that a conflict does not occur?
For example, could I reference the 'Page' then reference
the multi-page 'Tab' like in the following scripts?:
'For Multi-page 1 I would use the following syntax:
Set objPage.Multipage = Item.GetInspector.ModifiedFormPages
("Schedule").Page1
'For Mutli-page 2 I would use...
Set objPage = Item.GetInspector.ModifiedFormPages
("Schedule").Page2
Is this possible? If so, what is the correct syntax?
Your insight is greatly appreciated.
thinking that I could use the 'Subject' field twice
without conflict (i.e. I'm trying to allow a user to put
in different types of data in each). Can I reference
each 'Page' of the multi-page control as separate entities
in the Script Editor so that a conflict does not occur?
For example, could I reference the 'Page' then reference
the multi-page 'Tab' like in the following scripts?:
'For Multi-page 1 I would use the following syntax:
Set objPage.Multipage = Item.GetInspector.ModifiedFormPages
("Schedule").Page1
'For Mutli-page 2 I would use...
Set objPage = Item.GetInspector.ModifiedFormPages
("Schedule").Page2
Is this possible? If so, what is the correct syntax?
Your insight is greatly appreciated.