Search found 279 matches: likely

Searched query: likely

by Antonio Linares
Thu Jan 30, 2025 5:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using DeepSeek locally using Ollama
Replies: 11
Views: 1825

Re: Using DeepSeek locally using Ollama

... with VAT, you can either record gross (including VAT) or split into net and VAT. Since the user provided accounts for both sales and VAT, it's likely that we need to split them.

So, for each sale:

- Debit: 1400 (Accounts Receivable) for the total amount including VAT.
- Credit: 8400 (Sales) for ...
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: 4827

Re: Using new Class TDeepSeek for documenting

... SetColumns( nRow, nCol, nFlags, oColumn )

Description: Used internally to set properties of a specific column at a given row and column position, likely during column resizing or layout adjustments.

Parameters:

nRow: NUMERIC - Row index.

nCol: NUMERIC - Column index.

nFlags: NUMERIC - Flags ...
by Antonio Linares
Fri Jan 17, 2025 11:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4827

Re: Using new Class TDeepSeek for documenting

FWH Class TCallInfo documentation:
### Documentation for `TCalInfo` Class

The `TCalInfo` class is a part of a calendar management system, likely used in a FiveWin application. It represents an event or appointment in a calendar, with properties and methods to manage its appearance, behavior, and ...
by Silvio.Falconi
Thu Jan 02, 2025 11:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using Tget and Cuebanner
Replies: 24
Views: 2190

Re: Using Tget and Cuebanner

Antonio,

I think like this is nice. Bright and nice Icons.

I was playing with Cuebanner and the Infield code, but most likely the Normal Tget have more options in designing.

I will have to look fore some sample prg's where the Tget options are used for bitmap, colors and designing method/data ...
by Marc Venken
Thu Jan 02, 2025 9:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using Tget and Cuebanner
Replies: 24
Views: 2190

Re: Using Tget and Cuebanner

Antonio,

I think like this is nice. Bright and nice Icons.

I was playing with Cuebanner and the Infield code, but most likely the Normal Tget have more options in designing.

I will have to look fore some sample prg's where the Tget options are used for bitmap, colors and designing method/data ...
by Otto
Mon Dec 16, 2024 9:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Revolutionizing Secure Online Access
Replies: 2
Views: 746

Revolutionizing Secure Online Access

... RDP with TCP forwarding via cloudflared.

And the best part is that you don’t need to open any ports.

When transitioning to a web version, you’ll likely need to run things in parallel for a while, possibly with web services. For that, the RDP-Web (Cloudflare Access) combination is super suitable ...
by Otto
Sat Dec 14, 2024 7:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 14
Views: 1745

Re: xHarbour to Harbour

... RDP with TCP forwarding via cloudflared.

And the best part is you don’t need to open any ports.

When transitioning to a web version, you’ll likely need to work in parallel for a while, possibly with web services. For that, the RDP-Web (Cloudflare Access) combination is super suitable.

The ...
by Enrico Maria Giordano
Fri Dec 13, 2024 8:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 14
Views: 1745

Re: xHarbour to Harbour

Yes, the problem can be easily solved once found. Unfortunately, they don't show themselves at the first run the the app. Most likely, the user will report them back.
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: 6333

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

... hb_gcSetCollecting(bCollecting); // Ensure GC is reset even after errors


### 6. **Isolate Problematic Sections**
If you know where the crash is likely happening (for example, around `hb_vmSend(0)`), isolate that code into a separate function and handle exceptions locally, so they don't propagate ...
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: 6333

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

... help

To resolve the issue you're encountering when running 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 ...
by Jimmy
Tue Aug 13, 2024 11:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Europen Elektronic Bill
Replies: 12
Views: 3698

Re: Europen Elektronic Bill

hi,
Most likely it will be a good idea to keep some xml invoices that all of us already receive from parties that have made the transition to xml and pdf.
These we can that use (copy the used codes) and base our program on them.

Good Ideas.
here another Sample
https://i.postimg.cc/HL5181qp/MB ...
by Otto
Wed Jul 31, 2024 6:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Low-Level Functions for DBF - QA Interface
Replies: 8
Views: 1594

Low-Level Functions for DBF - QA Interface

... working very well. I am now considering whether to use terminology
that aligns more with SQL or dBase.

SQL terminology seems more modern and likely more familiar to users, so I will likely choose that path.

https://mybergland.com/fwforum/sqlp4dclip6.jpg

https://mybergland.com/fwforum ...
by Marc Venken
Tue Jul 30, 2024 2:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Europen Elektronic Bill
Replies: 12
Views: 3698

Re: Europen Elektronic Bill

Most likely it will be a good idea to keep some xml invoices that all of us already receive from parties that have made the transition to xml and pdf.
These we can that use (copy the used codes) and base our program on them.

These samples I have are for 95% identical (not the specific invoice detail ...
by reinaldocrespo
Tue Jul 16, 2024 7:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 5
Views: 4905

Re: How to Curl for text messaging

If the program successfully sends texts via Twilio and then you get a runtime error when closing, the problem is most likely in your code and it has nothing to do with your make file. Try finding the exact line that causes de GPF or write and share a reduced sample code that replicates the runtime ...