AccordAmount,i,j,tag:integer; emailusername,formAddress,sendtoAdd,emailSubject,receiptRecipientAddress,selectStr:string; begin //判斷數(shù)據(jù)表里面是否有需要發(fā)送電子郵件的數(shù)據(jù),如果有則發(fā)送 if Bmb.RecordCount >0 then AccordAmount := Bmb.RecordCount else exit; // //獲取賬戶信息,一般存放在數(shù)據(jù)表或INI文...
www.dbjr.com.cn/article/583...htm 2025-5-28