
Signature
Greg Collins [Microsoft MVP]
Visit Brain Trove ( http://www.BrainTrove.com )
Visit InfoPathDev ( http://www.InfoPathDev.com )
Thanks, Greg.
I ended up finding this on MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_ip2003_tr/h
tml/odc_INF_Lab_14.asp?_r=1
I'll go over your solution to compare them and see which offers the most
benefit to the user.
> Check out my example form "Dynamic Help Task Pane":
> http://www.infopathdev.com/howto/examples/default.aspx?i=7aa3b6fc605640d39b389f7
2eeaee4df
Greg Collins [InfoPath MVP] - 04 Aug 2006 20:25 GMT
One thing about the MSDN article is that it only works with script. If you are using managed code, pushing data to the task pane requries a full trust form. Using a pulling method, like in my example, works in both script and managed code.

Signature
Greg Collins [Microsoft MVP]
Visit Brain Trove ( http://www.BrainTrove.com )
Visit InfoPathDev ( http://www.InfoPathDev.com )