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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top