Infopath custom task pane submit

  • Thread starter Andy Britcliffe
  • Start date
A

Andy Britcliffe

Hi

I have created a custom task pane for my infopath form.Now I have a button
on this pane and I would like to have my infopath form react to this when it
is pressed. Is this possible?

Thanks
Andy
 
S

Scott Roberts [MSFT]

When you say "react" what exactly do you mean? Do you want to submit the
form when the button is pressed?

InfoPath's object model is available to script in your taskpane. You can
call window.external.XDocument, for example, to get the InfoPath document
object. There is a submit method in the OM that might help you.

- Scott
 

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