I’ve been struggling with this for hours. There MUST be a way to create a link to a specific tab (row) in a tabbed table. I have a need to create links to specific tabs in a table in a Notes database and be able to send it in a note, post it in a database, and post it on a web site (likely using a link to an NDL file).
Does anyone know how to accomplish this?
If this type of link does not exist, it should. It can’t be that difficult to add and it would be a HUGE benefit!
Subject: Re: Need to Create a Doc Link to Tabbed Table
What link you are refering too? A document link, view link, database link or URL Link. Anyway whatever link you want to insert in a tabbed table, then Lotus Script can do that in a tabbed table.
The First thing you need to do is to ensure that your Table Rows Property of your tabbed table used the “Switch Rows Programatically” and “Also show tabs so user can pick row” must have check. Then put a name on each tab. Now to programatically switch rows in tabbed table here is your reference program
Subject: Re: Need to Create a Doc Link to Tabbed Table
Densedy,
Thanks for the script! Now for the stupid question… What do I do with it? Where do I put it? I created a doc link and tried adding this script to the “Formula” properties of the link but it failed to accept the code. I tried to create a button but I just get ‘beeps’ when I try to type in the script field of the button.
As for which kind of link I’m using… it doesn’t matter to me which kind as long as someone is able to click the link and get to the correct tab in the correct database.