![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
My previous question involving unique ID field was regards to linking parts of text in any record to another actual record. For example, let say I have under a box called Report References in my database with an example of these 2 report titles: - Management Styles [button to click to jump to record] - Financial Statements [button to click to jump to record] It would be nice to click on each link to go to the actual record that gives the details of those reports. I found instructions linking via unique record identifier but I now believe it may mean linking record to record _only_ where I need various bits of text in one record to be able to _jump_ to an actual separate record. It would mean a massive reduction in the data that would need to be repeated over and over in each record if I could link them this way. Here is the situation a bit more "graphically": -------------------------------------------------------------------------- --- Unique Record ID: 2466 REPORT REFERENCES: - Management Styles [click here beside to jump to record 1231 for the Management Styles report information record] - Financial Statements [click link beside to jump to record 321 for the Financial Statements report information record] -------------------------------------------------------------------------- --- Is there any way to do this? |
)
#3
| |||
| |||
|
|
"Cerulean" <Spamming (AT) NOTallowed (DOT) com> wrote in message news:67khg69tievp7rkr10dm13sqk9puki7cqt (AT) 4ax (DOT) com... My previous question involving unique ID field was regards to linking parts of text in any record to another actual record. For example, let say I have under a box called Report References in my database with an example of these 2 report titles: - Management Styles [button to click to jump to record] - Financial Statements [button to click to jump to record] It would be nice to click on each link to go to the actual record that gives the details of those reports. I found instructions linking via unique record identifier but I now believe it may mean linking record to record _only_ where I need various bits of text in one record to be able to _jump_ to an actual separate record. It would mean a massive reduction in the data that would need to be repeated over and over in each record if I could link them this way. Here is the situation a bit more "graphically": -------------------------------------------------------------------------- --- Unique Record ID: 2466 REPORT REFERENCES: - Management Styles [click here beside to jump to record 1231 for the Management Styles report information record] - Financial Statements [click link beside to jump to record 321 for the Financial Statements report information record] -------------------------------------------------------------------------- --- Is there any way to do this? If the Report References is a single Text Field containing all that data, then the answer is almost certainly no (something would have had to drastically change between FileMaker 5.5 and 6) - you can't set individual words / phrases inside a Text Field's data to be clickable. |
|
To achieve this you would need a new Table to store the references, with each reference stored as a separate record. They would then be displayed on the parent Record's layout using a Portal. Each reference / Portal line could then be clickable (or have a pretty button to click) which runs a script to retrieve the appropriate referred Record's and then display that. Once the new Table is set up, you would have to manually go through setting the appropriate ID data ... unless there's some other way to uniquely identify the appropriate reference Record. Helpful Harry ) |
#4
| |||
| |||
|
|
On Thu, 16 Dec 2010 09:11:05 +1300, "Your Name" <your.name (AT) isp (DOT) com wrote: "Cerulean" <Spamming (AT) NOTallowed (DOT) com> wrote in message news:67khg69tievp7rkr10dm13sqk9puki7cqt (AT) 4ax (DOT) com... |
|
For example, let say I have under a box called Report References in my database with an example of these 2 report titles: - Management Styles [button to click to jump to record] - Financial Statements [button to click to jump to record] It would be nice to click on each link to go to the actual record that gives the details of those reports. |
|
If the Report References is a single Text Field containing all that data, then the answer is almost certainly no (something would have had to drastically change between FileMaker 5.5 and 6) - you can't set individual words / phrases inside a Text Field's data to be clickable. Yes. It is. That's what I thought. To achieve this you would need a new Table to store the references, with each reference stored as a separate record. They would then be displayed on the parent Record's layout using a Portal. Each reference / Portal line could then be clickable (or have a pretty button to click) which runs a script to retrieve the appropriate referred Record's and then display that. Once the new Table is set up, you would have to manually go through setting the appropriate ID data ... unless there's some other way to uniquely identify the appropriate reference Record. Helpful Harry )Thanks. I'm not going to re-do the whole thing. Will just have to live with it or hope that something occurs to me. |
D
#5
| |||
| |||
|
|
My previous question involving unique ID field was regards to linking parts of text in any record to another actual record. For example, let say I have under a box called Report References in my database with an example of these 2 report titles: - Management Styles [button to click to jump to record] - Financial Statements [button to click to jump to record] It would be nice to click on each link to go to the actual record that gives the details of those reports. I found instructions linking via unique record identifier but I now believe it may mean linking record to record _only_ where I need various bits of text in one record to be able to _jump_ to an actual separate record. It would mean a massive reduction in the data that would need to be repeated over and over in each record if I could link them this way. Here is the situation a bit more "graphically": ----------------------------------------------------------------------------- Unique Record ID: 2466 REPORT REFERENCES: - Management Styles [click here beside to jump to record 1231 for the Management Styles report information record] - Financial Statements [click link beside to jump to record 321 for the Financial Statements report information record] ----------------------------------------------------------------------------- Is there any way to do this? Thanks. D |
![]() |
| Thread Tools | |
| Display Modes | |
| |