I know it can be done because I have an email in my stationary that uses it - I am looking to create an email that uses two mutually exclusive radio buttons to select a yes or no value. This is not a form, but a regular email with a table built into it. These radio buttons do not need to tie into any other functions - they are simply for the user to denote a value. Anyone have any ideas?
Thanks
Subject: Mutually Exclusive Radio Buttons in Notes email?
Marcus,
By default, if you insert a radio button with two choices onto a form, they are mutually exclusive.
Vic
Subject: RE: Mutually Exclusive Radio Buttons in Notes email?
Right- however, this isn’t in a form persay, but in a standard Notes email. So I’ve not figured out how to insert a radio button with two choices into that format. The closest I have gotten is to create a control object of type “Lotus Radio Control”, but that only seems to be a single radio button that doesnt allow more than one choice for mutual exclusivity - it’s just a simple radio button that works more like a check box. Any ideas on creating the multiple choices?
Subject: RE: Mutually Exclusive Radio Buttons in Notes email?
About the only way I’ve found is to build a quick form in a local database with the radio button you need, create a document , then use Actions Forward to put it in a note. Then you can cut-n-paste it from that note into any RTF, as below…
Subject: RE: Mutually Exclusive Radio Buttons in Notes email?
Thank you Graham!