Search found 2237 matches: uses

Searched query: uses

by Antonio Linares
Tue Feb 11, 2025 10:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Quickbooks Online
Replies: 1
Views: 273

Re: Quickbooks Online

... but requires manual handling of OAuth2 authentication and API calls.

### Key Points for Integration:
- **Authentication**: QuickBooks Online uses **OAuth 2.0** for authentication. You’ll need to register your app in Intuit’s Developer Portal to get API keys and set up the redirect URIs ...
by Antonio Linares
Sat Jan 25, 2025 5:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio... FiveTouch posts are gone?
Replies: 15
Views: 34064

Re: Antonio... FiveTouch posts are gone?

... index.
// In the first approach, the controlling index is a regular index
// which allows for relative database navigation. The second approach
// uses the custome index as controlling index and requires absolute
// database navigation. The first five logical records and physical records
// are ...
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: 4827

Re: Using new Class TDeepSeek for documenting

... TXBrowse object (Self).

Usage Example:

oBrw:SetRecSelBmp( "myarrow.bmp" ) // Sets a custom bitmap for record selector.
oBrw:SetRecSelBmp( 0 ) // Uses default arrow bitmap.
oBrw:SetRecSelBmp( nil ) // Removes the bitmap.
content_copy
download
Use code with caution.
Harbour

6. SetRecSelSl( nType ...
by nageswaragunupudi
Thu Jan 23, 2025 2:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse, dbf and codeblock
Replies: 10
Views: 19860

Re: xbrowse, dbf and codeblock

Note:
The codeblock bSkip uses the function:
nSkipped := DbSkipper( nRecs ) // xHarbour
nSkipped := __DbSkipper( nRecs ) // Harbour

The functionality is similar to this function

function MyDbfSkipper( nRecs )

local nKeyFrom := OrdKeyNo()

DBSKIP( nRecs )
if Eof()
DbGoBottom()
elseif Bof ...
by Otto
Wed Jan 22, 2025 10:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio... FiveTouch posts are gone?
Replies: 15
Views: 34064

Re: Antonio... FiveTouch posts are gone?

... will be updated incrementally.
Conclusion:

rg.exe is a game-changer: It provides SQL-like speed for full-text searches.

Simplicity and Transparency: The solution uses simple tools while maintaining full control over the data.
I'm excited to hear your thoughts and suggestions!

Best regards,
Otto
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: 4827

Re: Using new Class TDeepSeek for documenting

... 2. **`FW_CopyToClipboard( cText )`**:
- **Description**: Copies the provided text to the clipboard.
- **Returns**: `nil`.

### Notes

- The class uses Windows API functions (`OpenClipboard`, `EmptyClipboard`, `CloseClipboard`, `SetClipboardData`, `GetClipboardData`, etc.) to interact with the ...
by Antonio Linares
Fri Jan 17, 2025 11:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4827

Re: Using new Class TDeepSeek for documenting

... It encapsulates the functionality required to initialize a connection, send requests, handle responses, and clean up resources. The class uses the `hbcurl` library (a Harbour binding for libcurl) to manage HTTP requests.

---

### **DATA Members**

1. **`cKey`**
- **Type**: `CHARACTER ...
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

... like colors and flags.

- **Rendering**: The `PaintOnMonth()` method is responsible for rendering the event in the calendar's month view. It uses gradient colors for the background, draws the event's text, and handles special cases like "No Disponible," "Aplicado," and "Bloqueo/Descanso ...
by Antonio Linares
Fri Jan 17, 2025 10:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4827

Re: Using new Class TDeepSeek for documenting

... Indicates if the mouse is over the button. |
| `bClrGrad` | Block | Codeblock for gradient colors. |
| `l2007` | Logical | Indicates if the button uses the 2007 style. |
| `l2010` | Logical | Indicates if the button uses the 2010 style. |
| `lBarBtn` | Logical | Indicates if the button is part of a ...
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: 4827

Re: Using new Class TDeepSeek for documenting

... storing the original coordinates of the brush.

17. **`lGdip`**
- **Type**: Logical (Boolean)
- **Description**: Indicates whether the brush uses GDI+ (Graphics Device Interface Plus). Initialized to `.F.`.

18. **`pBrush`**
- **Type**: Pointer (Protected)
- **Description**: A pointer to ...
by Antonio Linares
Mon Jan 06, 2025 10:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI vision API from FWH
Replies: 10
Views: 8801

Re: OpenAI vision API from FWH

Dear Otto,

Nvidia's Jetson Nano Orin uses Linux (a special ubuntu version) so I have just asked copilot if ollama may be installed on it:

Yes, it is possible to use Ollama on the Jetson Nano Orin. Ollama is an open-source tool that allows you to run large language models (LLMs) locally on Jetson ...
by Otto
Mon Dec 30, 2024 8:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: AC4xBrowse
Replies: 11
Views: 1965

Re: AC4xBrowse

... some significant changes to a FW-program again, and I already had to look up the smallest syntax settings.
I was glad to have AUTOCODE.

Autocode uses the FIVEWIN.CH files and is therefore up to date.

The first post about AUTOCODE was on Thu Apr 22, 2010, 10:49 pm:
autoCode5 – the timesaver. And ...
by JoséQuintas
Sun Dec 22, 2024 9:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 12779

Re: Browse of my ADO Class

... I mix something prehistoric with something as modern and powerful as FIVEWIN? I'm sorry, I don't use CONSOLE MODE under any circumstances.

GTWVG uses API Windows in same way as fivewin.
GTWVG uses classes in same way as fivewin.
Is API Windows prehistoric ? Is fivewin prehistoric ?

I do not ...
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

... Cloudflared Tunnel: Also like a VPN, but without the typical overhead.

I stumbled upon Cloudflare when I noticed that ChatGPT sometimes briefly uses Cloudflare as a front.
It’s amazing how generous Cloudflare is, even offering a free version.

With this, I’ve solved my infrastructure problems ...
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

... internal use of RDP without making it directly publicly accessible.

I came across Cloudflare when I noticed that ChatGPT sometimes briefly uses Cloudflare as a forefront.
It’s amazing that Cloudflare is so generous and even offers a free version.

With this, I’ve solved my infrastructure ...