How to reference the Multi-Page control

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.
 

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