R
Renjith
hi,
I want to load some data to a html page in the TaskPane. I wrote a script in
"onLaod" fuction of Infopath form. But this gives a null reference for the
task pane object.
(objTaskPane = XDocument.View.Window.TaskPanes.Item(0).HTMLWindow![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
But when I write the same script in the "onClick" of a button it works fine.
How can I achieve the same through onLoad ?
Thanks
Renjith
I want to load some data to a html page in the TaskPane. I wrote a script in
"onLaod" fuction of Infopath form. But this gives a null reference for the
task pane object.
(objTaskPane = XDocument.View.Window.TaskPanes.Item(0).HTMLWindow
But when I write the same script in the "onClick" of a button it works fine.
How can I achieve the same through onLoad ?
Thanks
Renjith