Search found 1010 matches: slow

Return to advanced search

Re: DBF . Commit

Rick Lipkin wrote:I will say that I find dbCommitt() very slow when you are adding many records at one time with a dbCommitt between appends.


Of course. One COMMIT at the end is enough.
by Enrico Maria Giordano
Thu Oct 26, 2023 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2514

Re: DBF . Commit

... is written from memory variables back to the datasource with an oRs:Update() or in dbfcdx goto recno().... I will say that I find dbCommitt() very slow when you are adding many records at one time with a dbCommitt between appends. Rick Lipkin
by Rick Lipkin
Tue Oct 24, 2023 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2514

Re: Moving the dialog

that should not slow down the painting...

Is the xbrowse very complex ? I mean the data you show, calculations, etc
by Antonio Linares
Sun Oct 22, 2023 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 514

Re: Some problems with the FWH-debugger

Michel,
use the "Paperclip" in the toolbar to open other PRG files.
Otherwise you are right, especially that AltD() does not work.
Also the debugger is quite slow due to its data structure.
by frose
Sun Sep 10, 2023 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 485

Re: Crash with 23.04 GRADIENTFILL()

... ensure that all fractions (the first element in each sub-array) should aggregate to 1.0. If not we may not get the intended effect. b.) does "slow down" using 3 Elemets No. We can have any number or slices.
by nageswaragunupudi
Mon Jul 24, 2023 12:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crash with 23.04 GRADIENTFILL()
Replies: 5
Views: 334

Re: Crash with 23.04 GRADIENTFILL()

... 0.5,    RGB( 237, 234, 109 ),  RGB(  85,  62,  84 )   }  ;      } a.) last Element no "Komma" b.) does "slow down" using 3 Elemets
by Jimmy
Sun Jul 23, 2023 3:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crash with 23.04 GRADIENTFILL()
Replies: 5
Views: 334

Re: Mark field as required

... saludos. I already posted on the brazil forum, but I had to modify the entire GET class, I didn't think it would be feasible. The brazil forum is slow, almost stopping. (Já postei no forum brasil, mas tinha que modificar classe GET toda, não achei que seria viavel. O forum do brasil tá devagar, ...
by INFORMAISVRB
Thu Jul 06, 2023 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1809

Re: Maria DB and incrental seek

... I go into the main topic, I like to advise you that this code is not required. XBrowse automatically does all these things. Repeating will only slow down the browse. Please just remove this part of the code. Purpose of oCol:bOnChange is to specify if any other column values need to be changed ...
by nageswaragunupudi
Fri Jun 09, 2023 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Maria DB and incrental seek
Replies: 1
Views: 153

Re: CLASS modification

... = dDate2 Ctrl+ (End) click -> mark "Start" to "End" where dDate1 <>,dDate2 Sorry, I still don't understand, I'll be slow on the uptake. Read carefully what I write to you I have an old application that I've been using for many years at school where I have a get (action) ...
by Silvio.Falconi
Wed May 24, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1827

Re: CLASS TGrid() for FiveWin

... under [CONTROLS] all should be YES ... if you have Problem with "multi-Threading" use Start-Parameter "/S" if Start is slow you might have enable "use Image". disable it ImageLeft=NOImageRight=NO
by Jimmy
Wed Mar 15, 2023 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3601

Re: Xbrowse and Touchscreen best use

... programmer or are there more interesting features in FWH. after 20 Year using Xbase++ i have change to harbour while i do not want to go "slow" Way of Alaska any more Xbase++ still use 32 Bit, ANSI / OEM and use 1 x CPU "only" ... :roll: when Windows 11 arrive there was ...
by Jimmy
Mon Feb 20, 2023 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Touchscreen best use
Replies: 8
Views: 688

Re: Fighting Xbrowse and lozing !!!

... as much as possible options activated and running. There could be a comment in the code if it is - for design - for speed - or if a options will slow down.
by Marc Venken
Fri Dec 23, 2022 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1709

Re: SEARCH IN LARGE DATABASE VERY SLOW

Hello, Marc Venken, thank you very much for your reply. I'm using "MariaDb", which is similar to "mysql" Using it with an Array was very fast, even with a base of 11,000 Reg If needed, post an example. A friend "Marcelo", here in Brazil, helped me to solve it. Credits f...
by INFORMAISVRB
Wed Nov 30, 2022 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEARCH IN LARGE DATABASE VERY SLOW
Replies: 7
Views: 655

Re: SEARCH IN LARGE DATABASE VERY SLOW

Tja... I did not consider putting it all in a array because I'm not used programming in array but since array is in memory, it would be much faster that the dbf version. I wonder for my purposes. I have to reread xbrowse systems for better use with array. Not sure that I will go that way.... Who has...
by Marc Venken
Tue Nov 29, 2022 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEARCH IN LARGE DATABASE VERY SLOW
Replies: 7
Views: 655

Re: SEARCH IN LARGE DATABASE VERY SLOW

Hello


SOLVED, THROWING EVERYTHING IN ARRAY

Thank you all
by INFORMAISVRB
Tue Nov 29, 2022 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEARCH IN LARGE DATABASE VERY SLOW
Replies: 7
Views: 655
PreviousNext

Return to advanced search