How to call another form with parameter from Infopath form

P

Paja

I have one form, with master detail structure. But data structure on detail
part is very rich, and I don't want to show all columns in this form. I 'd
like to be able to show another form with more detailed informations, based
on row ID from prevoius form. I can get row ID, but i don't know, how to call
another form, and how to pass the parametr.
Can anybody show me the way, how to do it ?

Thank you,

Paja
 
B

Bart

hi paja

Refer to the infopath sdk for ".NewFromSolution"
this opens up a form based on the parameters passed in the above mentioned
method

hope this helps

cheers
Bart
 
Top