Search found 161 matches

by toninhofwi
Tue Sep 29, 2009 4:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help to access Web Service
Replies: 11
Views: 3307

Re: Help to access Web Service

I think that I found the problem, I need access a HTTPS...

oSoapClient:msSoapInit( "https://www.nfp.fazenda.sp.gov.br/ws/ar ... .asmx?WSDL" )

Anybody know if MSSOAP access HTTPS ???


Thanks and best regards,

Toninho.
by toninhofwi
Tue Sep 29, 2009 4:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help to access Web Service
Replies: 11
Views: 3307

Re: Help to access Web Service

Hi Colin,

I'm trying your sample, thanks a lot.

Toninho.
by toninhofwi
Tue Sep 29, 2009 4:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help to access Web Service
Replies: 11
Views: 3307

Re: Help to access Web Service

Hi James,

Thanks for your hint. I'm playing with WinInet for some days, but instead InternetReadFile(), I think that I need InternetWriteFile(), but it is not so easy to use, please see at msdn and another problem, I need use SOAP protocol, or ws will reject my request...

Regards,

Toninho.
by toninhofwi
Tue Sep 29, 2009 12:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help to access Web Service
Replies: 11
Views: 3307

Re: Help to access Web Service

Hi Norberto.

Of course yes, please add me in msn: toninho@fwi.com.br

Regards.
by toninhofwi
Tue Sep 29, 2009 10:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help to access Web Service
Replies: 11
Views: 3307

Re: Help to access Web Service

Hi Antonio. Same error, in mssoapinit. IMHO is time to FWH goes to web. FWH is a powerfull product but we live in a time that web is required for a lot of transactions. Web Services in more and more used and soap was replaced by net framework. Is my dream a day that FWH have a TWeb class... :wink: T...
by toninhofwi
Mon Sep 28, 2009 6:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help to access Web Service
Replies: 11
Views: 3307

Help to access Web Service

Hi friends, I'm trying to access Web Services using fivewin, but I receive an error in OLE creation: ---cut--- local oSoapClient, cBuf oSoapClient := Win_OleCreateObject( "MSSOAP.SoapClient30" ) oSoapClient:msSoapInit( "https://www.nfp.sp.gov.br/ws" ) ---cut--- The manual for WS ...
by toninhofwi
Fri Aug 14, 2009 12:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with byref sample (SOLVED)
Replies: 14
Views: 2329

Re: OLE with byref sample (SOLVED)

Lailton, please do a test with Harbour.

The problem that I posted here is for pure OLE, without ActiveX, but Harbour ActiveX as implemented in the same way, so maybe it can work for you.

Sorry, but I can´t test it in XHarbour for while.

Regards,

Toninho.
by toninhofwi
Thu Aug 13, 2009 7:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with byref sample (SOLVED)
Replies: 14
Views: 2329

Re: OLE with byref sample (SOLVED)

Hi Lailton.

I´m currently using Harbour, but xharbour works with OLE by reference too.

Do you have latest FWH ? There are a way to you test with Harbour to compare results ?

Regards,

Toninho.
by toninhofwi
Thu Aug 13, 2009 11:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with byref sample (SOLVED)
Replies: 14
Views: 2329

Re: OLE with byref sample (SOLVED)

2009-08-12 18:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/olecore.c ! fixed memory leak in PutParams() ! fixed parameters order in PutParams() ! fixed possible GPF due calling VariantClear() without VariantInit() for C stack VARIANT item. ! fixed reverted #if cond...
by toninhofwi
Wed Aug 12, 2009 12:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with byref sample (SOLVED)
Replies: 14
Views: 2329

Re: OLE with byref sample

Hi Antonio, I posted this message in harbour dev list, but Viktor can't fix it because my sample need register a DLL... Please download this: http://www.fwi.com.br/nfe.zip. You need dotnetfx.exe 2.0 or above installed, and you need register dll, because is OLE. There are a registraDLL.bat file in th...
by toninhofwi
Mon Aug 10, 2009 6:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with byref sample (SOLVED)
Replies: 14
Views: 2329

Re: OLE with byref sample

Antonio, do you have a sample please?

Viktor is asking me...

Regards,

Toninho.
by toninhofwi
Mon Aug 10, 2009 11:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with byref sample (SOLVED)
Replies: 14
Views: 2329

OLE with byref sample (SOLVED)

Hi friends,

Anybody know if there are example of default XP OLE components that works by reference ?

Something like:

---cut---
local a1, a2
oOle = CreateOle()
oOle:Test( @a1, @a2 )
---cut---

The sample is needed to fix a bug in Harbour OLE.

Thanks and Best Regards,

Toninho.
by toninhofwi
Sun Jul 12, 2009 12:48 pm
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2009 (9.06)
Replies: 12
Views: 5821

Re: New FTDN June/Junio 2009 (9.06)

Hi Antonio,

Is this version compatible with latest harbour SVN please ?


Regards,

Toninho.
by toninhofwi
Tue Jun 23, 2009 11:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New Buttontools 1.2 ( Download )
Replies: 2
Views: 806

Re: New Buttontools 1.2 ( Download )

Amazing. Really nice job...

Regards,

Toninho.
by toninhofwi
Sun Jun 21, 2009 5:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Checking non released GDI objects
Replies: 13
Views: 4456

Re: Checking non released GDI objects

Hi Otto,

I use MemProof.

Regards,

Toninho.