Parameter passing between infopath templates

D

dino07

Hi All,

Is it possible to pass parameters from one infopath template to another via
manged code, c#?

In my scenario, I am trying to pass two fields from template1 to template2.
The two values passed will be used to populate into two separate text boxes
in template 2.

All help is deeply appreciated. Many thanks in advance!
 
J

Josh Bertsch [MSFT]

All form data is saved in XML, so you would just need to parse the XML of
document #1 and use it however you want.

--josh bertsch
 
D

dino07

Hi Josh,

Thanks for your reply. I am rather new to infopath and thus is it possible
for you to provide some details or code sample?
 
Top