Search found 354 matches: minutes

Return to advanced search

Re: how to find out if a Record was updated ?

hi,
karinha wrote:Jimmy, simples:
// C:\FWH\SAMPLES\JIMMYDTH.PRG

i had same Idea, but it take some Time before i got Result.
DBF was not Update immediately when Data have changed, it take some Minutes before Directory show it ?

seems i have to include a Timestamp Field into every DBF which i want to check.
by Jimmy
Fri Jun 07, 2024 4:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to find out if a Record was updated ?
Replies: 10
Views: 163

Re: Question about wfReadUrl()

... ; xDownWeb := "https://www.ma-consult.be"  ENDCASE The url http://www.maconsult.be doesn't exist. So it takes between 1 and 2 minutes before the next CASE is executed, resulting into xDownWeb = "https://www.ma-consult.be. Another question. What if a url is blocked by a ...
by driessen
Sat Apr 06, 2024 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 3098

Re: Question about wfReadUrl()

Hello Ceasar and Enrico,

I tried both suggestions.

They both work, but both suggestions do have a problem in case the url doesn't exist or doesn't react.
It lasts at least 1 to 2 minutes before the test is passed.

Can we do something about it?

But thank you very much for your suggestions.
by driessen
Fri Apr 05, 2024 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 3098

DateTime calculation

Hello,

Is it possible to perform a DateTime calculation to get current time minus 10 minutes? For example

cTenMinutesBefore := DateTime() - 10

Thank you!
by cdmmaui
Thu Jan 25, 2024 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 740

Re: PrintTable

I resolved with My SuperReport
an old project created with wBrowse way back in 2001 and regenerated last year and tested by some fwhusers

Image

only ten minutes of work :)
by Silvio.Falconi
Fri Jan 12, 2024 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PrintTable
Replies: 3
Views: 633

Re: phpBB to LLM

... with < 200 runs < 2.4 seconds and with the 300th run it is already 5 seconds. CPU utilization 10% and 12.3GB RAM Training after 40 minutes with 500 runs - first output. Process canceled manually. Checkpoint 500 is transferred to wormhole.app. Fourth attempt to further reduce save_steps ...
by alerchster
Wed Dec 27, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 5201

Re: phpBB to LLM

... in 16min. The second round is actually the training and I'm now at 0% after 47 minutes and the open duration is given as 3900 hours - the value is constantly growing. The fine-tuned-model directory is still empty.
by alerchster
Tue Dec 26, 2023 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 5201

Back after 10 years due to illness [ Javier Lloris ]

... has destroyed all my organs including my bones, the worst thing I have is chronic pharmacological pneumonia that I cannot stand for more than 2/3 minutes because I suffocate and have to sit down. immediately wherever or on the ground and put on oxygen and a thousand other things, I don't let my ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 489

Interesting discussion with ChtGPT

... clipper Copy code PROCEDURE Main() LOCAL nHours := 9 LOCAL nMinutes := 30 LOCAL nUntilHours := 11 LOCAL nUntilMinutes := 15 // Convert times to minutes LOCAL nStartMinutes := nHours * 60 + nMinutes LOCAL nEndMinutes := nUntilHours * 60 + nUntilMinutes // Calculate duration in minutes LOCAL nDurationInMinutes ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1427

Re: Windows Defender

I didn't do anything with the file. Everything happened within 1-2 minutes. The
server log says Windows Defender update. I was told that it was the latest version that started deleting files from Program:Win32/Wacapew.C!ml (before that it only warned)
by Natter
Wed Oct 18, 2023 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Defender
Replies: 9
Views: 610

Re: Lost connection to MySQL server during query

... TIMER to check each time interval if the connection exists At the beginning of the application I activate it ** oMAE00VAR:tiempo = number of minutes, normally I put it 2 minutes and define it as an external variable ** MEMVAR->oWPrincipal = It is my main dialog when opening the application ...
by cjcardoza
Sat Aug 05, 2023 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12926

Re: use Result of SQL Query like "ADODB.Recordset"

... of SQL Query where NOT "LIMIT" is used to "open" BIG Table (> 2.000.000) without "LIMIT" it can take Minutes even in PgAdmin next is to "browse" and "navigate" ... when using ADODB i got Method to "navigate" but how with ...
by Jimmy
Fri Jun 30, 2023 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Result of SQL Query like "ADODB.Recordset"
Replies: 4
Views: 401

sleep function

... polling launches a function (FUNCTION POLLING() that performs a lot of things and sometimes I introduce some waits using sleep function for one minutes. Does exist an alternative to sleep function? Is it possible to active a second timer? When the function polling is in execution I perform a ...
by MarcoBoschi
Fri May 26, 2023 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sleep function
Replies: 2
Views: 231

Re: Resized dialog and combobox

... resources ( resources only the bitmaps,cursor,sound) here a test sample to resize a dialog with a xBrowse, two buttons, one combobox ( made on 2 minutes) https://i.postimg.cc/cHghCxyr/po.gif #include "FiveWin.ch"#include "constant.ch"Function TestDlgResize()local ...
by Silvio.Falconi
Wed Mar 08, 2023 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resized dialog and combobox
Replies: 3
Views: 372

Re: Newbie Question : XBROWSE

... you did not try the single line sample we recommended in our last post: XBROWSER cFileDBF which would not have taken more than two or three minutes. Had you tried, you would have already observed that the dialog that xbrowser command creates a DIALOG which can be minimized, zoomed and resized ...
by nageswaragunupudi
Sun Nov 27, 2022 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1662
Next

Return to advanced search