Pesquisa resultou em 170 ocorrências: +structure

Termo pesquisado: +structure

por alxsts
20 Nov 2025 03:46
Fórum: Bate Papo
Tópico: Configurando o forum!
Respostas: 32
Exibições: 1018

Re: Configurando o forum!

... 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 included instructions).
Enable the Extension:
Log in to your ACP.
Navigate to ...
por JoséQuintas
28 Jun 2025 21:28
Fórum: Contribuições, Dicas e Tutoriais
Tópico: Exemplo de uso do CO-PILOT do Windows
Respostas: 3
Exibições: 1827

Exemplo de uso do CO-PILOT do Windows

... values for display.
Would you like me to package this into a .prg file or help you compile it in HMG




use a dbf to save data




DBF Structure Summary
| Field | Type | Length | Description |
| EmpID | N | 6 | Auto-incremented ID |
| FirstName | C | 30 | Employee first name ...
por JoséQuintas
15 Mai 2025 14:10
Fórum: FiveWin
Tópico: Novo mingw 15.1
Respostas: 52
Exibições: 5600

Novo mingw 15.1

... TRichedit(); RETURN Nil

FUNCTION WordPDF(); RETURN Nil
FUNCTION fwSavePreviewToPdf(); RETURN Nil
FUNCTION fw_I2PDF(); RETURN Nil
FUNCTION fwpg_Structure(); RETURN Nil
FUNCTION fwpg_Skipper(); RETURN Nil
FUNCTION fwpg_xbrSeek(); RETURN Nil
FUNCTION fwpg_FieldGet(); RETURN Nil
FUNCTION fwpg ...
por Itamar M. Lins Jr.
18 Jan 2025 20:05
Fórum: [x]Harbour
Tópico: Atualização do Harbour 18-01-2025
Respostas: 0
Exibições: 5332

Atualização do Harbour 18-01-2025

... onet.pl)
* contrib/hbssl/bio.c
! added missing BIO_free() call in HB_BIO destructor
! fixed BIO_free() function to properly operate on HB_BIO structure

* contrib/hbssl/evp.c
! fixed EVP_PKEY_free() to work with Harbour GC pointer items instead of
raw pointer items

* contrib/hbssl/evpciph.c ...
por Itamar M. Lins Jr.
13 Jan 2025 23:45
Fórum: Banco de Dados
Tópico: Compilar letobackup no Linux
Respostas: 30
Exibições: 18106

Compilar letobackup no Linux

Olá!
Recomenda algum livro bom de C?
Recomendo ler o MANUAL. ;-)

# Welcome to LetoDBf

Contents
--------

0. tl;dr
1. Directory structure
2. Building binaries
2.1 via hbmk2
2.2 Borland Win32 C compiler
2.3 MS Visual C compiler
2.4 Old Harbour 3.0
2.5 xHarbour
2.6 C-API library
3. Running ...
por JoséQuintas
18 Dez 2024 20:25
Fórum: Contribuições, Dicas e Tutoriais
Tópico: Meu modo de trabalho
Respostas: 522
Exibições: 1018773

Meu modo de trabalho

... TRichedit(); RETURN Nil

FUNCTION WordPDF(); RETURN Nil
FUNCTION fwSavePreviewToPdf(); RETURN Nil
FUNCTION fw_I2PDF(); RETURN Nil
FUNCTION fwpg_Structure(); RETURN Nil
FUNCTION fwpg_Skipper(); RETURN Nil
FUNCTION fwpg_xbrSeek(); RETURN Nil
FUNCTION fwpg_FieldGet(); RETURN Nil
FUNCTION fwpg ...
por roberval
05 Nov 2024 16:44
Fórum: [x]Harbour
Tópico: converter xHarbour comercial para versao FREE
Respostas: 16
Exibições: 5039

converter xHarbour comercial para versao FREE

... pdfhbdocs.prg: In function 'HB_FUN_SETFONTARRAY':
/server/sist/obj_hb/pdfhbdocs.prg:1287:18: error: request for member 'type' in something not a structure or union
1287 | Matrix.type = HB_IT_NIL ;
| ^
/server/sist/obj_hb/pdfhbdocs.prg:1288:15: error: request for member 'type' in something not a ...
por JoséQuintas
14 Mai 2024 15:11
Fórum: Bate Papo
Tópico: Documentador em IA
Respostas: 0
Exibições: 7523

