Link to home
Start Free TrialLog in
Avatar of Steynsk
SteynskFlag for Netherlands

asked on

Open a web page from Infopath and parse a Infopath variable

Hi Experts,

I'm looking for a way to a webpage from a Infopath form and sending a paramater to it.

Like :

patient.asp?PID=<patientID>

should effectuate in:

patient.asp?PID=7767853

In what shape?   a hyperlink or Button will do

Can this be done in Infopath 2007 without code sign certificates?
And how?

Thanks

ASKER CERTIFIED SOLUTION
Avatar of Clay Fox
Clay Fox
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Steynsk

ASKER

Hi Clayfox,

Thanks for the quick response. But can yu please provide some more directions?
 I'm not a experienced user of the VB editor in Infopath.

Thanks
no VB!

Just need a rule to set the field value or make it a default, it depends on your form setup.

Then just add the hyperlink control and go to properties and you can use the function button on both the display and the value portions of the hyperlink.
Avatar of Steynsk

ASKER

thanks