Next Page Button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a form with page breaks. The form has four pages total. I want to
know how to program a Next Page button to go to the next page and start at
the beginning after the final page.
 
I would advice you to work with Tab control, the problem with page break, is
when a user use a different resulotion on the screen then everyting go funny,
you will see more then one page.
the tab control will display all in one screen when the user can move
between tabs and not between pages.

but if you want to continue using page brak then try to fit each page on the
screen and the use the SendKeys "{pgup}" or page down.
 

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