Init event not firing on custom InfoPath control ...?

W

Wozza

Hi

I checked out
http://blogs.msdn.com/infopath/arch...ex-infopath-controls-in-c-sharp.aspx#comments
and used this as a template to build custom InfoPAth 2007 controls ... and
have created two controls:
1. Text bound
2. Node bound

On one (Text bound control) the Init event fires fine and the relevant
values are displaying correctly ... but on
the other (Node bound) the Init event simply doesn't fire ... so no data is
being displayed as it has no reference to the IXMLDOMNode that it requires
....

I've compared the source and cant find any relevant differences between the
two ... can anyone give any hints as to where to look to fix this?? Are thre
additional events/wire up needed for a Node bound control ????

I'd be happy to post the code if required ...

thanks in advance
Warren
 

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