Search found 560 matches: seconds

Return to advanced search

Re: ¿Alguna funcion para enviar email desatendido xHarbour?

Rick:

Thanks for your code.

I have a couple of questions for you.

First question, how can I know that the mailing failed?

Second question, your code works well, when sending the
mail shows me Outlook screen for a few seconds, is there a way to avoid it?

Best regards
by Armando
Mon Jan 25, 2021 6:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Alguna funcion para enviar email desatendido xHarbour?
Replies: 24
Views: 2864

Re: WaitUntil - batch command replacement for scheduler

Unfortunately, it doesn't address the specification of a specific time. These are just variations of timeout, where you specify the number of seconds. I'd want a child program or batch to run, e.g. at 11:15 am, regardless of when the parent calling batch starts. So we don't know the number of ...
by FWExplorer
Tue Jan 05, 2021 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 1003

Re: Marc : Conversion process and questions about it

... has a new option of get's that will search afther pressing enter. The every keystroke search is not good in network, and therefore I ask for the 2 seconds delay function that Mr. Rao gave. The new way seems to be to use remote controle (other topic off mine) where Mr. Otto has good experience with ...
by Marc Venken
Sat Jan 02, 2021 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3734

Re: Marc : Conversion process and questions about it

... 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: 3734

Re: FWH: Support for Matrix calculations

... the code in C using these C functions improves the execution speed considerably. Example: This code written using FW_Matrix() is taking 3.0 to 4.0 seconds for executing 10,000 times.    for i := 1 to 10000      // Forward Propagation      hidden_layer_activation ...
by nageswaragunupudi
Fri Dec 11, 2020 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 766

TIMER CANCELACION PROGRAMA

... there a way to use a TIMER or something else to be able to control the response time? That is, can you use a timer so that, for example, after 10 seconds of not having a response from the server, run 'cancel.bat' automatically without doing manual cancel with the F12 key? Thanks a lot !
by pedroluis
Wed Nov 18, 2020 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TIMER CANCELACION PROGRAMA
Replies: 4
Views: 944

Secure an AJAX request

... On AJAX request we send a string - encrypted with cUUID - containing seconds (). code = {{hb_jsonencode ( encrypedtime ())}}; ogrid = $ ('# example'). DataTable ({ "ajax": { "url": "landingpage.prg", ...
by Otto
Thu Nov 12, 2020 6:00 pm
 
Forum: mod_harbour
Topic: Secure an AJAX request
Replies: 2
Views: 443

Re: OT: admin

... "Administrator". I once tried to calculate the productivity disadvantage that non-English speaking users have. The entry takes approx. 2 seconds longer without taking the typing error into account. That's 100s of million Euros that our economys wastes a year. One must always be vigilant. ...
by Silvio.Falconi
Wed Nov 11, 2020 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: admin
Replies: 3
Views: 515

OT: admin

... "Administrator". I once tried to calculate the productivity disadvantage that non-English speaking users have. The entry takes approx. 2 seconds longer without taking the typing error into account. That's 100s of million Euros that our economys wastes a year. One must always be vigilant. ...
by Otto
Wed Nov 11, 2020 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: admin
Replies: 3
Views: 515

XBROWSE COLOR ROWS

... 173, 78) }} But if I look into the paint method of xBrowse, there are no changes: METHOD Display() CLASS TXBrowse local nSecs := SECONDS() if !::lCreated return nil endif fwlog Eval( ::bClrSel ) ... Can you please show me how I can change bClrStd. Best regards, Otto
by Otto
Fri Sep 18, 2020 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE COLOR ROWS
Replies: 7
Views: 903

datatables DBF server-side processing

... our server to the internet with an upload speed of around only 28 Mbps. There are thirty thousand records in the DBF file. It takes about 5 seconds to fill the grid. So if we have larger files, we need server-side processing. But as soon as the grid is filled all is very speedy. I will start ...
by Otto
Sun Aug 16, 2020 10:09 am
 
Forum: mod_harbour
Topic: datatables DBF server-side processing
Replies: 0
Views: 306

xbrowse old version (2015) oCol:bToolTip

... ) } because the tooltip that appears is not related to the selected cell Another solution accetped since there is an active timer (2/3 seconds), automatically select the cell where the mouse pointer is located Many thanks Marco
by MarcoBoschi
Mon Jun 15, 2020 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse old version (2015) oCol:bToolTip
Replies: 2
Views: 468

Re: Fast Report´s future

... I tried setting the path so it found the folder as a sub folder of the data folder. Then when I try to hit the Report button, it waits a couple of seconds and kills the full application without a FWH error message ... The topic is Easy Report's future. So first, before I can ecen begin to participate ...
by TimStone
Wed May 13, 2020 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6564

FWH, VPN and SMB

... it. If two or more user start working with my application, everything is starting to be very, very, very slow. And I'm talking about minutes, not seconds. I have been told that SMB (1, 2 of 3) might be the problem. If so, what can I do to make my application run much faster? Thanks a lot in advance ...
by driessen
Fri Apr 17, 2020 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2677
PreviousNext

Return to advanced search