Search found 108 matches: activity

Return to advanced search

Re: Consuta sobre MariaDB/MySql

... two servers and test ? oCn:wait_timeout  // --> 28,800 seconds = 8 hours That means the connection will be closed only after 8 hours of no activity. If there is even a single server access in the period of 8 hours, the connection will continue for another 8 hours from that time. Even after ...
by nageswaragunupudi
Wed Jan 24, 2024 12:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 470

Re: FW_OpenAdoConnection reconnect

... of oCn:State. If the value is 0, the connection is closed. If the value >= 1 the connection is open and the actual value depends on the current activity. If oCn is closed we can try reconnect by oCn:Open() This is a sample code to check the connection status and try to reconnect. function Check( ...
by nageswaragunupudi
Thu Dec 14, 2023 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenAdoConnection reconnect
Replies: 6
Views: 539

Re: Disk activity when using a record

Dear Marc,

I would say that the data come from the cach of the computer

Only when you move to a different record, or you modify the data, the disk will be accessed
by Antonio Linares
Sat Feb 04, 2023 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disk activity when using a record
Replies: 1
Views: 226

Disk activity when using a record

I wonder... (Antonio, ChatGPT is not accessible, to much hits at this time ))))) When a dbf is on a record I have the (BAD) habit of doing calculations like : nAankoop = artikel->new_bruto - (artikel->new_bruto * artikel->korting)/100 nAankoop = nAankoop - (new_bruto * artikel->korting2)...
by Marc Venken
Fri Feb 03, 2023 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disk activity when using a record
Replies: 1
Views: 226

Re: Detect any activity of a window?

Buen día. Puedes usar la función indicada por Leandro, solo modifícala para que "suelte" la ventana o diálogo. En lugar de usar QUIT, use RETURN NIL, o "mate" todo el sistema y reinícielo con .BAT. Tu imaginación es el limite. Prueba y mira con tus propios ojos por favor. Good Mo...
by karinha
Wed Dec 14, 2022 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Detect any activity of a window?
Replies: 4
Views: 357

Re: Detect any activity of a window?

Dear Hakan,

You could use oWindow:bMMoved to check if the mouse was moved over the window
by Antonio Linares
Wed Dec 14, 2022 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Detect any activity of a window?
Replies: 4
Views: 357

Re: Detect any activity of a window?

Thank you very much for your answer.

But, I have more than once windows in my application. I just want to detect only one window. Not all my application.
by Horizon
Wed Dec 14, 2022 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Detect any activity of a window?
Replies: 4
Views: 357

Detect any activity of a window?

Hi,

I have a buttonbar and panel in a window. I use webview in panel. I can use eval class with webview.

I wonder Can I detect any manuel activity in this panel to reset timeout time.

Thanks.
by Horizon
Wed Dec 14, 2022 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Detect any activity of a window?
Replies: 4
Views: 357

Re: Splash Screen for Startuo

... [bAction], [lTransparent] ) Using bAction parameter, we can do silent tasks like connecting to server, opening files, etc (without any screen activity) and be ready by the time splash image is closed.
by nageswaragunupudi
Mon Oct 24, 2022 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 801

Re: How install Harbour on web server

... unless you know exactly what you are doing and you perfectly know how to protect yourself. A hacker may get into your network and sniff your bank activity, personal files, he may encrypt all your files and ask money for them, etc.
by Antonio Linares
Sun Sep 11, 2022 8:52 am
 
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 4989

Re: libharbour.dll virtual machine activity on dbwin32

Dear Otto, we have found that building Harbour with these flags: set HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFF -DHB_FM_WIN_ALLOC the resulting libharbour.dll manages memory much better, as we use the standard Windows API LocalAlloc(), LocalRealloc(), LocalFree(), etc to manage the memory on Windows Also...
by Antonio Linares
Mon Oct 25, 2021 8:57 am
 
Forum: mod_harbour
Topic: libharbour.dll virtual machine activity on dbwin32
Replies: 3
Views: 647

Re: libharbour.dll virtual machine activity on dbwin32

Dear Antonio,
Can you please explain what these tests are about?
Best regards,
Otto
by Otto
Sun Oct 24, 2021 4:46 pm
 
Forum: mod_harbour
Topic: libharbour.dll virtual machine activity on dbwin32
Replies: 3
Views: 647

Re: libharbour.dll virtual machine activity on dbwin32

Mr. Linares,

Incredible the calls that are made to hb_xbfree.

C.
by Carles
Sun Oct 24, 2021 4:39 pm
 
Forum: mod_harbour
Topic: libharbour.dll virtual machine activity on dbwin32
Replies: 3
Views: 647
Next

Return to advanced search

cron