G
G. Tarazi
This code:
[InfoPathEventHandler(EventType=InfoPathEventType.OnLoad)]
public void OnLoad(DocReturnEvent e)
{
thisXDocument.DOM.loadXML(xml);
}
is triggering this error, why?
"This DOM cannot be loaded twice"
[InfoPathEventHandler(EventType=InfoPathEventType.OnLoad)]
public void OnLoad(DocReturnEvent e)
{
thisXDocument.DOM.loadXML(xml);
}
is triggering this error, why?
"This DOM cannot be loaded twice"