Search found 12 matches: simultaneously

Searched query: simultaneously

by Otto
Wed Jan 08, 2025 10:00 am
Forum: mod_harbour
Topic: SIDEBAR NAVIGATION
Replies: 0
Views: 136

SIDEBAR NAVIGATION

We have further developed the menu: You can now open multiple windows, such as cashbook, purchasing, or waiter VW, simultaneously and see at a glance what is happening.
Switching between windows or closing them is just as convenient as on a familiar desktop – but directly in the browser. This way ...
by Otto
Sat Dec 21, 2024 3:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: On every desktop, a web server at your fingertips
Replies: 5
Views: 442

Re: On every desktop, a web server at your fingertips

... Antonio,
Yes, Cloudflare does not provide hosting. It is for security purposes.

In our case, we want/need in-house servers because we work simultaneously with FIVEWIN and mod_harbour on the same DBF files. To use the FIVEWIN programs from PCs (clients) outside the network, i.e., via the internet ...
by Marc Venken
Thu Oct 31, 2024 12:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 1196

Re: RDS (Remote Desktop) and FW programming

... and saving data.
Check Network Bandwidth: Ensure there is enough network bandwidth, especially if multiple users are connecting to the server simultaneously.
2. RDS Performance Settings
Graphics Optimization: Disable unnecessary visual effects in the RDS session (such as animations, shadows, and ...
by Otto
Fri Oct 25, 2024 9:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 1806

Re: Preview of the invoice in advance

... preview in JSON format to the web server.
Fivewin also generates the HTML to send the data.
HTML Launch:

The HTML is called with WaitRun().
Simultaneously, a timer starts to check if a response is received from the client.
Response Check in HTML:

In the HTML, a JavaScript INTERVAL (similar to a ...
by MarcoBoschi
Fri Sep 13, 2024 9:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 11990

Re: slowness

... in my opinion there is a very very large bug somewhere
smb2, index files I don't know but it's absurd

> Marco, how many users are accessing simultaneously? How large are your databases?
only two users
11/09/2024 00:00 781.312 JALA.cdx
29/08/2024 13:33 6.525.890 Jala.dbf
29/08/2024 13:33 1.051.968 ...
by Otto
Thu Sep 12, 2024 4:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 11990

Re: slowness

Marco, how many users are accessing simultaneously? How large are your databases?
It’s hard to give advice without knowing the specifics.
I also noticed back then that when SMB-2 is enabled and you still have older Windows versions running on the network at the same time, it becomes extremely slow ...
by Silvio.Falconi
Wed Sep 11, 2024 11:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : searching Xbrowse ( normal and tree)
Replies: 2
Views: 538

To Nages : searching Xbrowse ( normal and tree)

how to simultaneously search for data (in a get and having a combobox to select the fields)
both in a normal xbrowse and in an xbrowse (the same one) made as a tree?

Do you want a minimal test?

I have already created the example in this topic : https://forums.fivetechsupport.com/viewtopic.php?f=3&t ...
by nageswaragunupudi
Tue Jan 23, 2024 3:25 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 1533

Re: Consuta sobre MariaDB/MySql

Number of connections should not matter.
We personally know companies with hundreds of users simultaneously connecting and working with cloud servers.
No need at all to connect and disconnect every-time. This is definitely not an efficient way.
by Otto
Wed Jan 10, 2024 6:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 758

WebView2 Essentials: Guides, Tips & Resources

... tasks, such as networking or decoding media files.
GPU Process: Handles GPU-related tasks.
This architecture, where multiple processes run simultaneously, enhances performance, security, and stability. It ensures that if one part of your web content crashes or hangs, it doesn't bring down the ...
by nageswaragunupudi
Sun Sep 03, 2023 7:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 4855

Re: not ISOEM(), ISANSI() or IsUTF8()

... but XBrowse saves the modifications to the DBF in OEM. You can use the same DBF with you DOS applications like DBEDIT or XBase++

Even you can simultaneously operate the table both with XBase++ and also FWH XBrowse.
I do not have XBase++, but I tried editing simultaneously with DBEDIT of Harbour from ...
by russimicro
Tue Jun 27, 2023 11:01 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Fw maria-/mysql
Replies: 4
Views: 515

Re: Fw maria-/mysql

... ON, TinyInt is used for Logical values instead.
This setting is used at the time of Creation and Opening of a Table. This setting can be toggled suitably while reading tables created with different settings. There can be different tables opened simultaneously with different settings.

Other methods:
by wartiaga
Mon Apr 17, 2023 4:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Syswait() question
Replies: 9
Views: 876

Re: Syswait() question

... h"
#include "winable.h"
#include "hbapi.h"

HB_FUNC( TRAVATEC )
{
BlockInput( hb_parl(1) );
}
#pragma enddump



Regards, saludos.

Thank you Karinha but it doesn't work well, in addition to that it also disables the mouse and when pressing several keys simultaneously the program interrupts.