I have requirement to use tabbed tables and the spec calls for the labels of the tab to represent part of the data within the fields contained in the row - eg If each tab contains a contact name and address etc, the contact’s name might be used as the tab label.
I can’t see any method to do this - maybe I’m just looking in the wrong place?
They can’t be programmed directly using native LotusScript methods, so you basically need to either use DXL to take all the content out, parse it, replace labels and put it back in place, or use a third party product such as our Midas Rich Text LSX which will allow you to modify them directly. The first is a bit more work but free, the latter is easier but costs something. If you do a lot of rich text work, Midas might save you a lot of headaches, but if this is a fairly unusual thing for you to have to do, it might be better to just use DXL.