Search found 40 matches: timing

Return to advanced search

Re: CLASS modification

... based platform. I have not lost a single client because of this. Perhaps that is because my clients value the personalized service, and very fast timing, I provide. Also, my clients all run their businesses, and none of them will do it from their phone, ever. Convenient services like text messaging, ...
by TimStone
Thu May 25, 2023 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1671

Re: The more fancy Xbrowses the more slow they become ?

... "Formatter" which "can" show CODE while CLICK is working. so i can use same Source with CLICK and different Graphic Chip / RAM Timing (share RAM) p.s. without "Output" is CLICK 8 x "faster"
by Jimmy
Thu Nov 03, 2022 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 436

Re: Facial recognition

Windows 10 has built in facial recognition. If a client sets the timing to put the computer to sleep after a short interval of non-use, then whoever uses it would need to use the facial recognition to re-enter the OS ( and program ). Using it again to get ...
by TimStone
Thu Oct 10, 2019 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Facial recognition
Replies: 4
Views: 833

Re: Multiple Dimension Array in Combobox

... to take but it appears that occurs after the value has been returned to the edit box. That is why I need to study the source code this morning. Timing is everything .... And yes, dinner was good last night. Tim
by TimStone
Thu Aug 29, 2019 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4009

Caution: Windows 10 Fall Creators Update

Reported by Alaska: // Caution: Windows 10 Fall Creators Update Our final tests with Windows 10 Version 1709 (Fall Creators Update) revealed timing issues with the local file system, which may lead to changed application behavior as well as application runtime errors. In fact, all coding patterns ...
by Antonio Linares
Mon Feb 05, 2018 3:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Caution: Windows 10 Fall Creators Update
Replies: 10
Views: 2890

Re: Automated download of pictures

I was not aware the URLDOWNLOADTOFILE() is much faster than GETURLTOFILE(). Are you made any real test? Can you share the timing result? I used the Tajmahal.jpg ( http not https ) GETURLTOFILE() --> 3.1 to 3.3 secs Both URLDOWNLOADTOFILE() and MEMOWRIT( cFile, webpagecontents( curl ...
by nageswaragunupudi
Thu Mar 09, 2017 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automated download of pictures
Replies: 20
Views: 3693

Re: Automated download of pictures

... than GETURLTOFILE(). I was not aware the URLDOWNLOADTOFILE() is much faster than GETURLTOFILE(). Are you made any real test? Can you share the timing result? The actual reason for my testing is to find a faster alternative to the existing function WebPageContents(). Our requirement is to directly ...
by Enrico Maria Giordano
Thu Mar 09, 2017 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automated download of pictures
Replies: 20
Views: 3693

Re: Refresh Record Set

... work using MS Sql Server. Don't know if it has to do with the Access database being local ( .mdb is usually in the default .exe folder ) and the timing, meaning that Access has to compete with the OS for resources .. sometimes a SysWait() will allow Access to catch up in those situations. MS ...
by Rick Lipkin
Thu Dec 24, 2015 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh Record Set
Replies: 10
Views: 1981

Re: ADO RDD xHarbour

Antonio F, What do you mean by "memory and/or time"? Maybe I should have said RAM and timing. In the past I have had programs crash when they ran out of RAM. And also, the OS sometimes lags and the program is expecting something to be done that isn't so you get ...
by James Bott
Fri Aug 07, 2015 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 441907

Re: ADO RDD xHarbour

... at 1300 something records. So there is something going on that is not consistent which leads me to believe it may have to do with memory and/or timing. I am also wondering if it is doing a commit after each record which can account for how slow it appends records. A single commit after every ...
by AHF
Fri Aug 07, 2015 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 441907

Re: ADO RDD xHarbour

... at 1300 something records. So there is something going on that is not consistent which leads me to believe it may have to do with memory and/or timing. I am also wondering if it is doing a commit after each record which can account for how slow it appends records. A single commit after every ...
by James Bott
Thu Aug 06, 2015 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 441907

Re: Close ADO-connection

Marc,

Marc Vanzegbroeck wrote:
Enrico Maria Giordano wrote:Should be enough. It might be a timing issue. Try to insert a delay between close() and ferase().

EMG


Enrico,

A delay between close() and ferase() don't work :( I even tested it with 10 seconds delay...


What did you use for the delay?

EMG
by Enrico Maria Giordano
Mon Jul 15, 2013 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Close ADO-connection
Replies: 34
Views: 10261

Re: Close ADO-connection

Enrico Maria Giordano wrote:Should be enough. It might be a timing issue. Try to insert a delay between close() and ferase().

EMG


Enrico,

A delay between close() and ferase() don't work :( I even tested it with 10 seconds delay...
by Marc Vanzegbroeck
Mon Jul 15, 2013 5:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Close ADO-connection
Replies: 34
Views: 10261

Re: Close ADO-connection

Marc,

Marc Vanzegbroeck wrote:
Code: Select all  Expand view
oSQL:=nil
 


This is not needed.

Marc Vanzegbroeck wrote:How can I close the connection completely with ADO?


Code: Select all  Expand view
oSQL:close()


Should be enough. It might be a timing issue. Try to insert a delay between close() and ferase().

EMG
by Enrico Maria Giordano
Sun Jul 14, 2013 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Close ADO-connection
Replies: 34
Views: 10261

Re: file() -returns .f. when file is present?

Hi Otto;

The problem was timing. WinExec() hadn't finished before the check for file() was being executed. I changed WinExec for Waitrun() and that fixed the timing problem.

Thank you,


Reinaldo.
by reinaldocrespo
Thu Jan 05, 2012 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file() -returns .f. when file is present?
Replies: 4
Views: 668
Next

Return to advanced search

cron