I would like a single form to have multiple pages. I don't want to have to
scroll back and forth, up an down to enter data. I would just like to tab
over between sections of the form. (Like navigating in OneNote). The type
of data I will be entering is not collected in a particular sequence, and
would require a long form. Scrolling up and down isn't very efficient.
Can something like this be done by opening InfoPath forms in IE (assuming
InfoPath is installed on the client computer).
MM
Greg Collins [MVP] - 18 Sep 2004 16:38 GMT
What you call pages is called "Views" in InfoPath. Yes you can have multiple views (i.e. pages).
If you export your form as an .mht file, you can view a static, not interactive, version of your form in IE.

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
I would like a single form to have multiple pages. I don't want to have to
scroll back and forth, up an down to enter data. I would just like to tab
over between sections of the form. (Like navigating in OneNote). The type
of data I will be entering is not collected in a particular sequence, and
would require a long form. Scrolling up and down isn't very efficient.
Can something like this be done by opening InfoPath forms in IE (assuming
InfoPath is installed on the client computer).
MM
Jerry Thomas [MSFT] - 20 Sep 2004 20:47 GMT
Another option is to give the form the 'tabs' look.
Here is a comment from an earlier post:
Insert as many sections as you want to break things up.
Across the top of your form, insert a button for each section + 1 extra.
You may to use a Layout table for best spacing.
Add a Text Box called "Section". (This doesn't even have to be on the
form.)
Add a rule to each button, to set "Section" to 1, 2, 3 (1st button sets
"Section" = 1, 2nd button = 2, etc). The last button can be labeled
"Show all" and will set the "Section" to 0.
Add Conditional Formatting to each section. If "Section" is not equal
to that sections number or to zero, "Hide this control". This will hide
the section and all of the controls you put in it.
You can also add conditional formatting to the buttons based on the
value of Section, so they have a "selected" look.

Signature
Jerry Thomas[MSFT]
<Jerryth@online.microsoft.com>
Microsoft Office InfoPath
---------------------------------------
This posting is provided "As Is" with no warranties, and confers no rights.
Use of any included script sample are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
> I would like a single form to have multiple pages. I don't want to have to
> scroll back and forth, up an down to enter data. I would just like to tab
[quoted text clipped - 6 lines]
>
> MM