... change was not backwards compatible with hb_hrbLoad()
stealing character argument, that would be otherwise passed
to INIT PROCEDURE's in .hrb file
* src/include/hb_hrb.ch
+ add HB_HRB_ARG_PRGNAME definition
use to pass "virtual" script.prg filename as third parameter
hb_hrbLoad( HB_HRB_ARG ...
Pesquisa resultou em 4661 ocorrências: +File
Termo pesquisado: +file
- 21 Dez 2025 10:10
- Fórum: [x]Harbour
- Tópico: Atualização Harbour 21/12/2025
- Respostas: 0
- Exibições: 41
- 12 Dez 2025 15:05
- Fórum: HwGui
- Tópico: Abas com texto control ainda nao funciona na versao 2.23
- Respostas: 51
- Exibições: 1011
Re: Abas com texto control ainda nao funciona na versao 2.23
... hwg_Trace()
LOCAL s := "", n := 2
WHILE ! Empty( ProcName( n ) )
#ifdef __XHARBOUR__
s += Chr( 13 ) + Chr( 10 ) + "Called from " + ProcFile( n ) + "->" + ProcName( n ) + "(" + AllTrim( Str( ProcLine( n ++ ) ) ) + ")"
#else
s += Chr( 13 ) + Chr( 10 ) + "Called from " + ProcName( n ...
LOCAL s := "", n := 2
WHILE ! Empty( ProcName( n ) )
#ifdef __XHARBOUR__
s += Chr( 13 ) + Chr( 10 ) + "Called from " + ProcFile( n ) + "->" + ProcName( n ) + "(" + AllTrim( Str( ProcLine( n ++ ) ) ) + ")"
#else
s += Chr( 13 ) + Chr( 10 ) + "Called from " + ProcName( n ...
- 12 Dez 2025 11:20
- Fórum: [x]Harbour
- Tópico: Rotina em c# para harbour
- Respostas: 5
- Exibições: 220
Rotina em c# para harbour
... Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
*/
if (System.IO.File.Exists(@"StringParaAssinar.txt"))
{
string[] lines = System.IO.File.ReadAllLines(@"StringParaAssinar.txt");
string[] aDados = new string[2 ...
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
*/
if (System.IO.File.Exists(@"StringParaAssinar.txt"))
{
string[] lines = System.IO.File.ReadAllLines(@"StringParaAssinar.txt");
string[] aDados = new string[2 ...
- 11 Dez 2025 01:47
- Fórum: [x]Harbour
- Tópico: Atualização do Harbour dia 11 e 10/12/2025
- Respostas: 0
- Exibições: 115
Atualização do Harbour dia 11 e 10/12/2025
... tools begin to generate such timestamp values and
Harbour had problems with decoding them correctly.
* src/compiler/hbmain.c
+ allow to pass file name for source code compiled by hb_compileFromBuf()
It works like in all other versions of hb_compile*() functions - it's
enough to pass it as ...
Harbour had problems with decoding them correctly.
* src/compiler/hbmain.c
+ allow to pass file name for source code compiled by hb_compileFromBuf()
It works like in all other versions of hb_compile*() functions - it's
enough to pass it as ...
- 07 Dez 2025 10:15
- Fórum: Outras linguagens de programação
- Tópico: SEFAZCLASS em Python + FASTAPI
- Respostas: 4
- Exibições: 219
Re: SEFAZCLASS em Python + FASTAPI
... MemoWrit
- curl.exe
O curl está¡ presente no Windows 10/11.
*/
PROCEDURE Main()
LOCAL cBaseUrl := "http://127.0.0.1:8000"
LOCAL cXmlFile := "nfe_teste.xml"
LOCAL cOpt
DO WHILE .T.
CLS
? "=========================================="
? " SEFAZ SERVICE - CLIENTE DE TESTE ...
- curl.exe
O curl está¡ presente no Windows 10/11.
*/
PROCEDURE Main()
LOCAL cBaseUrl := "http://127.0.0.1:8000"
LOCAL cXmlFile := "nfe_teste.xml"
LOCAL cOpt
DO WHILE .T.
CLS
? "=========================================="
? " SEFAZ SERVICE - CLIENTE DE TESTE ...
- 03 Dez 2025 15:44
- Fórum: [x]Harbour
- Tópico: enviar arquivo via http multipart/form-data
- Respostas: 2
- Exibições: 2825
Re: enviar arquivo via http multipart/form-data
... Type", "multipart/form-data; boundary=" + cBoundary)
// Construct the request body with multiple parts
// Each part represents a form field or a file
LOCAL cBody := ""
cBody += "--" + cBoundary + CRLF
cBody += "Content-Disposition: form-data; name=\"username\"" + CRLF + CRLF
cBody += "testuser ...
// Construct the request body with multiple parts
// Each part represents a form field or a file
LOCAL cBody := ""
cBody += "--" + cBoundary + CRLF
cBody += "Content-Disposition: form-data; name=\"username\"" + CRLF + CRLF
cBody += "testuser ...
- 02 Dez 2025 22:50
- Fórum: Sistemas Operacionais
- Tópico: Win11: update corrige bugs, mas cria outros no Explorador de Arquivos
- Respostas: 1
- Exibições: 154
Win11: update corrige bugs, mas cria outros no Explorador de Arquivos
... de Arquivos aparecer com uma tela branca em determinados momentos.
https://www.windowslatest.com/wp-content/uploads/2025/12/White-Screen-flash-in-File-Explorer-while-using-it-in-dark-mode-after-Windows-11-KB5070311-Optional-Update.jpg
São coisas que só o método de trabalho desses empresas explica ...
https://www.windowslatest.com/wp-content/uploads/2025/12/White-Screen-flash-in-File-Explorer-while-using-it-in-dark-mode-after-Windows-11-KB5070311-Optional-Update.jpg
São coisas que só o método de trabalho desses empresas explica ...
- 20 Nov 2025 10:03
- Fórum: Contribuições, Dicas e Tutoriais
- Tópico: Fluxo dos fontes
- Respostas: 3
- Exibições: 241
Re: Fluxo dos fontes
... fui criando pra fazer o máximo possível automaticamente.
Algumas das coisas testadas
#define FORMAT_LINE_COMMENTS_REMOVE .F.
#define FORMAT_FILE_HBP .F.
#define FORMAT_FILE_INCLUDE .F.
#define FORMAT_FILE_ERROR .F.
#define FORMAT_FILE_DUPLICATED .F.
#define FORMAT_PRG_REMOVE_FUNC_FIM .F ...
Algumas das coisas testadas
#define FORMAT_LINE_COMMENTS_REMOVE .F.
#define FORMAT_FILE_HBP .F.
#define FORMAT_FILE_INCLUDE .F.
#define FORMAT_FILE_ERROR .F.
#define FORMAT_FILE_DUPLICATED .F.
#define FORMAT_PRG_REMOVE_FUNC_FIM .F ...
- 20 Nov 2025 03:46
- Fórum: Bate Papo
- Tópico: Configurando o forum!
- Respostas: 32
- Exibições: 1682
Re: Configurando o forum!
... the "Recent Topics" extension package from the official phpBB Customization Database.
Unzip the package and upload the contents to your forum's file system in the following path: ext/paybas/recenttopics/ (the exact folder structure may vary slightly depending on the extension version; follow the ...
Unzip the package and upload the contents to your forum's file system in the following path: ext/paybas/recenttopics/ (the exact folder structure may vary slightly depending on the extension version; follow the ...
- 18 Nov 2025 13:07
- Fórum: Bate Papo
- Tópico: Configurando o forum!
- Respostas: 32
- Exibições: 1682
Re: Configurando o forum!
…o phpBB bloqueia o acesso direto a essa URL por padrão. Isso acontece porque:
- A pasta /files/ não tem index público.
- Os arquivos são protegidos por regras no .htaccess (em servidores Apache) ou configurações do servidor.
- O acesso é feito exclusivamente via o script download/file.php, que ...
- A pasta /files/ não tem index público.
- Os arquivos são protegidos por regras no .htaccess (em servidores Apache) ou configurações do servidor.
- O acesso é feito exclusivamente via o script download/file.php, que ...
- 17 Nov 2025 11:20
- Fórum: [x]Harbour
- Tópico: Atualização do Harbour 17/11/2025
- Respostas: 0
- Exibições: 229
Atualização do Harbour 17/11/2025
... add HB_PUT_UINT64(), HB_GET_UINT64() macros
2025-11-17 09:58 UTC+0200 Aleksander Czajczynski (hb fki.pl)
+ include/hbcrypto.h
! actually add the file, missed from the push...
2025-11-16 22:10 UTC+0200 Aleksander Czajczynski (hb fki.pl)
* config/win/zig.mk
! in some Zig tests, building for ...
2025-11-17 09:58 UTC+0200 Aleksander Czajczynski (hb fki.pl)
+ include/hbcrypto.h
! actually add the file, missed from the push...
2025-11-16 22:10 UTC+0200 Aleksander Czajczynski (hb fki.pl)
* config/win/zig.mk
! in some Zig tests, building for ...
- 17 Nov 2025 07:49
- Fórum: Contribuições, Dicas e Tutoriais
- Tópico: Corrigindo aplicativo antigo
- Respostas: 3
- Exibições: 208
Re: Corrigindo aplicativo antigo
retval.png
De 3,500 pra 2.300
PROCEDURE Main
LOCAL cTxt, aList, cLine, cFile, aPrgList := {}, nPos, aItem
SetMode(33,100)
SetMode("W/B")
CLS
cTxt := MemoRead( "errorlist.txt" )
aList := hb_RegExSplit( hb_Eol(), cTxt )
FOR EACH cLine IN aList
IF "procedure returns value" $ Lower ...
De 3,500 pra 2.300
PROCEDURE Main
LOCAL cTxt, aList, cLine, cFile, aPrgList := {}, nPos, aItem
SetMode(33,100)
SetMode("W/B")
CLS
cTxt := MemoRead( "errorlist.txt" )
aList := hb_RegExSplit( hb_Eol(), cTxt )
FOR EACH cLine IN aList
IF "procedure returns value" $ Lower ...
- 12 Nov 2025 13:40
- Fórum: Bate Papo
- Tópico: teste de funcionamento
- Respostas: 3
- Exibições: 268
teste de funcionamento
... em novo dominio está feito.
Eu tentei algumas vez, mas ele buga na hora do backup
Inclusive a Ana Brock estava me ajudando nessa tarefa.
O jeito que baixa o menos pior é quando seleciona, conforme anexo.
https://pctoledo.org/files/file.php?mode=view&id=14750&sid=96ef7d3fbfefa53a8ced95fc03764f38
Eu tentei algumas vez, mas ele buga na hora do backup
Inclusive a Ana Brock estava me ajudando nessa tarefa.
O jeito que baixa o menos pior é quando seleciona, conforme anexo.
https://pctoledo.org/files/file.php?mode=view&id=14750&sid=96ef7d3fbfefa53a8ced95fc03764f38
- 14 Out 2025 17:36
- Fórum: [x]Harbour
- Tópico: Importar de planilha do EXCEL
- Respostas: 1
- Exibições: 4467
Importar de planilha do EXCEL
... cindMonoRet, cindMonoDif, cCredito_para, cdIniVig, cdFimVig, dDataAtualizacao
cCaminho:="d:\DadosPDL\RT"
cNomeArquivo="cClassTrib.xlsx"
IF !FILE(cCaminho+"\"+cNomeArquivo)
MENSAGEM("Atenção, arquivo cClassTrib.xlxs NÃO encontrado da pasta "+cCaminho,8)
retu
end
oExcel := TOleAuto():New ...
cCaminho:="d:\DadosPDL\RT"
cNomeArquivo="cClassTrib.xlsx"
IF !FILE(cCaminho+"\"+cNomeArquivo)
MENSAGEM("Atenção, arquivo cClassTrib.xlxs NÃO encontrado da pasta "+cCaminho,8)
retu
end
oExcel := TOleAuto():New ...
- 24 Set 2025 12:07
- Fórum: FiveWin
- Tópico: O que falta no browse?
- Respostas: 7
- Exibições: 8543