labRAT Posted March 8, 2005 Author Posted March 8, 2005 Is there a way to hyperlink a field to the web? More specifically, can I have a field, that once filled in w/ text can also point to a web site, that is different for each record? Thanks for your help. FILEMAKER PRO7/DEVELOPER WINXP SP2
labRAT Posted March 8, 2005 Posted March 8, 2005 Is there a way to hyperlink a field to the web? More specifically, can I have a field, that once filled in w/ text can also point to a web site, that is different for each record? Thanks for your help. FILEMAKER PRO7/DEVELOPER WINXP SP2
labRAT Posted March 8, 2005 Author Posted March 8, 2005 Is there a way to hyperlink a field to the web? More specifically, can I have a field, that once filled in w/ text can also point to a web site, that is different for each record? Thanks for your help. FILEMAKER PRO7/DEVELOPER WINXP SP2
mr_vodka Posted March 8, 2005 Posted March 8, 2005 You can have a table that relates each record to a certain URL. Then you can have a button active a script for OpenURL the URL value will be the related URL field.
mr_vodka Posted March 8, 2005 Posted March 8, 2005 You can have a table that relates each record to a certain URL. Then you can have a button active a script for OpenURL the URL value will be the related URL field.
mr_vodka Posted March 8, 2005 Posted March 8, 2005 You can have a table that relates each record to a certain URL. Then you can have a button active a script for OpenURL the URL value will be the related URL field.
labRAT Posted March 10, 2005 Author Posted March 10, 2005 OK, I made a new table and a record with one field for a web address. I then associated an address with the original record's scripted Open URL button field (using the relationships tab on define database. The field is a "hotspot" (a hand appears instead of the curser), but when I click, nothing happens, it doesn't see the URL. What am I doing wrong? ---- labRAT
labRAT Posted March 10, 2005 Author Posted March 10, 2005 OK, I made a new table and a record with one field for a web address. I then associated an address with the original record's scripted Open URL button field (using the relationships tab on define database. The field is a "hotspot" (a hand appears instead of the curser), but when I click, nothing happens, it doesn't see the URL. What am I doing wrong? ---- labRAT
labRAT Posted March 10, 2005 Author Posted March 10, 2005 OK, I made a new table and a record with one field for a web address. I then associated an address with the original record's scripted Open URL button field (using the relationships tab on define database. The field is a "hotspot" (a hand appears instead of the curser), but when I click, nothing happens, it doesn't see the URL. What am I doing wrong? ---- labRAT
mr_vodka Posted March 10, 2005 Posted March 10, 2005 Main Table RecordID textfield1 (can have it underlined if you want) URL Table RecordID URL You can have thle text field be a button that activates the OpenURL script, if you dont want it changing over to the hand icon, there is an option for that. For your script, the OpenURL should point to your related URL field. Then when the user clicks on the "textfield1" it should open the URL up in your default browser.
mr_vodka Posted March 10, 2005 Posted March 10, 2005 Main Table RecordID textfield1 (can have it underlined if you want) URL Table RecordID URL You can have thle text field be a button that activates the OpenURL script, if you dont want it changing over to the hand icon, there is an option for that. For your script, the OpenURL should point to your related URL field. Then when the user clicks on the "textfield1" it should open the URL up in your default browser.
mr_vodka Posted March 10, 2005 Posted March 10, 2005 Main Table RecordID textfield1 (can have it underlined if you want) URL Table RecordID URL You can have thle text field be a button that activates the OpenURL script, if you dont want it changing over to the hand icon, there is an option for that. For your script, the OpenURL should point to your related URL field. Then when the user clicks on the "textfield1" it should open the URL up in your default browser.
Recommended Posts
This topic is 7266 days old. Please don't post here. Open a new topic instead.
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