Insert hyperlinks using vbscript coding

K

ketul patel

Hi,
I want to insert hyperlinks in an infopath form dynamically using vbscript.
In brief, I have created a form with checkboxes and other contorls . These
checkboxes are also inserted dynamically using secondary datasource. After
filling necessary data and checking some of checkboxes user can submit the
form to a sharepoint library. If this form is again opened for editing, those
checkboxes which were checked should be converted to hyperlinks, as many
checkboxes were checked when form was submitted.
How can this be done?
Your comments and help are very precious to me!
 
A

Anjan Patel

You can use conditional display. If values are null use checkbox fields
and if value are there use it as button (button can be shown as
hyperlink). On button click you can write the function and perform
necessory action.
 
Top