... José,
Pelo que me lembro, Len() e Substr() não valem pra utf-8, o que já seria um grande problema. Sim, e não paenas essas.
Digite: hbmk2 utf8 -find e será exibido todas funções que devem ser trocadas se usar UTF8. Nada impede de criar um .CH com os respectivos #xtranslate pra essas funções, mas ...
Pesquisa resultou em 582 ocorrências: +find
Termo pesquisado: +find
- 09 Mar 2026 14:22
- Fórum: Projeto hbNFe
- Tópico: Novos meios de pagamento
- Respostas: 9
- Exibições: 5276
- 26 Fev 2026 10:15
- Fórum: [x]Harbour
- Tópico: Atualizações Harbour 3.2 - 16/02/2025
- Respostas: 0
- Exibições: 602
Atualizações Harbour 3.2 - 16/02/2025
... library
2026-02-08 04:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/gtqtc/gtqtc.h
* contrib/gtqtc/gtqtc1.cpp
* try to find good monospace font at startup
* changed default font weight from bold to normal
* tests/gtkeys.prg
+ added commented reference to HB_GTI_FONTA ...
2026-02-08 04:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/gtqtc/gtqtc.h
* contrib/gtqtc/gtqtc1.cpp
* try to find good monospace font at startup
* changed default font weight from bold to normal
* tests/gtkeys.prg
+ added commented reference to HB_GTI_FONTA ...
- 18 Fev 2026 21:59
- Fórum: [x]Harbour
- Tópico: tela cheia no linux
- Respostas: 13
- Exibições: 1198
Re: tela cheia no linux
... library
2026-02-08 04:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/gtqtc/gtqtc.h
* contrib/gtqtc/gtqtc1.cpp
* try to find good monospace font at startup
* changed default font weight from bold to normal
* tests/gtkeys.prg
+ added commented reference to HB_GTI_FONTA ...
2026-02-08 04:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/gtqtc/gtqtc.h
* contrib/gtqtc/gtqtc1.cpp
* try to find good monospace font at startup
* changed default font weight from bold to normal
* tests/gtkeys.prg
+ added commented reference to HB_GTI_FONTA ...
- 24 Jan 2026 12:59
- Fórum: [x]Harbour
- Tópico: Cómo crear un PDF a partir de un xml
- Respostas: 3
- Exibições: 841
Re: Cómo crear un PDF a partir de un xml
... function(s): HPDF_New()
hbmk2: Error: Referenced, missing, but unknown function(s): HB_ZEBRA()
veja no final a dica do hbmk2 do que falta
ou o find, porque coloquei o nome da função zebra errado.
d:\temp>hbmk2 -find zebra
hbzebra.hbc (installed):
hb_zebra_create_codabar()
hb_zebra_create ...
hbmk2: Error: Referenced, missing, but unknown function(s): HB_ZEBRA()
veja no final a dica do hbmk2 do que falta
ou o find, porque coloquei o nome da função zebra errado.
d:\temp>hbmk2 -find zebra
hbzebra.hbc (installed):
hb_zebra_create_codabar()
hb_zebra_create ...
- 24 Jan 2026 12:54
- Fórum: [x]Harbour
- Tópico: Cómo crear un PDF a partir de un xml
- Respostas: 3
- Exibições: 841
Re: Cómo crear un PDF a partir de un xml
... Prefixo HPDF, só pode ser harupdf
hb_zebran, só pode ser a zebra
hpdf.hbc
hbzebra.hbc
Se quiser tirar dúvidas, peça ajuda pra hbmk2
hbmk2 -find hpdf_
hbmk2 -find hb_zebra
hbmk2 sabe onde encontrar funções conhecidas, geralmente mostra uma ajuda no final da compilação
Isso significa que ...
hb_zebran, só pode ser a zebra
hpdf.hbc
hbzebra.hbc
Se quiser tirar dúvidas, peça ajuda pra hbmk2
hbmk2 -find hpdf_
hbmk2 -find hb_zebra
hbmk2 sabe onde encontrar funções conhecidas, geralmente mostra uma ajuda no final da compilação
Isso significa que ...
- 23 Jan 2026 14:16
- Fórum: [x]Harbour
- Tópico: Cómo crear un PDF a partir de un xml
- Respostas: 3
- Exibições: 841
Cómo crear un PDF a partir de un xml
... 5.x undoc)
--------------------------------------------------------------------------------------------
Consulta de herramientas externas:
hbmk2 -find hbhpdf
hbhpdf.hbc (instalado):
__HBEXTERN__HBHPDF__()
hbmk2 -find hbzebra
hbzebra.hbc (instalado):
__HBEXTERN__HBZEBRA__()
hbmk2 -find hbmxml ...
--------------------------------------------------------------------------------------------
Consulta de herramientas externas:
hbmk2 -find hbhpdf
hbhpdf.hbc (instalado):
__HBEXTERN__HBHPDF__()
hbmk2 -find hbzebra
hbzebra.hbc (instalado):
__HBEXTERN__HBZEBRA__()
hbmk2 -find hbmxml ...
- 12 Dez 2025 11:20
- Fórum: [x]Harbour
- Tópico: Rotina em c# para harbour
- Respostas: 5
- Exibições: 1204
Rotina em c# para harbour
... serial, criptografada; //" put here your certificate serial number ";
criptografada = "";
X509Certificate2Collection coll = store.Certificates.Find(X509FindType.FindBySerialNumber, serial, true);
X509Certificate2 cert = null;
Console.WriteLine(coll.Count);
if (coll.Count > 0 && coll[0 ...
criptografada = "";
X509Certificate2Collection coll = store.Certificates.Find(X509FindType.FindBySerialNumber, serial, true);
X509Certificate2 cert = null;
Console.WriteLine(coll.Count);
if (coll.Count > 0 && coll[0 ...
- 20 Nov 2025 03:46
- Fórum: Bate Papo
- Tópico: Configurando o forum!
- Respostas: 32
- Exibições: 4049
Re: Configurando o forum!
... feature that allows users to view topics with the most recent activity within a specified time frame.
Access the Page: Users can typically find a link labeled "Active topics" (or similar, depending on the language) in the main navigation bar or on the forum index page. Clicking this link ...
Access the Page: Users can typically find a link labeled "Active topics" (or similar, depending on the language) in the main navigation bar or on the forum index page. Clicking this link ...
- 05 Jun 2025 16:41
- Fórum: [x]Harbour
- Tópico: Calendário, marcar dia trabalhado
- Respostas: 35
- Exibições: 19477
Calendário, marcar dia trabalhado
Parece que a lista de alternativas é grande
hbmk2 -find day
Harbour core (installed):
Day()
Days()
hb_CDay()
hbct.hbc (installed):
DaysInMonth()
DaysToMonth()
LastDayOM()
hbmisc.hbc (installed):
ADays()
hbmisc_DaysInMonth()
hbnf.hbc (installed):
ft_DayOfYr()
ft_DayToBoW()
ft_FDay()
ft ...
hbmk2 -find day
Harbour core (installed):
Day()
Days()
hb_CDay()
hbct.hbc (installed):
DaysInMonth()
DaysToMonth()
LastDayOM()
hbmisc.hbc (installed):
ADays()
hbmisc_DaysInMonth()
hbnf.hbc (installed):
ft_DayOfYr()
ft_DayToBoW()
ft_FDay()
ft ...
- 04 Jun 2025 22:05
- Fórum: [x]Harbour
- Tópico: Calendário, marcar dia trabalhado
- Respostas: 35
- Exibições: 19477
Calendário, marcar dia trabalhado
Olá!
BOM(), EOM() já usei mas não lembro de qual lib...
Não tenho certeza mas acho que o Harbour tem a função EOMONTH() nativa. Dê um Find aí...Itamar M. Lins Jr. escreveu:Tem a função eom() não sei se é da CT que eu uso.
BOM(), EOM() já usei mas não lembro de qual lib...
- 19 Mar 2025 16:06
- Fórum: Projeto hbNFe
- Tópico: Testar Validade de um certificado
- Respostas: 2
- Exibições: 3938
Testar Validade de um certificado
... oStore:Open( CAPICOM_CURRENT_USER_STORE, "My", CAPICOM_STORE_OPEN_MAXIMUM_ALLOWED )
oColecao := oStore:Certificates()
//aList := oColecao:Find( CAPICOM_CERTIFICATE_FIND_ISSUER_NAME, cNomeCertificado, .T. )
FOR nCont = 1 TO oColecao:Count()
IF cNomeCertificado $ oColecao:Item( nCont ...
oColecao := oStore:Certificates()
//aList := oColecao:Find( CAPICOM_CERTIFICATE_FIND_ISSUER_NAME, cNomeCertificado, .T. )
FOR nCont = 1 TO oColecao:Count()
IF cNomeCertificado $ oColecao:Item( nCont ...
- 13 Mar 2025 18:50
- Fórum: [x]Harbour
- Tópico: Sobre erro: Método não exportado: Win_Prn():NEW()
- Respostas: 7
- Exibições: 4482
Sobre erro: Método não exportado: Win_Prn():NEW()
Sei lá...hbmk2 -find *prn
hbwin.hbc (installed):
win_Prn()
xhb.hbc (installed):
Win32Prn()
No harbour win_prn()
Na compatibilidade com xharbour Win32Prn()
- 08 Mar 2025 19:37
- Fórum: Contribuições, Dicas e Tutoriais
- Tópico: Multithread GUI
- Respostas: 4
- Exibições: 3739
Multithread GUI
... It also supports xBase++ concept of moving workareas between threads
using functions like dbRelease() and dbRequest().
In tests/mt you will find few simple test programs for MT mode.
Some of Harbour tools like hbmk2 or uhttpd[2] (examples/httpsrv,
/examples/uhttpd2) use extensively MT mode ...
using functions like dbRelease() and dbRequest().
In tests/mt you will find few simple test programs for MT mode.
Some of Harbour tools like hbmk2 or uhttpd[2] (examples/httpsrv,
/examples/uhttpd2) use extensively MT mode ...
- 24 Fev 2025 17:23
- Fórum: [x]Harbour
- Tópico: RestScreen() falhando com UTF8
- Respostas: 34
- Exibições: 20315
RestScreen() falhando com UTF8
hbmk2 -find codepage
gtwvg.hbc (installed):
wvt_SetCodepage()
gtwvw.hbc (not installed):
wvw_SetCodepage()
xhb.hbc (installed):
hb_SetCodepage()
Harbour core (installed):
...
Sei lá se WVT tem tratamento especial...
Mas hb_SetCodePage() é compatibilidade com xharbour, essa lib deve ser ...
- 29 Jan 2025 20:27
- Fórum: [x]Harbour
- Tópico: PRECISO DE AJUDAR URGENTE !!! NÃO COMPILA MAIS OS PRGS
- Respostas: 31
- Exibições: 14953
PRECISO DE AJUDAR URGENTE !!! NÃO COMPILA MAIS OS PRGS
... miniprint
Error: Unresolved external '_HB_FUN_MESSAGEBEEP' referenced from C:\MINIGUI\LIB\MINIPRINT2.LIB|miniprint
d:\harbour\addons>hbmk2 -find hmg_loadimage
No matches
d:\harbour\addons>hbmk2 -find isvistaorlater
addons\hmge_main.hbc (not installed):
ISVISTAORLATER()
d:\harbour\addons ...
Error: Unresolved external '_HB_FUN_MESSAGEBEEP' referenced from C:\MINIGUI\LIB\MINIPRINT2.LIB|miniprint
d:\harbour\addons>hbmk2 -find hmg_loadimage
No matches
d:\harbour\addons>hbmk2 -find isvistaorlater
addons\hmge_main.hbc (not installed):
ISVISTAORLATER()
d:\harbour\addons ...