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
 
Top