July 9, 200817 yr 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
July 10, 200817 yr 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
July 10, 200817 yr Author 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?
July 10, 200817 yr 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)]
July 10, 200817 yr Author 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. :
Create an account or sign in to comment