Info Path Task Pane

S

Screen tips

Hello,
I loaded an Html page into the infopath task pane,
Ise there any way to refresh it using jscript ?
I would like to refresh on the "OnLoad" Event.

Thanks,
Tomer
 
F

Franck Dauché

Hi,

Try: XDocument.View.Window.TaskPanes(0).Navigate("TaskPane.htm");
But, you can't do it OnLoad, try OnSwitchView instead.

Franck
 

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

Top