Documentador em IA

... FDec | Returns the decimal places of a field
FLen | Returns the length of a field
FName | Returns the name of a field
FStru | Returns the structure of a field
FType | Returns the type of a field
GetRows | Returns an array of records from the recordset
IndexExists | Checks if an index exists ...
por JoséQuintas
04 Jan 2024 15:51
Fórum: Contribuições, Dicas e Tutoriais
Tópico: Função em "C" para retornar a lista de Drivers ODBC, Windows
Respostas: 12
Exibições: 9698

Função em "C" para retornar a lista de Drivers ODBC, Windows

... Windows system.

Keep in mind that you may need administrative privileges to access certain registry keys. Additionally, the actual registry key structure may vary slightly depending on your Windows version and whether you are running a 32-bit or 64-bit system. Adjust the registry path accordingly ...
por JoséQuintas
11 Out 2023 13:34
Fórum: Bate Papo
Tópico: IA: Linhas/colunas ou pixel
Respostas: 1
Exibições: 895

IA: Linhas/colunas ou pixel

... problem you're trying to solve. Here are some considerations for both approaches:

Rows/Columns:

Use rows and columns when you're working with structured data, such as matrices, tables, or grids. This is common in tasks like image processing, data manipulation, and spreadsheet applications ...
por alxsts
09 Set 2023 14:56
Fórum: CA-Clipper
Tópico: Converter XML para DBF
Respostas: 7
Exibições: 11156

Converter XML para DBF

... DLL: xhbdll.dll

Examples

Creating an XML file
// The example uses the Customer database and creates an XML file
// from it. The database structure and its records are written
// to different nodes in the XML file. The basic XML tree is this:
//
// <database>
// <structure>
// <field ...
por Fernando queiroz
08 Ago 2023 18:59
Fórum: SQL
Tópico: Otimizar consulta SQL com CHATGPT
Respostas: 9
Exibições: 5663

Otimizar consulta SQL com CHATGPT

Olha as dicas que o CHATGPT da em relação a otimizar a query


2 / 2

Optimizing a query involves several steps, including analyzing the structure of the query, indexes, data distribution, and database configuration. Without knowing your database schema, indexes, and the volume of data, it's ...
por marcosgambeta
22 Jul 2023 06:52
Fórum: [x]Harbour
Tópico: Usar objetos
Respostas: 25
Exibições: 3119

Usar objetos

... POINTER)

Note que HB_IT_OBJECT recebe o mesmo valor que HB_IT_ARRAY.

A estrutura é uma só tanto para array quanto para objeto:

/* internal structure for arrays */
typedef struct _HB_BASEARRAY
{
PHB_ITEM pItems; /* pointer to the array items */
HB_SIZE nLen; /* number of items in the array ...
por syslink
10 Jul 2023 12:55
Fórum: Contribuições, Dicas e Tutoriais
Tópico: U-Dbu Exemplo de uma aplicação web harbour
Respostas: 10
Exibições: 1819

U-Dbu Exemplo de uma aplicação web harbour

... 5\HARBOUR\contrib\hbfship -IC:\ syslink\hmg.3.5\HARBOUR\contrib\hbxpp .hbmk\win\msvc64\app.c .hbmk\win\msvc64\api_security.c .hbmk\win\msvc64\api_structure.c .hbmk\win\msvc64\api_indexes.c .hbmk\win\msvc64\api_select_dbf.c .hbmk\win\msvc64\api_users.c .hbmk\win\msvc64\api_repository.c .hbmk\win ...
por sygecom
16 Jun 2023 14:45
Fórum: [x]Harbour
Tópico: como saber quais aplicativos estão aberto na barra do window
Respostas: 2
Exibições: 521

como saber quais aplicativos estão aberto na barra do window

... if( hProcessSnap == INVALID_HANDLE_VALUE )
{
// CreateToolhelp32Snapshot (of processes)
hb_retni( 2 );
return;
}

// Set the size of the structure before using it.
pe32.dwSize = sizeof( PROCESSENTRY32 );

// Retrieve information about the first process,
// and exit if unsuccessful
if ...