Search found 28 matches: consumes

Return to advanced search

Delay in loop without syswait or inkey

Hi

I need to do a 15 second delay in a loop FOR /NEXT, is there another way to do this without using inkey or syswait? It seems that these functions consumes too much cpu. harbour have a similar ASM NOP operator? :?

thanks
by norberto
Sat Sep 29, 2012 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Delay in loop without syswait or inkey
Replies: 2
Views: 651

Re: Crash from FWSavePreviewToPDF

Using the new Fivhcm.lib didn't work with me either. I noticed, that the process of my running .exe consumes a lot of memory. If I save a preview of 47 pages to a pdf, the process grows to 1.409.964KB and the resulting .pdf gets a size of 28.454KB With 63 pages I get the ...
by gkuhnert
Wed Jul 13, 2011 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crash from FWSavePreviewToPDF
Replies: 34
Views: 7905

Re: Why Some Browses with ADS are slow?

We are aware that OrdKeyNo() ( which in turn calls AdsKeyNo(...) ) consumes more time in case of large tables on ADS Server and each call involves roundtrip to the server and thus increasing network traffic too. The objective is to achieve pajama effect without ...
by nageswaragunupudi
Tue Apr 12, 2011 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why Some Browses with ADS are slow?
Replies: 22
Views: 10246

Re: Strange program behavior...

Hunter, Thank you for your reply. Indeed under processes it consumes 25% of CPU time. This program takes one huge CSV file and split it in 25,000 lines pieces. So, it is done splitting the file, but still remains in memory, or is it not done and remaining ...
by James Bott
Thu Nov 05, 2009 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange program behavior...
Replies: 4
Views: 884

Re: Strange program behavior...

James:

Thank you for your reply. Indeed under processes it consumes 25% of CPU time. This program takes one huge CSV file and split it in 25,000 lines pieces.
by HunterEC
Thu Nov 05, 2009 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange program behavior...
Replies: 4
Views: 884

Re: Choosing SQL database ...

Adolfo wrote:ADO's is slower when getting data, and also consumes more bandwith when you first call the xbrowse,but... thats all, after the job is done, no more net traffic is present.


This is expected. The slowness in getting data is exactly the problem. But it's not an ADO problem. It's the SQL way.

EMG
by Enrico Maria Giordano
Mon Nov 02, 2009 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30467

Re: Choosing SQL database ...

... results from here http://200.72.140.34/privado/adobase/TEST%20ADO.xls Conclusions ADO's is slower when getting data, and also consumes more bandwith when you first call the xbrowse,but... thats all, after the job is done, no more net traffic is present. If you work with a dbf ...
by Adolfo
Mon Nov 02, 2009 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30467

Re: Method to transfer xBrowse Data to OpenOffice Calc

... function PasteUnformattedText(oCalc,oBook). But I prefer to use the Paste technique after finding a way to avoid the dialog. PasteUnformattedText consumes more time than the Paste technique. Have you made the Totals ? No. On the way I got struck with the paste problem. This can be implemented. ...
by anserkk
Fri Jan 16, 2009 4:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 12977

FiveLinux consumes very little memory as in fact just routes calls to GTK+.

It is Harbour/xHarbour themselves the ones that consume memory. But you should not have problems. Harbour works fine on Pocket PC and on the iPhone :-)
by Antonio Linares
Sun Sep 07, 2008 12:33 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux and the Nokia N810
Replies: 4
Views: 1221

Clipper Errors

... which report the consumption of DGROUP on every module inside a library. With that programa you can check that module NATMSG on clipper.lib consumes more than 1.5kb because all the string literals are saved on the DGROUP segment and the magic of that new OBJ file is that moves all the string ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65679

Advantage DS

... I think he means that the error system also need memory. Interesting point is that some bugs does not result in an error-dialog but only consumes some memory. When that occurs in a loop (maybe that is what happens in my problem situation - PGDN read several records and refresshes the ...
by Antonio Linares
Wed Aug 27, 2008 7:30 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65679

Lisa, Estas usando un browse. No debes llamar a ReadBitmap() desde cada línea, pues estas creando muchísimos handles a bitmaps y consumes mucha memoria GDI. Lo más sencillo es hacerlo asi: @ 4.5, 1 LISTBOX oLbx FIELDS aFile[ oLbx:nAt ][ 1 ],; aFile[ oLbx:nAt ...
by Antonio Linares
Mon Jul 21, 2008 11:22 am
 
Forum: All products support
Topic: adordd
Replies: 7
Views: 2190

... capability sometimes is not enough. Clipper 5.2 has more preprocessor capability than Clipper 5.3 Also, if you are using Clipper rmake.exe, it consumes memory that its not available for Clipper. We recommend using Borland maker.exe instead of rmake.exe as it frees all MsDos memory before calling ...
by Antonio Linares
Thu Nov 08, 2007 3:50 pm
 
Forum: FiveWin for CA-Clipper
Topic: error compiling 2
Replies: 5
Views: 1998
Previous

Return to advanced search