Search found 895 matches: level

Return to advanced search

Think Bigger - Think on Future

Hello friends, It is entirely possible to build your own CRUD functionality using low-level functions, especially in an RDP environment where database access is limited to the RDP server or the web server. With appropriate file and memory management, this can be a ...
by Otto
Fri Nov 01, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Think Bigger - Think on Future
Replies: 0
Views: 152

Re: ADS Question

Hello friends, Let's forget all this overhead. Switch to RDP, use low-level functions for CRUD operations on DBF. Index files are practically of little use today, and if we ever needed them, we could simply create a new format: DBF FW lite index format - DFX. ...
by Otto
Fri Nov 01, 2024 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Question
Replies: 10
Views: 318

Re: RDS (Remote Desktop) and FW programming

Jack wrote:Hellow,
With Remote desktop, all the process is done on server level .
On the local computer, it is only a camera that show you a view of a session on the server .
Philippe


Is that how I should look at RDS system ? Somewhat like Team-Viewer ?
by Marc Venken
Thu Oct 31, 2024 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 355

Re: RDS (Remote Desktop) and FW programming

Hellow, With Remote desktop, all the process is done on server level . On the local computer, it is only a camera that show you a view of a session on the server . You can test environment : winfo:="" winfo:="Remote CLIENTNAME:"+GETENV("CLIENTNAME") ...
by Jack
Thu Oct 31, 2024 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 355

Re: Preview of the invoice in advance

... doing it that way. But the issue is that customers don’t want to give you their email address or phone number. Guests or customers want a certain level of privacy. The solution I now have – if you had self-hosting or access to the firewall – then you could program a lot of things more easily. ...
by Otto
Sat Oct 26, 2024 7:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 628

Re: Switching to Web

... cause issues with a future Windows update. I think it's always good to start looking around in advance. Currently, I'm experimenting with low-level access to DBF. It's actually working surprisingly well. I have a test browser here where I can easily open various DBF files and try out a few ...
by Otto
Thu Oct 17, 2024 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Web
Replies: 2
Views: 323

Re: Esperar a que termine la plicaion llamada con ShellExecute

... remains active. 5 - Activates a window and shows it in its current size and location. 6 - Minimizes the specified window and activates the top-level window within the system list. 7 - Displays a window as an icon. The window that is currently active remains active. 8 - Displays a window, in ...
by karinha
Sun Oct 13, 2024 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Esperar a que termine la plicaion llamada con ShellExecute
Replies: 7
Views: 284

Re: Browse of my ADO Class

... modal processes in a multithreaded environment so far because I didn't see the point in using this technique for that. I think that at the process level we can use other functions that would give us fewer problems What I have tested in depth and with various examples and running programs is the ...
by cnavarro
Sun Oct 06, 2024 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 43
Views: 1984

Re: FWH: MySql/MariaDB: RowSet object

... class? Our database classes inherit from tdatabase() and would be easy first step to replace tdatabase() functionality without changing higher level code... Taavi.
by Taavi
Tue Oct 01, 2024 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 55
Views: 23592

Re: imagelist on tree

...        oTree:SetImageList( oImageList ) Now run !! https://i.postimg.cc/vmjPjJSV/oo.png but the second level must have arrow.bmp and not the same as first
by Silvio.Falconi
Mon Sep 30, 2024 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: imagelist on tree
Replies: 15
Views: 561

Re: slowness

... as well. I didn't even know that such large fields could be used. But now that I'm working more with the DBF format due to the php4dbf low-level access, there really seems to be no limit here. Thank you for sharing this idea. I bypass the FTP issue with external files. Have you never had ...
by Otto
Wed Sep 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 75
Views: 3130

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

I understand. I will test with xHarbiour64 and get back. Earlier also I remember we found a low level issue with release of memory when oCn and oRs variables are released. Meanwhile, can you please test another minor variation? #include "fivewin.ch"static oCnfunction ...
by nageswaragunupudi
Sun Sep 22, 2024 2:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1330

Re: SetGroupHeader and headers

Marc Venken wrote:You are making a groupheader already and as far as I know a other level of groupheaders is not yet implemented.

too bad because it's a useful thing
by Silvio.Falconi
Fri Sep 20, 2024 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetGroupHeader and headers
Replies: 2
Views: 96

Re: SetGroupHeader and headers

You are making a groupheader already and as far as I know a other level of groupheaders is not yet implemented.
by Marc Venken
Fri Sep 20, 2024 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetGroupHeader and headers
Replies: 2
Views: 96

Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao

... especially if you're handling data with a structure (like DBF files) that SQL databases may not natively support as efficiently. By using low-level functions or custom-built code, you can optimize the processing for your specific use case, eliminating the overhead that generic SQL query parsing ...
by Otto
Thu Sep 19, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
Replies: 5
Views: 303
Next

Return to advanced search