Search found 64 matches: effectively

Searched query: effectively

by Antonio Linares
Thu Nov 28, 2024 9:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: reading DBF from node.js
Replies: 2
Views: 1165

Re: reading DBF from node.js

... across the stack, reducing context-switching for developers.
- **Non-blocking I/O**: Node.js is designed to handle high-concurrency scenarios effectively.
- **Rich ecosystem**: npm, the Node.js package manager, offers an extensive library of modules for various tasks.
- **Scalability**: Ideal for ...
by Maurizio
Thu Jul 18, 2024 6:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 7930

Re: Dbf/cdx to sql changing

... DBF, which can have issues with file locking.
2. Scalability
Handling large volumes of data: SQL databases can handle large volumes of data more effectively by distributing the load across multiple servers and using table partitioning.
Load Balancing: SQL databases can be distributed across multiple ...
by Otto
Thu Jun 13, 2024 11:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: a folder into a dialog
Replies: 28
Views: 3899

Re: a folder into a dialog

... testing to gather feedback on the dynamic height adjustment. This helps identify any potential issues and ensures the feature meets user needs effectively.
Accessibility: Ensure that dynamic height adjustments do not negatively impact accessibility. Screen readers and other assistive technologies ...
by Enrico Maria Giordano
Sat Jun 08, 2024 7:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mod Harbour installation -
Replies: 16
Views: 2414

Re: Mod Harbour installation -

... for one thing: DBF is much more powerful than SQL. SQL, that is a technology much older than DBF, has been made for security, not for power. Effectively, engine's authors are forced to continually modify the language to add more power and this has led to a plethora of incompatible SQL dialects ...
by Marc Venken
Tue May 14, 2024 10:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Best use of aSelected in Xbrowse
Replies: 1
Views: 442

Best use of aSelected in Xbrowse

... with (((webshop->new_bruto-webshop->bruto)/webshop->bruto)*100)

This will go to the DBF and take new_bruto, than bruto etc... Will it always effectively read the dbf or take the buffer data ?

Best option for this kind of process ? oDbf or Hash ?

This will give me some idea of updating some ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 869

Re: xbrowse problem with :bLClicked

... the code block associated with that shortcut. In this case, "KL" is an arbitrary shortcut that is not likely to be pressed by the user, so it effectively creates a short delay before executing the Edit_Comuni() function.

By using SetKey() with a dummy shortcut like "KL", we can ensure that the ...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 869

Re: xbrowse problem with :bLClicked

... the code block associated with that shortcut. In this case, "KL" is an arbitrary shortcut that is not likely to be pressed by the user, so it effectively creates a short delay before executing the Edit_Comuni() function.

By using SetKey() with a dummy shortcut like "KL", we can ensure that the ...
by Otto
Thu Mar 21, 2024 10:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 3256

Re: WebView resize

... or <textarea> elements in HTML, allowing for user input within the WebView2 embedded content.

By embedding WebView2 in your application, you effectively create a hybrid environment where you can utilize web technologies for the UI and interact with the native application layer for deeper system ...
by Otto
Thu Mar 07, 2024 7:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 4786

Re: How to include hbCurl?

... and preprocessor before ChatGPT.
Now, this is a very functional way to simplify the programs. Through modularization, one can have ChatGPT further develop parts of the program very effectively. This makes program creation very fast.

Best regards,
Otto


https://mybergland.com/fwforum/webv.gif
by Antonio Linares
Sun Jan 28, 2024 6:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 25203

Re: SAPI : change Voice

Dear Jimmy,

Fixed! :-)

Effectively it was a Harbour bug. Now it is working fine.

Do you build Harbour yourself or do you prefer me to send it to you ? For what C compiler ?

The fix:
in harbour/contrib/hbwin/olecore.c

HB_FUNC( WIN_OLEAUTO___ONERROR )
...
if ((HB_ISBYREF(1)) || HB_ISARRAY(1 ...
by Otto
Sun Jan 14, 2024 8:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sankey Diagram - FIVEWIN/WEBVIEW sample
Replies: 0
Views: 962

Sankey Diagram - FIVEWIN/WEBVIEW sample

Dear friends,

Useful for representing flow charts
WINHOTEL
Such a diagram would effectively visualize how the origin of guests is distributed across various age groups.
For example, a wider path from the age group 18-25 to Germany would indicate that a larger proportion of guests in this age group ...
by Otto
Wed Nov 15, 2023 7:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 2680

Re: Help splitting up a character address string

... programs using Harbourino in a Skype session. This implies that there might be training or instructional sessions available for learning how to effectively use Harbourino in developing web pages driven by DBF (database file) data using mod harbour. This highlights Harbourino's role in facilitating ...
by shrifw
Sun Oct 15, 2023 8:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBRWOSE EDIT USING DATAROW & MARIDB ROWSET.
Replies: 2
Views: 373

XBRWOSE EDIT USING DATAROW & MARIDB ROWSET.

... DATAROW to edit data of MariaDB Rowset in batch mode. I am not expert on using XBROWSE to edit data. I am seeking help to use XBROWSE more effectively.

I have written below code but I am not sure whether it is correct way. Could you please help on this. Thanks in advance...!




#include ...
by Jimmy
Wed May 24, 2023 5:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: AEVAL() : Get Value of FIELD using FieldGet(i)
Replies: 4
Views: 438

Re: AEVAL() : Get Value of FIELD using FieldGet(i)

... an assignment to the passed array element may take place within the code block. If <lAssign> is equal to .T. (true), the array element is effectively passed to the code block by reference and an assignment to the first code block parameter is also performed in the corresponding array element ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 3777

Understanding how autoGPT works...

... the positions of the planets, and the zodiac houses. Since the amount of information needed is extensive, we need to manage our long-term memory effectively and delegate tasks whenever possible to ensure we operate efficiently.",
"plan": "- Save important information to files immediately\n- Delegate ...