Hello All,
I have multiple buttons in a Body field. How can I read labels of all these buttons with either Lotus Script or DXL? The result will have to be used in Prompt.
Labels of these buttons CANNOT be hardcoded.
Thank you
vadim
Hello All,
I have multiple buttons in a Body field. How can I read labels of all these buttons with either Lotus Script or DXL? The result will have to be used in Prompt.
Labels of these buttons CANNOT be hardcoded.
Thank you
vadim
Subject: Button Label
If you export the document as DXL (using Lotusscript), you can then parse the rich text out, from that you can parse out the buttons.
The DXL is pretty easy to read, and the buttons are pretty obvious in there. Take a look at the DXLExporter class.
To see an example of DXL you can create a page in designer and then from the tools menu export the DXL, just so you can see what it looks like etc.
Subject: RE: Button Label
Thank you for your suggestion. It works.