Multi-Page Objects Activate Page

  • Thread starter Thread starter Coby
  • Start date Start date
C

Coby

Does anyone know if there is a way to programmatically change back and
forth through different pages of a multi-page strip?

I have tried the following, none of which work:

Me.MultiPage_Seq.Pages.Item(3).Activate

Me.MultiPage_Seq.Pages.Item(3).Select

Me.MultiPage_Seq.Pages.Item(3).SetFocus


Thanks for any help you can lend me.

Coby.
 
Yn newyddion:
(e-mail address removed),
Roedd Coby said:
Does anyone know if there is a way to programmatically change back and
forth through different pages of a multi-page strip?

I have tried the following, none of which work:

Me.MultiPage_Seq.Pages.Item(3).Activate

Me.MultiPage_Seq.Pages.Item(3).Select

Me.MultiPage_Seq.Pages.Item(3).SetFocus


Thanks for any help you can lend me.

Coby.

Me.MultiPage_Seq.Value = 3

Rob
 
Yn newyddion:
(e-mail address removed),




Me.MultiPage_Seq.Value = 3

Rob



Awesome!
That works so perfect.
I thought I was at the end of the road and was about to abandon that
object and try something else.
You saved the day for me.

Thanks, Rob.

Coby.
 

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

Back
Top