Hi, I use chilkat:
https://www.chilkatsoft.com/refdoc/xChi ... ilRef.html
Cheers.
Search found 176 matches
- Sat Apr 05, 2025 3:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Email
- Replies: 3
- Views: 506
- Sat Apr 05, 2025 3:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Whatsapp
- Replies: 1
- Views: 218
Re: Whatsapp
Hi, I use easyChat
https://easychat.seacweb.com/docs/1.0/introduction
https://cloudhotels.com.br/
call he on whatsapp if you like.
regards.
https://easychat.seacweb.com/docs/1.0/introduction
https://cloudhotels.com.br/
call he on whatsapp if you like.
regards.
- Sat Mar 15, 2025 8:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New Networking Issues: Peer to Peer
- Replies: 9
- Views: 5535
Re: New Networking Issues: Peer to Peer
I'll tryTimStone wrote: Fri Mar 14, 2025 11:43 pm It may be the same problem. On your workstations, follow the steps above.
Thank you Tim.
- Fri Mar 14, 2025 6:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New Networking Issues: Peer to Peer
- Replies: 9
- Views: 5535
Re: New Networking Issues: Peer to Peer
Hi guys, I'm having problems with a client that uses ads12, on the server everything works, but the computers with windows 11 that have updated are giving error 6420...
Regards.
Regards.
- Fri Jun 28, 2024 4:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GET an activeX ENUM by name
- Replies: 5
- Views: 904
Re: GET an activeX ENUM by name
Hi Antonio, Thanks for the answer.Antonio Linares wrote:Dear Toninho,
You may use defines for each value, in example:
#define xtpCalendarDayThursday 16
I'm doing this, but it would be easier to get the value directly from the object.
BTW thank you

Regards.
- Fri Jun 28, 2024 12:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GET an activeX ENUM by name
- Replies: 5
- Views: 904
GET an activeX ENUM by name
Hi friends,
Is there a way to get an active enum value by its name:
For example: I need get "xtpCalendarDayThursday" value to use in activeX object:
type
CalendarWeekDay = TOleEnum;
const
xtpCalendarDaySunday = 1;
xtpCalendarDayMonday = 2;
xtpCalendarDayTuesday = 4;
xtpCalendarDayWednesday ...
Is there a way to get an active enum value by its name:
For example: I need get "xtpCalendarDayThursday" value to use in activeX object:
type
CalendarWeekDay = TOleEnum;
const
xtpCalendarDaySunday = 1;
xtpCalendarDayMonday = 2;
xtpCalendarDayTuesday = 4;
xtpCalendarDayWednesday ...
- Fri Apr 19, 2024 12:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Digitally signing a document
- Replies: 14
- Views: 2760
Re: Digitally signing a document
Hi, maybe you can test with chilkat:
https://www.example-code.com/foxpro/pdf_signatures.asp
Regards,
Toninho.
https://www.example-code.com/foxpro/pdf_signatures.asp
Regards,
Toninho.
- Tue Nov 28, 2023 9:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Testing Harbour -gc3 flag
- Replies: 36
- Views: 9370
Re: Testing Harbour -gc3 flag
If you use the flag -gc3 when calling harbour.exe it generates C calls without using pcode, thus your apps will be a little faster :-)
we would like to have your feedback about building your FWH + Harbour apps using this flag
thank you!
Hi Antonio, I'm using -gc3 for years!!! I think since 2019 ...
we would like to have your feedback about building your FWH + Harbour apps using this flag
thank you!
Hi Antonio, I'm using -gc3 for years!!! I think since 2019 ...
- Sat Jul 01, 2023 5:01 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Alguien ha Trabajado con RSA-SHA1
- Replies: 4
- Views: 594
Re: Alguien ha Trabajado con RSA-SHA1
Hi, I use chilkat for that:
https://tools.chilkat.io/xmlDsigGen
Regards.
PS: choose FOXPRO to generate the code and you can simple change "." by ":" to use in FWH/Harbour class
https://tools.chilkat.io/xmlDsigGen
Regards.
PS: choose FOXPRO to generate the code and you can simple change "." by ":" to use in FWH/Harbour class
- Tue Apr 04, 2023 4:01 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Como se usa CHILKAT
- Replies: 9
- Views: 2506
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_OleGetActiveObject( "Chilkat_9_5 ...
Eu uso a Chilkat para assinar PDF e assinar XML de fatura eletrônica do brasil.
---cut---
static procedure testChilkat()
local oGlobal := win_OleGetActiveObject( "Chilkat_9_5 ...
- Mon Mar 27, 2023 12:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: using a Python module from Harbour according to IA
- Replies: 2
- Views: 746
Re: using a Python module from Harbour according to IA
Wow!
Good news, today I'm using Chilkat because I need some features that Harbour don't have, for example XmlDSigGen,
using Pyton for sure there are no limitation to do this.
Thank you Antonio, best regards.
Good news, today I'm using Chilkat because I need some features that Harbour don't have, for example XmlDSigGen,
using Pyton for sure there are no limitation to do this.
Thank you Antonio, best regards.
- Thu Aug 18, 2022 12:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: VIES VAT-Check
- Replies: 2
- Views: 635
Re: VIES VAT-Check
Hi Mark sorry for jump in this topic, but I have issues in Brazilian NFe and the only way I found to connect and manage his web service is using Chilkat ActiveX dll. The support is great and the guys helped me a lot.
Regards,
Toninho.
Regards,
Toninho.
- Tue Aug 09, 2022 3:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Email with SSL / TLS using FiveWin
- Replies: 12
- Views: 1651
Re: Email with SSL / TLS using FiveWin
Hi, try use chilkat activex dll, there are a lot of foxPro samples that can be used with harbour
https://www.example-code.com/foxpro/smtp.asp
regards
https://www.example-code.com/foxpro/smtp.asp
regards
- Thu Jun 23, 2022 12:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Possible bug in some coordinates conversion
- Replies: 5
- Views: 779
Re: Possible bug in some coordinates conversion
Maybe you could try to modify this function using longs instead of ints:
HB_FUNC( GETWNDRECT ) // hWnd --> { nTop, nLeft, nBottom, nRight }{... hb_reta( 4 ); hb_storvnl( rct.top, -1, 1 ); // changed! hb_storvnl( rct.left, -1, 2 ); // changed! hb_storvnl( ...
HB_FUNC( GETWNDRECT ) // hWnd --> { nTop, nLeft, nBottom, nRight }{... hb_reta( 4 ); hb_storvnl( rct.top, -1, 1 ); // changed! hb_storvnl( rct.left, -1, 2 ); // changed! hb_storvnl( ...
- Mon May 16, 2022 12:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How code obfuscation helps protect application data
- Replies: 11
- Views: 2523