Search found 50 matches: olecreateobject

Return to advanced search

Re: Como se usa CHILKAT

Holá, exemplo para ler um XML, no site tem várias funções em FOXPRO que você troca o "." por ":" e pode usar no harbour. Eu uso a Chilkat para assinar PDF e assinar XML de fatura eletrônica do brasil. ---cut--- static procedure testChilkat() local oGlobal := win_OleGetActiveObjec...
by toninhofwi
Tue Apr 04, 2023 4:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se usa CHILKAT
Replies: 9
Views: 1032

Web Services Security WSS OASIS

Hello, I'm trying to perform an integration with a Brazilian webservice that requires the standard: Web Services Security: 3 SOAP Message Security 1.0 Oasis. And I'm being beaten a lot about this, I'm using CAPICOM.dll and MSXML5.dll to work with the certificate and signature I have an example that ...
by Francisco Valério
Mon Feb 20, 2023 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services Security WSS OASIS
Replies: 0
Views: 216

Re: FW and Telegram

Hello

::oHttp := win_oleCreateObject( "WinHttp.WinHttpRequest.5.1" ) is no problem with me.
It is not createObject()

Regards,
Charles KWON
by CharlesKwon
Thu Sep 29, 2022 12:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW and Telegram
Replies: 13
Views: 1048

Re: WIN_OLECREATEOBJECT() DUDAS

Existe el metodo
Code: Select all  Expand view

oOle:setTimeouts( resolveTimeout, connectTimeout, sendTimeout, receiveTimeout)
 

Pero no he tenido ocasión de probarlo.
by cnavarro
Sun May 08, 2022 8:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: WIN_OLECREATEOBJECT() DUDAS
Replies: 3
Views: 341

Re: WIN_OLECREATEOBJECT() DUDAS

Hola Cristobal
Muchas gracias por tu ayuda, me ha sido muy esclarecedora...
Ya lo implementé, ahora tengo que esperar que el servidor AFIP se sature para poder ver si funciona el timeout() :D :D
No se como simular el retardo en en server !!!
Abrazo
by rterraz
Sat May 07, 2022 4:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WIN_OLECREATEOBJECT() DUDAS
Replies: 3
Views: 341

Re: WIN_OLECREATEOBJECT() DUDAS

El motivo de existir ( e incluso coexistir varios "protocolos" ) a los que hacer referencia, es sencilla: tema de compatibilidad con versiones anteriores. Internamente lo que ha hecho Microsoft ha sido cambiar el espacio de nombres que utiliza en su biblioteca/librerías en las nuevas versi...
by cnavarro
Sat May 07, 2022 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WIN_OLECREATEOBJECT() DUDAS
Replies: 3
Views: 341

WIN_OLECREATEOBJECT() DUDAS

Estimados amigos Tengo un sistema de facturación que usa Factura Electronica a AFIP Para establecer la comunicación con el WebService antes usabamos WIN_OLECREATEOBJECT('MSXML2.XMLHTTP') y lo cambiamos a WIN_OLECREATEOBJECT('Microsoft.XMLHTTP'),porque parece que este es mas rápido...esto es correcto...
by rterraz
Sat May 07, 2022 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WIN_OLECREATEOBJECT() DUDAS
Replies: 3
Views: 341

Re: How to call Events from OLE/COM objects

Hi Jimmy, The control is not ActiveX. I start using Win_OleCreateObject because it didn't work with tActivex(). I did tests using __axRegisterHandler and I didn't get exodus either. A simple test in C# shown in this link I can't call the ConvertToPicture() event. Maybe it's my ignorance in this aspe...
by Giovany Vecchi
Fri Apr 22, 2022 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to call Events from OLE/COM objects
Replies: 14
Views: 963

How to call Events from OLE/COM objects

I'm trying to make a class for the persona digital reader. I don't know how to trigger or call EVENT type functions. I read the harbor classes documentation and couldn't find anything on the subject. If I create a class in _XAILER_ the EVENT functions appear. Does anyone know how to make this work i...
by Giovany Vecchi
Thu Apr 21, 2022 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to call Events from OLE/COM objects
Replies: 14
Views: 963

Re: Errores OLE en TEXCELSCRIPT

CreateObject() depende de TOleAuto: FUNCTION CreateObject( xOle, cLicense )   RETURN TOleAuto():New( xOle,, cLicense )FUNCTION GetActiveObject( cString )   RETURN TOleAuto():GetActiveObject( cString ) Habría, si acaso, que probar co...
by hmpaquito
Fri Feb 25, 2022 4:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores OLE en TEXCELSCRIPT
Replies: 9
Views: 1173

Re: Create Excel Workbooks in Mod_Harbour

Dear Byron,

byron.hopp wrote:All,

What is, or is there a difference between:

Win_OleCreateObject

and

CreateObject

functions...

Byron,


Win_OleCreateObject is provided by Harbour's contrib hbwin.lib

CreateObject() is provided by FWH
by Antonio Linares
Wed Jul 14, 2021 2:15 pm
 
Forum: mod_harbour
Topic: Create Excel Workbooks in Mod_Harbour
Replies: 8
Views: 810

Re: Create Excel Workbooks in Mod_Harbour

All,

What is, or is there a difference between:

Win_OleCreateObject

and

CreateObject

functions...

Byron,
by byron.hopp
Tue Jul 13, 2021 7:38 pm
 
Forum: mod_harbour
Topic: Create Excel Workbooks in Mod_Harbour
Replies: 8
Views: 810

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 439

More details WIN_OLEAUTO information in debugger

Hi, I'm working through a minigui project uses win_oleCreateObject( "Outlook.Application" ) to connect to the installed Outlook app, and filter out certain email messages & subjects, and then search through a spreadsheet & do some other stuff. In the minigui debugger, the outlook o...
by FWExplorer
Thu Jul 09, 2020 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1692
Next

Return to advanced search

cron