[progress Communities] [progress Openedge Abl] Forum Post: Wait-for....sendmail.p

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
G

goo

Guest
I am trying to use the sendmail.p example on a linux server using an appserver call. The code is here: http://knowledgebase.progress.com/articles/Article/19647 I would like to let the wait-for be there til I get either an error or vStatus = 7 or vStatus <0, how can that be done?. mysendmail.p: : run sendmail. wait-for close of this-procdure. /* or wait-for "U1" of this-procedure.*/ procedure readHandler: : : if vSate = 7 or vState<0 then apply "close" to this-procedure. /* or apply "U1" to this-procedure.*/ end.

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