developerWorks  >  Lotus  >  Forums & community  >  Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum

developerWorks




Show all checkbox options as list in email
Paul R Emery 03/29/2012 03:25 PM
Domino Designer All Releases All Platforms


Hi,

I have a bunch of checkboxes on a form that gets filled out and then I need this form sent out via email to sub contractors who may or may not have lotus so I created a action that compiles all my fields into an email and sends it off, however I can only get the first Option of the Checkbox to appear, everything else is ignored. Any idea how to have all options print.

below is a line of the code I am using to create my email, where Doc.CType1(0) is a checkbox with 3 options but only the first option is printing.

Call MailBody.AppendText("Type" & " - " & Doc.CType1(0) & " " & Doc.SubType1(0))

Thank you!

Go back