S
swordsman
I want to have a picture in my infopath form whose target I set dynamically at runtime.
I need to construct a url target for the image based on data in the form, and print this (barcode) image when the user clicks print. An example would be
<img src="http://server/barcode.asp?param1=AAA¶m2=BBB">
where the param1 and param2 values aren't known until the user fills out the form.
I tried a couple ways with their picture control but no luck! Any ideas on this one?
TIA
I need to construct a url target for the image based on data in the form, and print this (barcode) image when the user clicks print. An example would be
<img src="http://server/barcode.asp?param1=AAA¶m2=BBB">
where the param1 and param2 values aren't known until the user fills out the form.
I tried a couple ways with their picture control but no luck! Any ideas on this one?
TIA