How to create an Infopath03 child form with values from parent for

B

Barry

I need to spawn a 'subproject' child form from a 'project' form built in
InfoPath '03.
Many of the field values should be copied from the parent form.
Any ideas?
Thx,
Barry
 
G

Greg Collins

You need to look at NewFromSolution() which returns the object of the form
that was created. That object can be used to manipulate the DOM of the new
form.
 
Top