Search found 31 matches: scenarios

Searched query: scenarios

by Antonio Linares
Fri Jan 17, 2025 10:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 7656

Re: Using new Class TDeepSeek for documenting

... as a string, convert it into an executable code block, and then evaluate or execute this block with up to five parameters. This is useful in scenarios where you need to dynamically execute code based on runtime conditions or configurations.

---

### DATA Members:

1. **`cExpression`**
- **Type ...
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: 1685

Re: talk to your database using natural language

... Support for native encryption to protect sensitive data.
DBF could have advantages over CSV and MySQL in the AI context, especially in scenarios like:

Smaller, local applications.
Simple data structures.
Systems with limited resources.

With some modern adaptations, DBF could be ...
by Antonio Linares
Sat Dec 07, 2024 5:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Login with Cloudflare
Replies: 6
Views: 1412

Re: Login with Cloudflare

... Sense**:
- Small-to-medium applications where you want to minimize overhead.
- Internal tools or RDP setups that don't require public exposure.
- Scenarios where the app logic doesn’t require complex role-based access within the app.

### **When To Reconsider**:
- For applications with highly dynamic ...
by Antonio Linares
Thu Nov 28, 2024 9:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: reading DBF from node.js
Replies: 2
Views: 1417

Re: reading DBF from node.js

... Native support for Clipper logic**: Enables leveraging existing Clipper codebases with minimal rewriting.
- **Lightweight**: Good performance for scenarios requiring less demanding computation or where the Clipper ecosystem is still relevant.

#### **Disadvantages**
- **Limited ecosystem**: mod ...
by Otto
Fri Sep 27, 2024 4:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: FlowMarker System Documentation
Replies: 2
Views: 761

Re: FlowMarker System Documentation

... the approach. Flow Marker has a different purpose.

This method isn't commonly found in mainstream documentation styles, but it offers a clear, systematic way to trace data flow, especially in scenarios where understanding the journey of data through various processes is crucial.

Best regards,
Otto
by Otto
Mon Jul 01, 2024 9:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Memo Field Storage Strategy?
Replies: 3
Views: 967

Question about Memo Field Storage Strategy?

... fields in separate files.

Does anyone have experience or recommendations on this topic under Windows with a fast SSD?
Are there any best practices or special tools that are particularly suitable for such scenarios? I look forward to your opinions and tips!

Thank you in advance!
Best regards,
Otto
by Ruth
Thu Feb 01, 2024 6:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 9
Views: 1317

Re: Class TOpenAI_ChatGPT by Charles Kwon

Dear Mr. Kwon,

thanks a lot for your answer. And also thank you for pointing me to the encrypt() and decrypt() functions ... they seem very useful in several scenarios.

thanks again and kind regards
ruth
by Carles
Fri Jan 26, 2024 12:12 pm
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 8218

Re: MySql vs Oracle

... in mind that this vision makes you lock yourself in your local environment. I completely agree that the cloud, the web, ... are very dangerous scenarios, but it is for this reason that we have to learn much more than before.

You have your banking details outside your local area, when you buy on ...
by Otto
Wed Jan 10, 2024 7:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 1671

Re: WebView2 Essentials: Guides, Tips & Resources

... Error Handling: Some WebView2 and CoreWebView2 APIs may throw errors if invoked in certain ways, so it's important to be aware of these scenarios and handle them appropriately.

Interoperation with JavaScript: WebView2 exposes JavaScript APIs to HTML documents running within the control ...
by Otto
Fri Jan 05, 2024 4:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 2311

file ID in the Windows file system

... system administration, or when using file synchronization or backup software that might rely on these attributes.

In most practical scenarios, you can move files as needed without concern for the underlying File ID, as the operating system handles these details. However, knowing that ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 6309

Re: Saving OuterHTML using Await Implementation with TWebView

... programming to interact with the inherently asynchronous TWebView control by emulating synchronous behavior. This can be particularly useful in scenarios where one needs to ensure a webpage is fully loaded or a specific element is present before taking further action.



Sure, I can help you ...
by Otto
Thu Aug 17, 2023 8:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 6309

Re: Saving OuterHTML using Await Implementation with TWebView

... programming to interact with the inherently asynchronous TWebView control by emulating synchronous behavior. This can be particularly useful in scenarios where one needs to ensure a webpage is fully loaded or a specific element is present before taking further action.



Sure, I can help you ...
by RiazKhan
Sat May 02, 2020 10:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Auto-Close Application On Timer (Resolved)
Replies: 9
Views: 1650

Re: Auto-Close Application On Timer (Resolved)

Hello Mark,

Yes, I tested this extensively yesterday, in many scenarios.
It detects non-keyboard and non-mouse movement for the period defined.
It works as desired, I just activated the timer on the main window of the application.
It is activated as soon as the application is executed.

The timer is ...
by karinha
Mon Mar 23, 2020 12:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin OLE with Outlook
Replies: 7
Views: 1339

Re: Fivewin OLE with Outlook

Check this out:

As a best practice, you should only have one version of Office installed on a computer. For migration scenarios, we realized that there may be a need to have multiple versions of Office on the same computer for a short period of time. We recommend that you uninstall the previous ...
by Antonio Linares
Tue Sep 24, 2019 5:57 am
Forum: mod_harbour
Topic: Visual Studio Code
Replies: 4
Views: 1504

Re: Visual Studio Code

... on a local server or a remote server, anyhow it is a good practise to test your apps the both ways
so you know that it behaves properly on both scenarios.

Please feel free to make any questions about mod_harbour. I guess that you are the first Lady using mod_harbour and
it is a honor for all the ...