Search found 173 matches: extremely

Return to advanced search

Re: Question about performance RowSet

... faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back in the forums, we posted speed comparison with other libraries a few years back. When a RowSet ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4009

Re: Question about performance RowSet

... faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back in the forums, we posted speed comparison with other libraries a few years back. When a RowSet ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4009

Re: phpBB to LLM

... to 500 so that there should be an output in fine-tuned model. train.py executed It is striking that after around 300 runs the performance drops extremely, with < 200 runs < 2.4 seconds and with the 300th run it is already 5 seconds. CPU utilization 10% and 12.3GB RAM Training after 40 ...
by alerchster
Wed Dec 27, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4674

Re: check on get

... empirical study for many years on people's behavior during the full moon. In the company, we send out warning emails, as people in support become extremely unpleasantly demanding during this time. The last full moon in 2023 was on November 26th. Unfortunately, I discovered this connection too ...
by Otto
Wed Nov 29, 2023 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3932

Re: DBF . Commit

... Windows OS and we can trust the Windows OS to flush its own buffers to the physical disk safely even in case of unexpected shut downs except in extremely rare situations. So, I believe that COMMIT does not do anything extra.
by nageswaragunupudi
Sun Oct 22, 2023 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2325

Re: Filtrar consulta de tdolphin

Necesito filtrar una consulta de tDolphin despues de realizada para mostrarla en un xBrowse. This is extremely easy using FWH Maria library. But here we are using Dolphin. Do not think of reading the filtered data again from the Server. Let us just filter the data inside ...
by nageswaragunupudi
Tue Sep 26, 2023 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filtrar consulta de tdolphin
Replies: 15
Views: 816

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

Dear Jimmy, I conducted a small test and consulted ChatGPT regarding your question. I find that ChatGPT acts as a private tutor and is extremely helpful. Best regards, Otto https://harbour.github.io/doc/  Can you please explain how this works:AEval( aValues, {|x,i| aValues[ ...
by Otto
Tue May 23, 2023 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AEVAL() : Get Value of FIELD using FieldGet(i)
Replies: 4
Views: 181

Re: Numeric alignment with oPrn:SayText( )

... well. I am completely updating the output of my invoices, and since I now have full RTF capability for essential areas, my clients will be extremely pleased with the result. One last question. What is the proper value for specifying the FONT COLOR ? It appears to be numeric ? Also do we ...
by TimStone
Thu May 18, 2023 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 527

Re: What is the best PDF Printer Driver Windows to use with Five

... the File Name, and Path, and product the pdf file, then make it an attachment to an email. Is this possible to do this? Thanks, This is also extremely simple Use your PRINT command like this: PRINT oPrn FILE "yourname.pdf"  <your print code>ENDPRINT  By the time ENDPRINT command ...
by nageswaragunupudi
Sat Jan 28, 2023 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best PDF Printer Driver Windows to use with Five
Replies: 11
Views: 777

Re: Browse edit of cell with brush

Extremely sorry.
lFullPaint is the correct name.
I edited and corrected this mistake
Thanks
by nageswaragunupudi
Sun Sep 25, 2022 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse edit of cell with brush
Replies: 8
Views: 576

Re: Style WS_TABSTOP

Extremely sorry for my typo.

The method is WinStyle, not SetStyle

Code: Select all  Expand view
oControl:WinStyle( WS_TABSTOP,  .T.  or .F. )
by nageswaragunupudi
Tue Aug 09, 2022 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Style WS_TABSTOP
Replies: 6
Views: 496

Re: MS Visual Studio

Hi Carlos,
I must explain better…
the speed of the running app is okay.
I think it’s the same as with xHarbour.
Only the time it takes to start ist extremely different.
by Detlef
Sat Jul 09, 2022 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Visual Studio
Replies: 23
Views: 1482

Re: An option to optimize the mariadb/mysql tables

... forma más segura y sencilla de optimizarlas? I would like to add, if possible, an option to optimize the mariadb/mysql tables of a client that has extremely large tables from time to time, what would be the safest and easiest way to optimize them? Gracias desde ya thanks since now Hola Jose, Utilizar ...
by Compuin
Tue May 24, 2022 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: An option to optimize the mariadb/mysql tables
Replies: 4
Views: 307

An option to optimize the mariadb/mysql tables

... forma más segura y sencilla de optimizarlas? I would like to add, if possible, an option to optimize the mariadb/mysql tables of a client that has extremely large tables from time to time, what would be the safest and easiest way to optimize them? Gracias desde ya thanks since now
by jose_murugosa
Tue May 24, 2022 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: An option to optimize the mariadb/mysql tables
Replies: 4
Views: 307

Cual sería la forma mejor y más segura de optimizar tablas

... forma más segura y sencilla de optimizarlas? I would like to add, if possible, an option to optimize the mariadb/mysql tables of a client that has extremely large tables from time to time, what would be the safest and easiest way to optimize them? Gracias desde ya thanks since now
by jose_murugosa
Tue May 24, 2022 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cual sería la forma mejor y más segura de optimizar tablas
Replies: 11
Views: 886
Next

Return to advanced search