Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » InfoPath   (RSS)

InfoPath - Finding distinct nodes via Xpath

While working in InfoPath you assume you have a repetitive section with a lookup from following xml ... <Z> <X> <Y>value1</Y> </X> <X> <Y>value2</Y> </X> <X> <Y>value1</Y> </X>
Posted by rrawat | 3 Comments
Filed under: ,

Passing parameters to InfoPath Form - part 2 (and an InfoPath 2003 SP1 bug)

Another way of passing parameters to InfoPath Form is using Scripting. Consider the following JScript to copy some InfoPath content to Another InfoPath Form -------------------------------------------------------------------------------- //Declare variables

Passing parameters to InfoPath Form - the managed way

Following is the modified code in C# for an InfoPathDev article by Jim Cantwell - Passing parameters to Infopath STEP I : Define A Parameters Schema <Params> <Param name="targetField1" value="Hello!" /> </Params> STEP II : Enable Merge
Posted by rrawat | 0 Comments
Filed under:
 
Page view tracker