Search found 67 matches

by John
Tue Dec 27, 2005 10:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 12578

Hi Richard,

unfortunately linking hbole.lib still gives the same results (Bad address syntax)... I'm using Borland C++ 5.5.1, i guess that couldn't be the problem?

Thanks,

John.
by John
Tue Dec 27, 2005 10:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 12578

Hi Ask,

It seems i already included RTL.LIB, any other suggestions?

Thanks,

John.
by John
Tue Dec 27, 2005 10:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 12578

Hi Richard,

i'm using Harbour version 44.0 flex. I'm not linking any ole.lib at this time, which one should i link? The only one i can find is HBOLE.LIB, from a sample i downloaded...

Best regards,

John.
by John
Tue Dec 27, 2005 10:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 12578

Hi Ask,

i can't get your sample to work, when compiling it gives an error: "Unresolved external '_HB_FUN_CREATEOBJECT'. Do i need to activate a DLL for this?

Thanks,

John.
by John
Tue Dec 27, 2005 5:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 12578

Hi Richard, I'm starting to get some progress here, still some remaining issues left, your help would be greatly appreciated again: this is the code i use: aadd(aCustomer,"test@test.nl;test1@test.nl") DEFINE MAIL oMail; SUBJECT cSubject; TEXT cMessage oMail:aRecipients:=aCustomer ACTIVATE ...
by John
Mon Dec 26, 2005 9:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 12578

Some more info

Hi Richard, thanks for your reply, it works! 2 remaining questions: - How can i address multiple targets in one go? placing them in an array ( aadd(aCustomer,customer->email) ) doesn't work and also placing them in a text string doesn't seem to work... - How i can switch off the warning that 'someon...
by John
Mon Dec 26, 2005 7:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 12578

How to send email from within FWH25?

Hi to all, any thoughts about how to send an email from within FWH25? I found some old samples: This one starts the outlook dialog (and that's what i don't want, because i want to send it invisible to the user) cString:=alltrim(customer->email)+"?subject="+cSubject+"&body="+c...