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
 
Top