Allowing users to insert hyperlinks?

A

Adam Harding

I would very much like my users to insert hyperlinks into the issues form i
have designed in the way of supporting documentation etc. I have enabled
everything on the 'open and save' tab in 'form options' but it still doesn't
seem to let them.

Anyone got any ideas?
 
S

Scott L. Heim [MSFT]

Hi Adam,

Where will your users be entering the hyperlink? In a text box on the form?
In a text box in a Repeating Section/Table?

Thanks,

Scott L. Heim
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
A

Adam Harding

Hi Scott

A simple repeatnig text box up to 255 characters long, linked to an Access
DBase though so is that the problem?
 
S

Scott L. Heim [MSFT]

Hi Adam,

Is the field in your Access database a "text" or "hyperlink" data type? If
it is a "hyperlink" data type then you will not be able to get the built-in
"submit" functionality...is this what you are seeing?

If the data type is Access is "text" then can you provide some additional
detail as to the problem you are experiencing?

Thanks Adam,

Scott L. Heim
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
A

Adam Harding

Hi Scott

Typing www.microsoft.com into a text box doesn't write it as a hyperlink but
as flat text, what i would like to enable, as stated previously, is for users
to 'link' in supporting documentation to their infopath form such that the
receiver can click the link to view the document much like at outlook email
type thing.

Thanks in advance.
 
S

Scott L. Heim [MSFT]

Hi Adam,

I understand what you are trying to achieve...what I am unclear on is how
you are trying to implement it.

At any rate - as you have found, a text box will not provide the
functionality you desire. What you can do is place a "hyperlink" control
next to your text box that gets it values from the text in the text box.
You can then add conditional formatting to the text box that hides the
control if it is not blank.

Now the thing to keep in mind here is once a user adds an address, file
location, etc. to the text box control, the hyperlink control becomes
active and the text box is hidden. So if they need to update the address,
you will need a way to implement this as well.

If this does not provide the information you need, please let me know.

Best regards,

Scott L. Heim
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
A

Adam Harding

Thanks Scott

I guess the hyperlink box will not display in the database though, correct?
 
S

Scott L. Heim [MSFT]

Hi Adam,

Again - not sure I follow. The users will type the URL into the text box
and once the form data is submitted, this will be stored in the database.
The hyperlink control simply gets its information from the text box so that
users can click the link and open the site/document, etc.

I apologize if I am missing something obvious...

Scott L. Heim
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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