I am using progress to create a spreadsheet that I e-mail to different receipients. The problem come when I try to send to multiple receipients. No matter how I load the information into the 'lc-email-address' variable I cannot get it to handle more then one. Can anyone out there give me any guidance on this?
Below is the line of code I am using to send the e-mail.
lc-email-address (char) holds the reciepients
lc-subject (char) holds the subject line
ll-read-rec (logical) holds whether the sender wants to have a read reciept.
chWorkBook:SendMail(lc-email-address,lc-subject,ll-read-rec) no-error.
Below is the line of code I am using to send the e-mail.
lc-email-address (char) holds the reciepients
lc-subject (char) holds the subject line
ll-read-rec (logical) holds whether the sender wants to have a read reciept.
chWorkBook:SendMail(lc-email-address,lc-subject,ll-read-rec) no-error.