Validation InfoPath Form in the task pane

S

St?phane Berger

How can i validate an InfoPath form from the Task Pane (in JScript) ?
I have to control the requiered field and the format field before
submitting the form.

Thanks for your response
 
N

Nic Roche

I have to control the requiered field and the format field

if the file in the taskpane is html:

window.external.XDocument.DOM.selectSingleNode( sXPATH ).Text = sValidValue

Do you have the InfoPath SDK?
The helpfile spells this stuff out fairly clearly...

Nic Roche
 

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