Microsoft Outlook Message When Emailing in Progress Application

Status
Not open for further replies.
S

Suganthar

Guest
There is a below code, does not work

FOR EACH customer where customer.contactmethod = 'E':

MESSAGE "EMAILING TO" customer.customerCode customer.CustomerName.

RUN Emaling.p (INPUT parameter 1,INPUT pramater 2 ....)

END.


When this above loop executes it, it messages the first customer only. The reason I found is the outlook message.

The Outlook message is below

"A program is trying to send an email message on your behalf. if this is unexpected, clikc Deny and verify your antivirus software is upto date......................................."

if user click allow/deny in the outlook message, it does not message the second customer as it is stuck in first customer.

How can I suppress this outlook message using 4gl code?

Continue reading...
 
Status
Not open for further replies.
Top