Pesquisa resultou em 797 ocorrências: +Functions

Termo pesquisado: +functions

por marcoprodata
15 Jul 2026 10:23
Fórum: SQL
Tópico: SQLRDD++: índices com funções do Harbour agora viram índices de expressão nativos no PostgreSQL (adeus colunas INDKEY_)
Respostas: 22
Exibições: 674

Re: SQLRDD++: índices com funções do Harbour agora viram índices de expressão nativos no PostgreSQL (adeus colunas INDKE

... local: hbmk.hbm
Harbour 3.2.0dev (r2605141250)
Copyright (c) 1999-2025, https://harbour.github.io/
Compiling 'testexprindex.prg'...
Lines 1323, Functions/Procedures 9
Generating C source output to 'C:\Users\Ebscom\AppData\Local\Temp\hbmk_seot13.dir\testexprindex.c'... Done.
C:/Hb32/lib/win/mingw ...
por Jairo Maia
15 Jul 2026 09:30
Fórum: SQL
Tópico: SQLRDD++: índices com funções do Harbour agora viram índices de expressão nativos no PostgreSQL (adeus colunas INDKEY_)
Respostas: 22
Exibições: 674

Re: SQLRDD++: índices com funções do Harbour agora viram índices de expressão nativos no PostgreSQL (adeus colunas INDKE

... local: hbmk.hbm
Harbour 3.2.0dev (r2605141250)
Copyright (c) 1999-2025, https://harbour.github.io/
Compiling 'testexprindex.prg'...
Lines 1323, Functions/Procedures 9
Generating C source output to 'C:\Users\Ebscom\AppData\Local\Temp\hbmk_seot13.dir\testexprindex.c'... Done.
C:/Hb32/lib/win/mingw ...
por alxsts
15 Jun 2026 15:51
Fórum: SQL
Tópico: Harbour + SQLMIX
Respostas: 32
Exibições: 5664

Re: Harbour + SQLMIX

... Language)
Comandos como CREATE, ALTER, DROP, ou TRUNCATE
executarão COMMIT sempre que completados com
sucesso.

- Blocos PL/SQL (Procedures, Functions)
Código executado entre os blocos BEGIN...END; padrão ou stored procedures não executarão AUTOCOMMIT em comandos DML (Data Management Language ...
por alxsts
06 Abr 2026 23:23
Fórum: Outras Bibliotecas Visuais e IDEs
Tópico: HarbourBuilder — Cross-Platform Visual IDE for Harbour
Respostas: 14
Exibições: 2980734

HarbourBuilder — Cross-Platform Visual IDE for Harbour

... switch blocks)
- Bracket matching, bookmarks (Ctrl+0..9), code snippets (8 templates)
- Auto-indent, auto-complete (150+ Harbour keywords and functions)
- Go-to-definition (F12), status bar (Ln/Col/INS/UTF-8)
- Build messages panel with clickable errors (jump to line)
- Incremental build (only ...
por jwbraga
18 Fev 2026 12:21
Fórum: [x]Harbour
Tópico: tela cheia no linux
Respostas: 13
Exibições: 4626

Re: tela cheia no linux

... teste$ hbmk2 t.prg -fullstatic
Harbour 3.2.0dev (r2602162230)
Copyright (c) 1999-2025, https://harbour.github.io/
Compiling 't.prg'...
Lines 229, Functions/Procedures 1
Generating C source output to '/tmp/hbmk_4wziap.dir/t.c'... Done.
/usr/bin/ld: /tmp/hbmk_4wziap.dir/t.o:(.data.rel+0xf0): undefined ...
por JoséQuintas
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: 2603

Re: Cómo crear un PDF a partir de un xml

... d:\harbour\bin\hbmk.hbc
Harbour 3.2.0dev (r2601171121)
Copyright (c) 1999-2025, https://harbour.github.io/
Compiling 'test.prg'...
Lines 20, Functions/Procedures 5
Generating C source output to 'C:\Users\joseq\AppData\Local\Temp\hbmk_faabq9.dir\test.c'... Done.
D:/harbour/comp/mingw32/bin/../lib ...
por Paredes01
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: 2603

Cómo crear un PDF a partir de un xml

... entorno: -comp=mingw
Harbour 3.2.0dev (r2601091642)
Copyright (c) 1999-2025, https://harbour.github.io/
Compiling 'PAGO-GEMI.prg'...
Lines 1267, Functions/Procedures 5
Generating C source output to '.hbmk\win\mingw\PAGO-GEMI.c'... Done.
.hbmk/win/mingw/PAGO-GEMI.o:PAGO-GEMI.c:(.data+0xa8): undefined ...
por Itamar M. Lins Jr.
21 Dez 2025 10:10
Fórum: [x]Harbour
Tópico: Atualização Harbour 21/12/2025
Respostas: 0
Exibições: 3368

Atualização Harbour 21/12/2025

... 1

2025-12-21 10:45 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbssl/hbssl.hbx
* contrib/hbssl/evppkey.c
+ added new PRG functions:
EVP_PKEY_CTX_get_RSA_PSS_saltlen( <pKeyCTX>, @<nSaltLen> )
-> <nRetCode>
EVP_PKEY_CTX_set_RSA_PSS_saltlen( <pKeyCTX>, <nSaltLen ...
por deividdjs
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: 11562

Re: Abas com texto control ainda nao funciona na versao 2.23

... Id: common.prg 3364 2023-10-20 09:30:46Z alkresin $
*
* HWGUI - Harbour Win32 GUI library source code:
* HPaintCB, HPicture classes, common functions
*
* Copyright 2023 Alexander S.Kresin <alex@kresin.ru>
* www - http://www.kresin.ru
*/

#include "hwgui.ch"
#include "hblang.ch"
#include ...
por Itamar M. Lins Jr.
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: 2727

Atualização do Harbour dia 11 e 10/12/2025

... EVP_MD_ptr_to_id() function from static to public area

* contrib/hbssl/hbssl.hbx
* contrib/hbssl/hbssl.hbm
+ contrib/hbssl/d2i.c
* added new functions to extract asynchronous keys and certificates
from DER data:
D2I_PUBKEY( <cDER> ) -> <pEVPKey>
D2I_RSAPUBLICKEY( <cDER> ) -> <pRSAKey>
D2I ...
por Itamar M. Lins Jr.
17 Nov 2025 11:20
Fórum: [x]Harbour
Tópico: Atualização do Harbour 17/11/2025
Respostas: 0
Exibições: 1912

Atualização do Harbour 17/11/2025

... with "-" instead of "/"

2025-11-16 22:00 UTC+0200 Aleksander Czajczynski (hb fki.pl)
; import hbcrypto.h header that allows reusing core sha functions
by contribs, coming from Viktor's fork:
2015-07-13 19:39 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
2015-07-13 23:12 UTC+0200 ...
por lucimauro
09 Set 2025 11:39
Fórum: [x]Harbour
Tópico: Atualização harbour 09.09.2025
Respostas: 0
Exibições: 5087

Atualização harbour 09.09.2025

... existing type HB_WCHAR
is mapped to HB_WCHAR16 (just like before)

* include/hbapicdp.h
* src/harbour.def
* src/rtl/cdpapi.c
+ added new C functions for encoding and decoding UTF-8 string using
which HB_WCHAR32:
int hb_cdpU32CharToUTF8( char * szUTF8, HB_WCHAR32 wc );
HB_BOOL hb ...
por Kapiaba
08 Set 2025 11:23
Fórum: [x]Harbour
Tópico: Pic para aceitar -0.90
Respostas: 10
Exibições: 13568

Pic para aceitar -0.90

Picture Codes

Say Picture Functions
B Display numbers left-justified ¦ X Display DB after negative numbers
C Display CR after positive numbers ¦ Z Display zeros as blanks
D Display date in SET DATE format ¦ ( Enclose negative numbers in parens
E Display date in British format ¦ ! Convert alpha ...
por Itamar M. Lins Jr.
01 Set 2025 09:54
Fórum: [x]Harbour
Tópico: Atualização Harbour 29/08/2025
Respostas: 0
Exibições: 5154

Atualização Harbour 29/08/2025

... druzus/at/poczta.onet.pl)
* contrib/hbbmp/core.c
* contrib/hbbmp/hbbmp.ch
* contrib/hbbmp/hbbmp.h
* contrib/hbbmp/hbbmp.hbx
+ added new PRG functions:
hb_bmp_frombitmap( <cBitMap>, <nAlign>, <nWidth>, <nHeight>, ;
[<nDepth>=1], [<nDPI>=72], [<aPalette>], ;
[@<nError>] ) -> <pBMP> | NIL
hb ...
por rcb2002
04 Ago 2025 12:57
Fórum: [x]Harbour
Tópico: Migrando para novo Notebook
Respostas: 2
Exibições: 5054

Migrando para novo Notebook

... batch\compile.bat demo
Harbour 3.2.0dev (r2402161723)
Copyright (c) 1999-2021, https://harbour.github.io/
Compiling 'demo.prg'...
Lines 22970, Functions/Procedures 1
Generating C source output to 'demo.c'... Done.
demo.c:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error ...