tmas73 Posted July 9, 2008 Posted July 9, 2008 How is id possible to have a button trigger a openURL script in a related table? I have one field that displays a related value list. Beside the field there is a button that triggers a OpenURL Script from this related value list. The problem it does not show the corresponded url link. Please see sample. Thanks Weblink.fp7.zip
wireshop Posted July 10, 2008 Posted July 10, 2008 One thing that comes to mind is to have the value list display values from data::URL then check the checkbox to "only display values from second field" then choose the second field to be your name field. The drawback is that weblink:name will have the URL in it but your user will still be able to select the URL by a short name. see the attached and check out how the value list is set up Weblink.zip
tmas73 Posted July 10, 2008 Author Posted July 10, 2008 One thing that comes to mind is to have the value list display values from data::URL then check the checkbox to "only display values from second field" then choose the second field to be your name field. The drawback is that weblink:name will have the URL in it but your user will still be able to select the URL by a short name. see the attached and check out how the value list is set up Thanks So there is no work around to not to display the URL on on the front end?
wireshop Posted July 10, 2008 Posted July 10, 2008 maybe you could do it in the URL script something like Go to Related Record [From table:"data"; Using layout:"data" (data)] Open URL [data::URL] Go to Layout ["weblink" (weblink)]
tmas73 Posted July 10, 2008 Author Posted July 10, 2008 maybe you could do it in the URL script something like Go to Related Record [From table:"data"; Using layout:"data" (data)] Open URL [data::URL] Go to Layout ["weblink" (weblink)] Just tried that, did not work. :
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now