Clipper On Line • Busca

Foi encontrado 162 vezes: +structure

Retornar para a busca avançada

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
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: 1066

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 JoséQuintas
11 Out 2023 13:34
 
Fórum: Bate Papo
Tópico: IA: Linhas/colunas ou pixel
Respostas: 1
Exibições: 271

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> ...
por alxsts
09 Set 2023 14:56
 
Fórum: CA-Clipper
Tópico: Converter XML para DBF
Respostas: 5
Exibições: 3401

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 Fernando queiroz
08 Ago 2023 18:59
 
Fórum: SQL
Tópico: Otimizar consulta SQL com CHATGPT
Respostas: 9
Exibições: 898

Usar objetos

... | HB_IT_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 marcosgambeta
22 Jul 2023 06:52
 
Fórum: Harbour
Tópico: Usar objetos
Respostas: 25
Exibições: 808

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

Charly escreveu: Gostaria que você experimentasse este exemplo de aplicação Entao, boa tarde! também ficou curioso, empolgado, animado com sua proposta. Tentando aqui traduzir para o portugues/brazil e recompilar, mas, eu uso a hmg para compilação e não está abrindo na IDE o arquivo app.hbp correta...
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: 885

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

... 0 ); 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 ...
por sygecom
16 Jun 2023 14:45
 
Fórum: Harbour
Tópico: como saber quais aplicativos estão aberto na barra do window
Respostas: 2
Exibições: 237

erro ao compilar com letodb

... Unresolved external 'WSAIoctl' referenced from C:\MINIGUI\HARBOUR\LIB\HBRTL.LIB|hbsocket o aplicativo es este: * a snippet to show the basic structure of an application using LetoDBf */ REQUEST LETO /* by using 'letodb.hbc', example: hbmk2 basic.prg letodb.hbc * this will automatic include ...
por lczani
16 Mai 2023 19:26
 
Fórum: MiniGui
Tópico: erro ao compilar com letodb
Respostas: 10
Exibições: 685

Atualização Harbour 16/01/2023

... ! replaced struct = { 0 } with memset( &struct, 0, sizeof( struct ) ) Such BCC syntax does not clear the whole structure body in most of other C compilers. * src/pp/hbpp.c ! fixed compilation for compilers using "i64" to format long long numbers, ...
por Itamar M. Lins Jr.
16 Jan 2023 10:56
 
Fórum: Harbour
Tópico: Atualização Harbour 16/01/2023
Respostas: 3
Exibições: 274

Atualizações Harbour 3.2 11/11/2022

... passed to PRG debug functions can be stored by PRG code in other variables which lives longer then passed buffer and later cause GPF when curls structure is freed. ! indenting 2022-11-11 20:47 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbapi.h * src/common/hbver.c ...
por Itamar M. Lins Jr.
11 Nov 2022 21:05
 
Fórum: Harbour
Tópico: Atualizações Harbour 3.2 11/11/2022
Respostas: 0
Exibições: 345

Assinar com Sha256

... Certificate 6: error opening file to sign 7: error creating cms object 8: error asigning data to cms object 9: error closing data structure of cms object 10: error creating out file 11: error generating final cms file*/ ERROR:=HB_CMS_SignFile( "TRA.XML", ...
por Itamar M. Lins Jr.
08 Set 2022 11:53
 
Fórum: Projeto hbNFe
Tópico: Assinar com Sha256
Respostas: 15
Exibições: 2997

Data de criacao do arquivo

... functions GetFileTime(), FileTimeToLocalFileTime() and FileTimeToSystemTime(). GetFileTime accepts a handle to an open file, and returns FILETIME structures for the creation time, last access time and last write time. The FILETIME structure is somewhat difficult to work with, because it contains ...
por alxsts
12 Mar 2022 20:17
 
Fórum: Harbour
Tópico: Data de criacao do arquivo
Respostas: 34
Exibições: 3350

TMYSQLSERVER ERRO AO COMPILAR

OLA AMIGOS Bom dia venho fazendo testes para converter meu sistema em Harbour para MINIGUI EXTENDEND com MariaDb, estava utilizando a versão: Harbour MiniGUI Extended Edition 19.02 (Release) conectando ao MariaDB com a CLASS TMySQLServer: Every available MySQL server compilado com o BRMAKE - Make Fi...
por Amparo
10 Set 2021 10:33
 
Fórum: MiniGui
Tópico: TMYSQLSERVER ERRO AO COMPILAR
Respostas: 3
Exibições: 715

Erro na linkagem de programa ...

... * * DATA : 01/09/2021 * * FINALIDADE : CRIA ARQ. TEMPORARIO * *---------------------------------------* select VENDADET copy structure to arqtemp use arqtemp clear @ 1,1 say "Nr. ISBN Quant Titulo Preco" @ 2,1 say BAR do VENDADET with 3 delete for QUANT = 0 pack ...
por arcanjoebc
09 Set 2021 21:05
 
Fórum: Harbour
Tópico: Erro na linkagem de programa ...
Respostas: 12
Exibições: 1175

Tabela DBF tem indicador de mudança

... o arquivo .DBF, através da tua linguagem de programação, e ler os bytes de 1 a 3 do cabeçalho do arquivo. Para maiores informações, veja: DBF File structure DBF File structure
por alxsts
07 Jun 2021 16:54
 
Fórum: CA-Clipper
Tópico: Tabela DBF tem indicador de mudança
Respostas: 6
Exibições: 1579
Próximo



Retornar para a busca avançada


Ola Amigo, espero que meu site e forum tem lhe beneficiado, com exemplos e dicas de programacao.
Entao divulgue o link da Doacao abaixo para seus amigos e redes sociais ou faça uma doacao para o site forum...
MUITO OBRIGADO PELA SUA DOACAO!
Faça uma doação para o forum
cron
v
Olá visitante, seja bem-vindo ao Fórum Clipper On Line!
Efetue o seu login ou faça o seu Registro