Good evening,
is it possible to send an Email with the data exported to TXT or PDF directly out of xbrowse?
Thank you and kind regards
Iris
function SendMail( oBrw, cPdf, cAddress )
local oMail, cFile
cPdf := TrueName( cPdf )
cFile := cFileNoPath( cPdf )
oBrw:Report( nil, .F., nil, nil, nil, cPDF )
DEFINE MAIL oMail ;
TO cAddress ;
SUBJECT cFile ;
TEXT "" ;
FILES cPdf, cFile ;
FROM USER
ACTIVATE MAIL oMail
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 109 guests