Search found 671 matches: types

Searched query: types

by JoséQuintas
Mon Feb 10, 2025 1:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Text scroll and time graph
Replies: 2
Views: 315

Text scroll and time graph

... MoveNext()
ENDDO
:CloseRecordset()
ENDWITH

GrafTempo( "Backup SQL" )
nAtual := 0

hFileOutput := fCreate( "backup" + Str( nBackupFileNum, 1 ) + ".sql", FC_NORMAL )
...
GrafTempo( nAtual, nTotal )
...


Note2: at momment I use table, procedure and function, I will add more types when use them.
by Antonio Linares
Fri Jan 24, 2025 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... use only)

164. Resize( nSizeType, nWidth, nHeight )

Description: Resizes the browse control to the specified dimensions or using predefined size types.

Parameters:

nSizeType: NUMERIC - Size type code (e.g., SIZE_PIXEL, SIZE_CLIENT, SIZE_WINDOW).

nWidth: NUMERIC - New width in pixels (if ...
by Antonio Linares
Fri Jan 24, 2025 10:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... Description: Resets the browse control's data and columns.

Parameters:

uSrc: - New data source (can be array, DBF alias, or other supported types).

aCols: ARRAY - Array of column specifications for the new data (optional).

Return Value: OBJECT - Returns the TXBrowse object (Self).

Usage ...
by Antonio Linares
Fri Jan 17, 2025 11:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... bitmaps, metafiles, and files. The class also supports Unicode text and provides methods to check if the clipboard is empty or contains specific types of data.

### Class Overview

- **Class Name**: `TClipBoard`
- **Purpose**: To manage and manipulate the Windows Clipboard, allowing for the ...
by Antonio Linares
Fri Jan 17, 2025 10:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... Summary**

The `TBrush` class is a powerful tool for managing brushes in a Windows-based graphical environment. It supports a wide range of brush types, including solid colors, patterns, gradients, and bitmap-based brushes. The class provides methods for creating, modifying, and managing brushes ...
by Otto
Sun Jan 12, 2025 8:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: talk to your database using natural language
Replies: 6
Views: 1304

Re: talk to your database using natural language

... and field number limits to keep up with modern requirements.
Compression:
Integrated support for compression to save storage space.
Advanced Data Types:
Support for complex data types such as JSON, arrays, or BLOBs.
Timestamps and Logging:
Automatic logging of changes or accesses, similar to ...
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: 659

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

... METHOD Range( cRange )
METHOD Cells( nRow, [anCol] )
METHOD SaveAs( cSave )
METHOD Close()/End()


Notes:
1. Reads only values and data types of the cells but does not read other formatting information like font character specs or other formatting like pictures, border styles, etc.
2 ...
by Antonio Linares
Wed Dec 18, 2024 10:55 pm
Forum: latest AI news
Topic: AI Agents
Replies: 1
Views: 581

AI Agents

... from their experiences and improve their performance over time.

Goal-Oriented : They are designed to achieve specific objectives or tasks.

Types of AI Agents :

Reactive Agents : These agents respond to specific inputs from their environment without using internal states or past experiences ...
by Antonio Linares
Sat Dec 07, 2024 5:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Login with Cloudflare
Replies: 6
Views: 1155

Re: Login with Cloudflare

... offers a generous free tier, advanced features or high usage might incur costs.

3. **User Management Complexity**:
- Organizations with many user types may need careful policy planning to ensure everyone has the correct access level.

---

### **When This Approach Makes Sense**:
- Small-to-medium ...
by Silvio.Falconi
Fri Nov 22, 2024 8:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse excessive lines
Replies: 2
Views: 837

xbrowse excessive lines

... when I set ntipo1 I declare local aTabella := array(101, 11)

when I set ntipo2 I declare local aTabella := array(10, 11)


I tried to set local aTabella :={} for all types


https://i.postimg.cc/SRr3mkSZ/v.gif

when i switch to mode 2 it should also change the size of xbrowse


Any solution Pls ?
by nnicanor
Wed Sep 25, 2024 2:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 6335

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... compatibility with the 64-bit architecture. Here are specific optimizations you can apply:

### 1. **Improve Type Safety**
Make sure that all data types are correctly sized for a 64-bit environment. This is especially important for types like `USHORT`, `BOOL`, and pointers. Use fixed-size types from ...
by nnicanor
Wed Sep 25, 2024 2:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 6335

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... the code in Borland C 64-bit, which fails at the `hb_vmSend( 0 );` call, the problem likely arises from differences in memory handling and data types between 32-bit and 64-bit environments. Here are several approaches to debug and potentially avoid the crash:

### 1. **Check Data Types**
The ...
by Silvio.Falconi
Mon Jul 29, 2024 4:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Europen Elektronic Bill
Replies: 12
Views: 3698

Re: Europen Elektronic Bill

... they have practically inserted the invoice in all its forms in an xlm file but this needs another file where the style is stored, generally two types of style are associated, one such as a small page with all the data and an invoice type in graphic format. I started making a class to create ...
by TimStone
Tue Jul 16, 2024 5:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Comparison
Replies: 6
Views: 1067

Re: Numeric Comparison

... the second method in my post which converts the number to a string, and I don't see how that can get a match with a numeric field.

All other data types work fine, but not the numeric replace. I have looked at other options ( like what is used in the newer versions of fivedbu.prg in samples ) but ...
by TimStone
Tue Jul 16, 2024 12:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Comparison
Replies: 6
Views: 1067

RE: Replace in File Editor

... TRIM( cReplaceField)
nReplaceField := Ascan( ::aNames, cReplaceField )
// We want the type of data of the selected field
cNewType := ::aTypes[ nReplaceField ]

// Make sure the new value matches the type of the field and is defined as vNewValue
IF cNewType = "C"
uNewValue := cNewValue ...