Search found 3642 matches: instead

Searched query: instead

by Otto
Tue Feb 04, 2025 8:38 am
Forum: mod_harbour
Topic: tool for documentation
Replies: 0
Views: 391

tool for documentation

... formatting, images, and links.
Structured content such as code snippets, tables, or lists can be seamlessly inserted.
Automated Flowcharts with AI
Instead of drawing flowcharts manually, the system can automatically generate them from process descriptions.
Ideal for documenting workflows, algorithms ...
by Antonio Linares
Thu Jan 30, 2025 5:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using DeepSeek locally using Ollama
Replies: 11
Views: 1827

Re: Using DeepSeek locally using Ollama

... VAT.
- Credit: 8400 (Sales) for the net amount.
- Credit: VAT account for the tax amount.

But in the initial example, they didn't do that. Instead, they had separate entries for sales and VAT.

Wait, looking back at the user's example:

They showed:

- Debit: 1400
- Credit: 8400 (Sales ...
by Jimmy
Mon Jan 27, 2025 1:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: new Class TDeepSeek in next FWH 24.12
Replies: 16
Views: 35414

Re: new Class TDeepSeek in next FWH 24.12

hi,
Antonio Linares wrote: Wed Jan 22, 2025 5:40 pm https://platform.deepseek.com/ to pay five USD using PayPal
NOT FOUND 404
use this instead
https://www.deepseek.com/
by TimStone
Sat Jan 25, 2025 7:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... for FWH. As shared before, it is often very difficult to keep up with many of our classes because of the lack of documentation in a singular spot. Instead we have to search multiple locations, and even the source code, to see how to use many of the methods and data.

I may also create a "manual ...
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

... ARRAY - Array of field names to include as columns (optional, if lAddColumns is .T.).

aRows: ARRAY - Array data (optional, if array data is used instead of RDD).

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

Usage Example:

oBrw:SetRDD( .T., .T. ) // Sets DBF as datasource ...
by nageswaragunupudi
Tue Jan 21, 2025 5:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse, bkeydown and number
Replies: 2
Views: 691

Re: xbrowse, bkeydown and number

Advised to use :bKeyChar instead of :bKeyDown
by nageswaragunupudi
Tue Jan 21, 2025 4:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse, bkeydown and number
Replies: 1
Views: 364

Re: xbrowse, bkeydown and number

Advised to use oBrw:bKeyChar( .. ) instead of oBrw:KeyDown(..)
Browse or any control/window.
by mauri.menabue
Wed Jan 08, 2025 9:04 am
Forum: mod_harbour
Topic: learn mod_harbour
Replies: 3
Views: 773

Re: learn mod_harbour

... Italian, I live and work in Modena Emilia Romagna.
2) I develop a business management program, I don't earn money with a verticalized product but instead develop the personalization of my basic management program for my clients, so I'm a bit like a tailor who sews made-to-measure clothes.
My ...
by byron.hopp
Tue Jan 07, 2025 12:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: GetDesktopWindow() on dual monitor system.
Replies: 10
Views: 1450

Re: GetDesktopWindow() on dual monitor system.

I think I got it, I needed to refer to the hash variables h["nMonitor"] instead of h:nMonitor. Now I got my numbers. And life is good again.
Thanks again Antonio.
by Silvio.Falconi
Wed Jan 01, 2025 7:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using Tget and Cuebanner
Replies: 24
Views: 2192

Re: Using Tget and Cuebanner

for a long time since I use harbour instead of clipper I have always used the source screenshots @x,y because the RC eats up a lot of memory, using the rc file only for the images.

I arrived at a personal technique using simply nRow:=10, ncol=5 and nLine spacing =30 obviously nLine spacing changes ...
by Antonio Linares
Sat Dec 21, 2024 1:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: On every desktop, a web server at your fingertips
Replies: 5
Views: 956

Re: On every desktop, a web server at your fingertips

Dear Otto,

> One-time setup costs instead of recurring monthly fees

How much is it ?

Could you provide a small and self contained example ?

many thanks
by Otto
Thu Dec 19, 2024 9:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: On every desktop, a web server at your fingertips
Replies: 5
Views: 956

On every desktop, a web server at your fingertips

... from anywhere.
Cost Efficiency

No expensive hosting or cloud storage subscriptions.
Efficient use of existing hardware.
One-time setup costs instead of recurring monthly fees.

Data Sovereignty

All data remains local and under your full control.
No reliance on external cloud providers like ...
by Antonio Linares
Tue Dec 17, 2024 7:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: Stuck - Database update via .csv file
Replies: 8
Views: 942

Re: Stuck - Database update via .csv file

... cOld and cName.

2. Iterate Over the Database Efficiently
Use a single loop through your database and check for matches in the array or hash table instead of iterating over the .csv file repeatedly.

3. Batch Updates
When a match is found, update MyDB->ID with cNew directly.

FUNCTION UpdateDatabase ...
by Antonio Linares
Thu Dec 12, 2024 6:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: oauth for dummies
Replies: 10
Views: 1264

Re: oauth for dummies

Dear David,

Understanding OAuth in a Nutshell

OAuth allows apps to access email services like Gmail securely by asking users for permission, instead of relying on username/password combinations. With Gmail:

1. You register your app with Google.
2. Google provides a client ID and secret for your ...
by Silvio.Falconi
Fri Dec 06, 2024 2:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Graphics Memory Problems
Replies: 4
Views: 873

Graphics Memory Problems

... the lines are displayed or if the user selects a record in the xbrowse the pixel or the colored circle at the x,y positions is displayed

When instead the user moves the mouse over the folders or in the dialog I call the MyOverDlg(.f.) function to end the display of the graphics


https://i.ibb ...