I want to put a hyperlink into my database so users can click it when viewing a record. There would be different hyperlinks for each record, so how do I go about it? Or is there another way to get the same effect?
hi schollb!
this is relatively easy proces.
1]
Create a text field (lets call it "WEBSITE"
2]
Create a script ("GO2WEBSITE"
Open URL["WEBSITE"]
<-- u specify the Filed Value & Perform without Dialog
3]
on the layout used to view records (NOT to ENTER)
in the layout mode select the field "WEBSITE" and then go to Format-->Button...-->Perform the script
and select the script u made "GO2WEBSITE"
this way, any time user click on the filed it will be taken to the web site that is associated with that record!
Let me know if u need more help!
All the best!
2]
Scripts-->ScriptMaker...(give it some name + click create)
then
on the left side browse to (towards bottom) to the "Open URL"
move it to the right and now u will see
-------------
Open URL []
-------------
and duble-click on it and
Select the "Field Value"
and then point to that field u created (txt field WEBSITE) and also decide if u want users to "Perform Witout Dialog" and just going directly to the site. (browser used will be the one that is set to defualt to handle URL ..so IE or Netscape...)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.