Search found 7502 matches: used

Searched query: used

by Silvio.Falconi
Wed Feb 19, 2025 12:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multisel
Replies: 6
Views: 534

Re: xbrowse multisel


Respect and congratulations – I like the design.


Thanks
Otto, I created my applications with some C5 classes also used by a gentleman on this forum, to avoid being reported for plagiarism I had to change my applications and return to the old tables.


For a sample If I wish not set at init ...
by Antonio Linares
Wed Feb 19, 2025 8:08 am
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2025 (FWH 25.01)
Replies: 0
Views: 181

New FTDN January/Enero 2025 (FWH 25.01)

... New: FWH for xHarbour64 and MSVC64 is already available. Please review
samples\buildxh64.bat. Please keep in mind that the used FiveHC64.lib is
the same one as used by Harbour 64 and MSVC64 for simplicity.

* Enhancement: warnings removed from samples\olebrow.prg

* New ...
by Antonio Linares
Fri Feb 14, 2025 11:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: xhb 1.31 xcc
Replies: 21
Views: 3328

Re: xhb 1.31 xcc

Dear Enrico,

Are you linking xhb.lib ? It seems to be there (maybe used or exported)
by Antonio Linares
Tue Feb 11, 2025 10:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Quickbooks Online
Replies: 1
Views: 325

Re: Quickbooks Online

Dear Randal,

chatgpt:
Yes, many developers have integrated with QuickBooks Online (QBO). For integration, the most commonly used SDK is **Intuit’s QuickBooks Online SDK**. It provides a seamless way to interact with QBO’s API. Here’s a breakdown:

### Common SDKs for QuickBooks Online Integration:
1 ...
by JoséQuintas
Mon Feb 10, 2025 1:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Text scroll and time graph
Replies: 4
Views: 783

Text scroll and time graph

... 10
VALUE ::cText
WIDTH 1
HEIGHT 20
BACKCOLOR xColor
BORDER .T.
END LABEL
END WINDOW

RETURN Self


At momment I do not know what can be used to anything like this on fivewin.
For Graph and for scroll text.

Note: post routines because they can be a reference to new ones.

For MySQL backup ...
by Antonio Linares
Wed Feb 05, 2025 3:51 am
Forum: latest AI news
Topic: reproduced DeepSeek R1-Zero for < $30 !!!
Replies: 9
Views: 13263

Re: reproduced DeepSeek R1-Zero for < $30 !!!

... the numbers {numbers}, create an equation that equals {target}. You can use basic arithmetic operations (+, -, *, /) and each number can only be used once. Show your work in <think> </think> tags. And return the final equation and answer in <answer> </answer> tags, for example <answer> (1 + 2) / 3 ...
by nageswaragunupudi
Sun Feb 02, 2025 6:25 pm
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con CheckBox en Dialog con TRANSPARENT en FWH 2409
Replies: 12
Views: 12347

Re: problemas con CHECKBOX en FWH 2409

... tested your RC file at our end and we did not see any problems.
We tested with Harbour, xHarbour with and without Manifest.

This is the program we used to test:
#include "fivewin.ch"

function Main()

local oDlg, oFont
local oGet[ 20 ]
local aVar := { Space(10), "1234567890", Space(10), Space(10 ...
by Antonio Linares
Thu Jan 30, 2025 5:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using DeepSeek locally using Ollama
Replies: 11
Views: 1923

Re: Using DeepSeek locally using Ollama

... r1:32b" )
local cPrompt

TEXT INTO cPrompt
Create journal entries in the format: Account, Counteraccount, Description, Net Amount, VAT Rate

Used accounts (SKR03 as base):

1400 - Accounts receivable from goods and services (Debtor) 8400 - Sales of goods (20%/10% VAT) 4800 - VAT (20%) 2500 ...
by Otto
Thu Jan 30, 2025 6:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using DeepSeek locally using Ollama
Replies: 11
Views: 1923

Re: Using DeepSeek locally using Ollama

... prompt. I would be interested in the response.

' Create journal entries in the format: Account, Counteraccount, Description, Net Amount, VAT Rate

Used accounts (SKR03 as base):

1400 – Accounts receivable from goods and services (Debtor) 8400 – Sales of goods (20%/10% VAT) 4800 – VAT (20%) 2500 ...
by Antonio Linares
Sat Jan 25, 2025 5:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio... FiveTouch posts are gone?
Replies: 15
Views: 36031

Re: Antonio... FiveTouch posts are gone?

... symbolic name of the open custom index can be passed. It is analogous to the alias name of a work area. Support for <cIndexName> depends on the RDD used to open the index. Usually, RDDs that are able to maintain multiple indexes in one index file support symbolic index names, such as DBFCDX, for ...
by Antonio Linares
Sat Jan 25, 2025 4:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio... FiveTouch posts are gone?
Replies: 15
Views: 36031

Re: Antonio... FiveTouch posts are gone?

Dear Otto,

very interesting. Nice idea! :)

Could you please share the structure of the DBF and the used index key ?

Wondering if we should use user defined indexes entries, something possible using CDXs
by Antonio Linares
Fri Jan 24, 2025 11:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 5219

Re: Using new Class TDeepSeek for documenting

... all ultimately trigger Adjust() after setting up the data connection to prepare the browse for display.

ResetData( uSrc, aCols ) & ResetBrowse(): Used to clear the existing data and columns and optionally load new data. ResetBrowse() is a more general reset, while ResetData() specifically handles ...
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: 5219

Re: Using new Class TDeepSeek for documenting

... cFieldList, lSourceData, lNavigate, aInitVals, bSetup ) (Continued)

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

Usage Example: (Used internally, calls either EditSource or EditBrowse based on parameters)

96. Delete( lMsg )

Description: Deletes the current record from the data ...
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: 5219

Re: Using new Class TDeepSeek for documenting

... 1 ) // Enables dark theme.
content_copy
download
Use code with caution.
Harbour

5. SetRecSelBmp( uNew )

Description: Sets the bitmap used for the record selector triangle.

Parameters:

uNew: CHARACTER or NUMERIC - Path to a bitmap file or 0 to use the default arrow bitmap or NIL for ...
by JoséQuintas
Thu Jan 23, 2025 2:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse, dbf and codeblock
Replies: 10
Views: 20985

Re: xbrowse, dbf and codeblock

... seems that result will be 10, 10, 0
but result is 10, 0, 0

x is created inside WITH a, but do not have defined object, it is not a:value
when used inside WITH b, x return b:value not a:value
The same occurs when define codeblocks for xbrowse.

Solution is to use full name.
WITH OBJECT need ...