Search found 53 matches: slows

Return to advanced search

Re: DBF . Commit

... an additional request to Windows to write the data immediately. Normally, Windows writes data as needed by the disk operating system. It also slows down the system. This is what I have found out. Best regards, Otto https://mybergland.com/fwforum/mrrao.jpg
by Otto
Sun Oct 22, 2023 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2346

Re: DBF . Commit

... immediately with a commit or another user might take 100. This makes sense, right? What does performance have to do with it? That using commit slows things down? Of course. I mean, assuming the system doesn't crash. Do you really have to make a commit for another user to see a change? Best ...
by Otto
Fri Oct 20, 2023 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2346

Re: Browse edit of cell with brush

nageswaragunupudi wrote:
This bug remains even till today.

We will work on suitable fix and get back.

Till then, please depend on oBrw:lFullRefresh := .t., though this slows down the browse painting


Mr. Rao,
oBrw:lFullRefresh := .t. // I do not know this DATA


or

oBrw:lFullPaint := .t.

Thanks
by cnavarro
Sun Sep 25, 2022 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse edit of cell with brush
Replies: 8
Views: 577

Re: Browse edit of cell with brush

... row. This bug remains even till today. We will work on suitable fix and get back. Till then, please depend on oBrw:lFullPaint := .t., though this slows down the browse painting
by nageswaragunupudi
Sun Sep 25, 2022 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse edit of cell with brush
Replies: 8
Views: 577

Re: start at the end and go back in an array

... )return aArray Antonio, I not Understood how I can make to converte my function and use an array instead dbf I explain you My Function ( it it slows down enough) Function Ritardo(numero,nrecord,nRuota)        local oDbfRit,cond        local r1,r2,r3,r4,r5  ...
by Silvio.Falconi
Sat May 28, 2022 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 829

calculate the frequency of a number

...       Enddo       oFreq:close()return frequency I tried to make a function but the calculation slows down the display a lot and I really don't know how to solve to speed up the calculation Any suggestion ? Any Help pls !!!
by Silvio.Falconi
Tue May 10, 2022 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate the frequency of a number
Replies: 6
Views: 446

Re: Why am I having xbrowse too slow?

... correct tuning to work the best. Correct use of : set filter to, set relation to, Ordscope's .... Correct setup of indexes... Calculating fields slows down Colors are only repainted in the screen that you see, so that should not matter to much. I also have speed issues a moments, but more in ...
by Marc Venken
Wed Apr 06, 2022 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why am I having xbrowse too slow?
Replies: 11
Views: 635

Re: Why am I having xbrowse too slow?

... colors, filters or view the records in a simple way, maybe even just one city at a time, then enter one thing at a time hoping to understand who slows down the display. it is a way of proceeding not as a computer scientist but as a policeman but the point is to solve the problem, we are not Nages. ...
by Silvio.Falconi
Wed Apr 06, 2022 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why am I having xbrowse too slow?
Replies: 11
Views: 635

Re: Why am I having xbrowse too slow?

... colors, filters or view the records in a simple way, maybe even just one city at a time, then enter one thing at a time hoping to understand who slows down the display. it is a way of proceeding not as a computer scientist but as a policeman but the point is to solve the problem, we are not Nages.
by mauri.menabue
Wed Apr 06, 2022 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why am I having xbrowse too slow?
Replies: 11
Views: 635

Best technic to use the set relation to syntax

... change the querry at the moment you hit the folder tap ? and not use a relation, but more of a ordscope ? The relations make it more easy, but slows down, as far as I know the way to program them.
by Marc Venken
Thu Jan 06, 2022 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770

Re: check existing first and last on customer

... Note that this must take 30-40 characters in every file that needs to be linked to the customer file. That is a lot of wasted disk space, and slows down the program. Plus the index would be huge. A 4-8 character primary-key uses much less disk space and speeds up disk reads and writes and ...
by James Bott
Mon Jun 14, 2021 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2508

Re: Marc : Conversion process and questions about it

... in any situation when the master browse moves position // bchange: the lookup for the detail will be searched for. In a network situation this slows down not ? Is there a Xbrowse setting for this ? There has been a post like this : :bChange := { || nSecs := SECONDS() } but that is not complete.
by Marc Venken
Sun Dec 27, 2020 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3502

Re: xBrowse faster with less colums

program slows down until i finaly can get a cup of coffee and when I return, its ready. This is too bad. It can not be like this. Size of 300,000 records is nothing. We can not comment unless we get into the exact code. Do you ...
by Marc Venken
Fri May 01, 2020 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse faster with less colums
Replies: 9
Views: 1045

Re: xBrowse faster with less colums

program slows down until i finaly can get a cup of coffee and when I return, its ready. This is too bad. It can not be like this. Size of 300,000 records is nothing. We can not comment unless we get into the exact code. Do you ...
by nageswaragunupudi
Fri May 01, 2020 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse faster with less colums
Replies: 9
Views: 1045

Re: xBrowse faster with less colums

... use Dbf and CDX, and initial speed is pretty ok. but using the program ( setting values in Barget and scoping for the correct data ) the program slows down until i finaly can get a cup of coffee and when I return, its ready... :D :D (I'm sure... not correct programming, thats clear) It's not ...
by Marc Venken
Fri May 01, 2020 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse faster with less colums
Replies: 9
Views: 1045
Next

Return to advanced search