Multipage control

M

mark

Dear All

can someone please tell me how I can set page1 as the default - checked help
and can't find a code to make it the first page to show? Have even set the
buttons on this page so the user has to go to page one to continue!

Thanks for all your excellent hard work
Mark
 
N

Norman Jones

Hi Mark,

In the properties window, set the Multipage control's value property.
The values are zero-based, so to set the first page as the default, set the
value to 0 (zero) .
 
Top