Passing parameters is not possible, I had the same problem before.
I have a sharepoint list and links, but the links are to an aspx page, this
aspx page will receive the parameter, and write an xml file as an output,
the xml file is the InfoPath xml file with the processing instructions, and
the mime type is infopath xml
Once the page prints (outputs) the infopath xml, infopath will open
automaticly (becouse of the mime type), and the xml wil contain the proper
parameters.
Very annoying, but it works.
There are other ways, not much easier, and hard to maintain, you can use the
InfoPath automation, but that requires signed forms, trusted sites, and who
knows what else, but it may also work
Good luck
> Hi,
>
[quoted text clipped - 13 lines]
>
> Thanks, Rick