Search found 946 matches

by Richard Chidiak
Tue Dec 27, 2005 10:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 12566

John wrote: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.
Yes link HBOLE.LIB this one is needed
by Richard Chidiak
Tue Dec 27, 2005 8:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 12566

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 Richard Chidiak
Mon Dec 26, 2005 10:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 12566

Re: 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 'someo...
by Richard Chidiak
Mon Dec 26, 2005 8:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 12566

Re: 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="+...
by Richard Chidiak
Mon Dec 19, 2005 12:35 pm
Forum: FiveWin for Pocket PC
Topic: DIALOG
Replies: 15
Views: 6014

Re: DIALOG

I have this function: #include "FWCE.ch" ************************************ FUNCTION m_DaNe(cMsg,aBtn,cTitle) ************************************ LOCAL oDlg DEFINE DIALOG oDlg RESOURCE "msgDaNe" REDEFINE SAY ID 3 OF oDlg PROMPT cMsg REDEFINE BUTTON ID 1 OF oDlg PROMPT aBtn[1]...
by Richard Chidiak
Tue Dec 06, 2005 4:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RC dialogs and bitmaps disapearing
Replies: 9
Views: 2503

Mauricio, Are you using Borland controls ? No Could you provide a url to download your PRG and RC as a ZIP file ? Thanks. http://www.farmacia.com.br/test.zip I forgot to say I am using xHarbour Builder from xHarbour.com. I put in the zip the .log .map .ppo and .res generated files. [[]] Mauricio Ma...
by Richard Chidiak
Mon Dec 05, 2005 8:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Hernans TWBrowse library for FWH 2.7
Replies: 6
Views: 1958

Hi Richard, EasyReport works with all FWH versions. If you use EasyPreview you need to compile/link tmetafil.prg and printer.prg of FWH 2005 March or lower. This is because the format of the temporary preview files changes from WMF to EMF in the next releases. I will try to solve this problem. Timm...
by Richard Chidiak
Sun Dec 04, 2005 3:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Hernans TWBrowse library for FWH 2.7
Replies: 6
Views: 1958

Rick, many thanks for your fast reply. I just tested it but I still get many errors compiling wbrwline.c. Could you please send me your wbrwline.obj via email? Hello Timm, I know this is off topic, but can you please provide an easy way to use Easyreport with fwh over 2.4 ? The problem is with fwh ...
by Richard Chidiak
Thu Dec 01, 2005 10:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: example for compile and link many PRG files with HB/FWH
Replies: 9
Views: 2646

Re: I have no fwh\makes directory

dutch wrote:Dear Antonio,

I have no FWH\MAKES directory. Have you got an examples?

Regards,
Dutch
Dutch

Check my reply to Vladimir in this forum, i have joined a working sample

Richard
by Richard Chidiak
Thu Dec 01, 2005 10:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: Examples for xHARBOUR
Replies: 6
Views: 2268

Re: Examples for xHARBOUR

I Study the examples for xHARBOUR. The Problems with assembly greater project. Is absent the examples buildx.bat for project , where several files. Vladimir This is a working sample # Paths for dependent files ################################################## .path.prg = $(APP_PRG_DIR) .path.c = $...
by Richard Chidiak
Wed Nov 02, 2005 9:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xFree invalid pointer
Replies: 6
Views: 2184

Re: hb_xFree invalid pointer

Hi , Can anyone tell me why this error occures ? hb_xfree() Invalid Pointer 012879FC I can't provide a sample because the program is too big. If anyone has any idea please respond. Thanks A.S.K This is a nasty error that can be provided by many reasons. Can you check that you are not indexing on a ...
by Richard Chidiak
Wed Nov 02, 2005 9:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: zip SPAN
Replies: 8
Views: 3931

Re: zip SPAN

In preceding posts, Antonio said I should use the hbzip.lib found in xharbour.org to Zip files. Ok, I've used it, but calling the function HB_ZIPFILEBYPKSPAN causes a FiveWin GPF. I've tried that function in Xharbour console, it plays well. It seems an incompatibility with FWH. Here's the code: #in...
by Richard Chidiak
Wed Oct 26, 2005 8:22 pm
Forum: FiveWin for Pocket PC
Topic: printer
Replies: 1
Views: 958

printer

Antonio,

I want to purchase a printer for my pocket pc, is there any particular model you would recommend or is there any model to avoid ? This is in regards to fwppc of course. Pocket pc is wifi, blue tooth, IR

Thanks

Richard
by Richard Chidiak
Wed Oct 26, 2005 8:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 5412

Hi Richard, The link you provided to me is where I found the hbzip.lib file however the xhbzipdll.lib is not in the zip file. Thinking that they renamed it I added all the lib files located in the contribution zip to my compile/link bat. Unfortunately I still have unresolved externals. I suspect it...
by Richard Chidiak
Wed Oct 26, 2005 6:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 5412

Hi Richard, I googled and searched the xHarbour site and could not find reference to the file called xhbzipdll.lib. Can you please point me to where you got it. Thanks for your patience. Vytas :) http://www.xharbour.org/download.asp?filename=http://files.xharbour.org/windows/xharbour-0.99.50.contri...