displaying forms in ie

K

Kaan

Hi,

I just show my form in ie. I have two questions about it;

1. Is there anyway to connect a datasource when displaying in ie, couse it
only shows the layout of my form in ie no data inside.

2. Is there a way to make a button like Next to switch the view ( or jump to
another html page in ie)

Thanks
 
B

Brian Teutsch [MSFT]

You won't be able to use InfoPath's secondary data sources directly within
IE. You can do it using your own script in the HTML page. Displaying the XML
portion of the document is quite possible.
http://support.microsoft.com/default.aspx?kbid=826990&product=infopath2003

Buttons to switch pages most certainly are possible in IE, but they're not
the same script used within InfoPath. You'll need to create your own HTML
and JScript to do that.

Brian
 
Top