Search found 161 matches

by toninhofwi
Sat Mar 13, 2010 12:47 pm
Forum: FiveWin para Harbour/xHarbour
Topic: MRFTool.Lib
Replies: 25
Views: 5997

Re: MRFTool.Lib

Bayron wrote:Toninho,
Antolin dejo este LINK para poder descargar los fuentes....
http://www.mediafire.com/?gym3zmmngof
Thanks, but it is not complete sources. I need recompile sources to use with BCC 6.20 or MSVC.

Regards,

Toninho.
by toninhofwi
Fri Mar 12, 2010 11:46 pm
Forum: FiveWin para Harbour/xHarbour
Topic: MRFTool.Lib
Replies: 25
Views: 5997

Re: MRFTool.Lib

Hi Antolin.

Nive job. Do you have plans to share or sell souces ?

Toninho.
by toninhofwi
Fri Feb 26, 2010 10:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create Dialog Box Error
Replies: 9
Views: 1367

Re: Cannot create Dialog Box Error

Hi Antonio.

Thanks for this useful info. Maybe you are right, because I have a lot of apps like this installed and only in one client this problem occur.

Regards,

Toninho.
by toninhofwi
Fri Feb 26, 2010 10:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create Dialog Box Error
Replies: 9
Views: 1367

Re: Cannot create Dialog Box Error

Antonio, my resources is INSIDE my EXE.

Regards,

Toninho.
by toninhofwi
Thu Feb 25, 2010 11:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create Dialog Box Error
Replies: 9
Views: 1367

Re: Cannot create Dialog Box Error

Hi Antonio. Common controls like GET, SAY and TSBROWSE. I revised my RC file and all is correct. Please see that error is *random* sometimes a simple DEFINE/ACTIVATE DIALOG with a message can display it. My question is: what kind of problem can cause this error? I don't understand right this scenari...
by toninhofwi
Thu Feb 25, 2010 10:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create Dialog Box Error
Replies: 9
Views: 1367

Re: Cannot create Dialog Box Error

Error from:

CREATEDLGERROR()
TDIALOG:ACTIVATE()
...

The two errors allways is the same above, but the rest change. As I sayd, it is randomly, and my resources is correct.

My question is: What can cause this error?


Thanks and best regards,

Toninho.
by toninhofwi
Thu Feb 25, 2010 12:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create Dialog Box Error
Replies: 9
Views: 1367

Cannot create Dialog Box Error

Hi friends.

I have rondomly "Cannot create Dialog Box" message error one or two times a day.

What is the circunstancies when this error appear? I tryed to find anything wrong in my app but all seems fine.

Thanks for any hint.

Best regards,

Toninho.
by toninhofwi
Tue Feb 23, 2010 7:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: bug in Mapi
Replies: 4
Views: 738

Re: bug in Mapi

Hi. Harbour have built-in MAPI, please look at this sample: ---cut--- #include "hbwin.ch" PROCEDURE Main() LOCAL cSubject := "Test subject" LOCAL cBody := "Test body" LOCAL lMailConf := .F. LOCAL lFromUser := .T. LOCAL aSender := { "test from", "from@test...
by toninhofwi
Fri Nov 06, 2009 8:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TRichEdit: disable copy
Replies: 8
Views: 1100

Re: TRichEdit: disable copy

Enrico,

Maybe this article can help you, but you need change richedit.c that is not provide with fwh:

http://www.codeguru.com/cpp/controls/ri ... php/c2401/



Regards,

Toninho.
by toninhofwi
Thu Nov 05, 2009 3:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TRichEdit: disable copy
Replies: 8
Views: 1100

Re: TRichEdit: disable copy

Hi Enrico.

I changed my class to check lReadOnly state, and I enable and disable some operations like copy if it is true.

Regards,

Toninho.
by toninhofwi
Sun Oct 18, 2009 11:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: WebService
Replies: 2
Views: 616

Re: WebService

Hi.

PocketSoap have a lot of features including https and soap 1.2. Take a look at it.

Regards,

Toninho.
by toninhofwi
Sun Oct 18, 2009 12:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: autoCode5 – the timesaver
Replies: 6
Views: 1483

Re: autoCode5 – the timesaver

Very interesting, thank you.

Toninho.
by toninhofwi
Mon Oct 05, 2009 6:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Web Service PocketSoap Sample Working !!!
Replies: 4
Views: 1812

Web Service PocketSoap Sample Working !!!

Hi friends, Now that Microsoft abandoned MSSOAP, the best is use PocketSoap instead, this is a working sample (tested on Harbour only) ---cut--- local oEnvelope := Win_OleCreateObject( "PocketSOAP.Envelope.2" ) local oHttp := Win_OleCreateObject( "PocketSOAP.HTTPTransport.2" ) oE...
by toninhofwi
Tue Sep 29, 2009 7:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help to access Web Service
Replies: 11
Views: 3254

Re: Help to access Web Service

Thanks Antonio,

I'll review it.

Regards,

Toninho.