Search found 590 matches: datas

Searched query: datas

by CARLOS ATUNCAR
Sat Mar 01, 2025 4:19 pm
Forum: FiveWin para Harbour/xHarbour
Topic: SavetoDbf() de MariaDb tiene error con dbUseArea() (SOLUCIONADO)
Replies: 4
Views: 317

Re: Problema con dbUseArea en Fwh2409 y FWH2501.64

... com.ar
*
* Aportes: [ER] Eduardo Rizzolo
* [WA] Wilson Alves - wolverine@sercomtel.com.br 18/05/2002
* [JJMG] Juan J. Mendez Gonzalez
*
* DATAS
* -----------------------------------------------------------------------------
* aVars - Arreglo de variables
* cName - Nombre ultima variable ...
by Silvio.Falconi
Tue Feb 25, 2025 10:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: Report group and header
Replies: 4
Views: 1905

Re: Report group and header

... lEject:EJECT> ] ;
=> ;
[ <oRptGrp> := ] RptAddGroup( <{bGroup}>, <{bHead}>, ;
<{bFoot}>, <{uFont}>, <.lEject.> )
So you can modify the oGroup DATAs:
DATA oReport
DATA aTotal
DATA bGroup, bHeader, bFooter, bHeadFont, bFootFont
DATA cValue, cOldValue
DATA nCounter, nHeaderHeight ...
by Antonio Linares
Mon Feb 24, 2025 4:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Report group and header
Replies: 4
Views: 1905

Re: Report group and header

... lEject:EJECT> ] ;
=> ;
[ <oRptGrp> := ] RptAddGroup( <{bGroup}>, <{bHead}>, ;
<{bFoot}>, <{uFont}>, <.lEject.> )
So you can modify the oGroup DATAs:
DATA oReport
DATA aTotal
DATA bGroup, bHeader, bFooter, bHeadFont, bFootFont
DATA cValue, cOldValue
DATA nCounter, nHeaderHeight ...
by Antonio Linares
Fri Jan 24, 2025 10:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 7633

Re: Using new Class TDeepSeek for documenting

documenta esta clase proporcionando una explicación general de la misma, asi como listando todas sus DATAs y Métodos asi como una descripción de cada uno de ellos, describiendo cada parámetro usado asi como el valor de retorno. A ser posible proporciona un breve ejemplo de uso de cada método.
by Antonio Linares
Fri Jan 17, 2025 11:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 7633

Re: Using new Class TDeepSeek for documenting

... provides functionality for handling user interactions, displaying items, and managing the visual appearance of the combo box.

#### Data Members (DATAs)

1. **`lRegistered` (CLASSDATA)**
- **Type:** `LOGICAL`
- **Description:** Indicates whether the class has been registered. This is a class ...
by Antonio Linares
Fri Jan 17, 2025 11:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 7633

Re: Using new Class TDeepSeek for documenting

... more visually appealing buttons.

#### Class Hierarchy
- **Parent Class:** `TButton`
- **Child Class:** `TButtonBmp`

#### Class Data Members (DATAs)

1. **`aPalBmp`**
- **Type:** Array
- **Description:** Stores information about the bitmap, including the handle, dimensions, and transparency ...
by Lailton
Fri Jan 17, 2025 3:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Agent AI to document code
Replies: 5
Views: 7277

Re: Agent AI to document code

... prg" )
local oChat := TDeepSeek():New(), aFile
local cPrompt := "document this code, explaining what this Class is about," + ;
" listing all the DATAs and METHODs," + ;
" and providing a brief description of each of them. Code:"

DbCreate( "classes.dbf", { { "name", "C", 15, 0 }, { "docs", "M ...
by Antonio Linares
Thu Jan 16, 2025 5:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Agent AI to document code
Replies: 5
Views: 7277

Agent AI to document code

... prg" )
local oChat := TDeepSeek():New(), aFile
local cPrompt := "document this code, explaining what this Class is about," + ;
" listing all the DATAs and METHODs," + ;
" and providing a brief description of each of them. Code:"

DbCreate( "classes.dbf", { { "name", "C", 15, 0 }, { "docs", "M ...
by nageswaragunupudi
Tue Dec 24, 2024 4:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: New: Read/Edit/Save XLSX files without Excel/ADO
Replies: 2
Views: 924

New: Read/Edit/Save XLSX files without Excel/ADO

... com/v2/xq70/923/GksN2K.png

The browses are fully editable and the modified data can be saved to another xlsx file by clicking the Excel button.

DATAS AND METHODS
DATAS:
DATA cXlsx // xlsx filename
DATA nRows,nCols // size
DATA aHead // header array
DATA aStruct
DATA aData
ACCESS oData // aData ...
by ShumingWang
Tue Oct 15, 2024 1:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to add 2d barcode to fastreport or fwh/harbour?
Replies: 7
Views: 1564

Re: How to add 2d barcode to fastreport or fwh/harbour?

1.
FUNCTION img2dbarcode()
local h2d
private hlib
hLib = LOADLIBRARY( "zint.dll" )

h2d:=ZBarcode_Create()
//// h2d should has datas: symbology,height,width,bitmap,...
?h2d:symbology
// error: method symbology does not exsist

ZBarcode_Encode_and_buffer(h2d,"abc45",5,0)
//error: will hangup ...
by nageswaragunupudi
Sun Aug 18, 2024 4:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TDATAROW ERROR : Error BASE/39 Write not allowed
Replies: 12
Views: 3405

Re: TDATAROW ERROR : Error BASE/39 Write not allowed

Yes..! , Both Function are working fine
TDataRow method Edit() automatically creates Gets for all datas and that is working fine.
Are you able to see the Get for the data itemgrp_name also?

This method automatically recognizes if a data is readonly and then creates the Get suitably.
When these ...
by Antonio Linares
Thu Aug 08, 2024 11:50 am
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 8837

Re: New FTDN July/Julio 2024 (FWH 24.07)

... de recursos / diálogos sin la cláusula TruePixel.

* Mejora: Se ha solucionado el problema que hacía salir al hacer clic sobre la ventana.
Nuevos DATAs para el título, día, mes y hora, para que se puedan colocar en coordenadas diferentes.
Muchas gracias por la retroalimentación a Armando ...
by Antonio Linares
Mon Aug 05, 2024 4:14 pm
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 8837

New FTDN July/Julio 2024 (FWH 24.07)

... created from resource / dialogs without truepixel clause.

* Enhancement: Class TMetro was exiting when clicking on the window, now it is ok. New DATAs for the
title, day, month and hour, so they can be placed on different coordinates. Many thanks to Armando feedback!

* samples\rcresize.prg and ...
by Marc Venken
Sun Jun 16, 2024 12:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem with big dbf on xbrowse
Replies: 39
Views: 6387

Re: problem with big dbf on xbrowse

... are adjusted. If a number is specifed, only the first specified
of rows are adjusted.
Default is all rows. This may be slow for large disk based datas sources.
lDataOnly: Default .f. If .t. width is adjusted to fit data only and header
and footer widths are not considered.
nMaxWidth: If ...
by Antonio Linares
Tue May 21, 2024 5:25 am
Forum: FiveWin para Harbour/xHarbour
Topic: Dudas probando METRO
Replies: 9
Views: 1553

Re: Dudas probando METRO

... próximo build de FWH.

Muchas gracias por el feedback :-)

* Enhancement: Class TMetro was exiting when clicking on the window, now it is ok. New DATAs for the
title, day, month and hour, so they can be placed on different coordinates. Many thanks to Armando feedback!

#include "FiveWin.ch ...