Multipage control

  • Thread starter Thread starter jacob
  • Start date Start date
J

jacob

With a multipage control on a form; How can I
programmatically switch focus from one page to another?
Running XP

Any help appreciated.

jacob
 
Hi

You need the value property

MultiPage1.Value = 0 will select the first page.

1 = page 2
 

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