Search found 264 matches: rdp

Return to advanced search

Re: cloud or not cloud

... language, and that was the recipe for its success and strength. All we need is just the adaptation of the DBF format to today’s standards. We have RDP and the internet. For most solutions, we no longer need network drives. We should recognize this reality. It allows for implementing very creative ...
by Otto
Tue Nov 12, 2024 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1034

Re: ADS Question

My guess is that RDP does not stand for what I think it does, I did find CRUD on Google. Do you have an example of this method? My current app is a hybrid of SQL using OLEDB, and DBF/CDX with the ADS RDD (both using ADS). If my client ...
by byron.hopp
Fri Nov 01, 2024 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Question
Replies: 10
Views: 318

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 viable solution. ...
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 ...
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

Marc Venken wrote:The search does not find that link of you post

Marc, you must search for +rdp +manager
by alerchster
Thu Oct 31, 2024 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 355

Re: RDS (Remote Desktop) and FW programming

Over 12 years ago, I already praised the RDP solution as the best for Fivewin applications.

In my case, it was more than 25 years back. :)
by nageswaragunupudi
Thu Oct 31, 2024 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 355

Re: RDS (Remote Desktop) and FW programming

... I am always amazed at how long it takes for an idea to catch on. Look at the date of the posting. Over 12 years ago, I already praised the RDP solution as the best for Fivewin applications. It is also the best step to prepare for the web. Best regards, Otto https://mybergland.com/fwforum/rdpmanager.jpg
by Otto
Thu Oct 31, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 355

Adjusting the setup program

... with what I initially wanted to tackle—and where the biggest improvement could be made—the cash register (WLAN roaming is a shaky thing since RDP requires a continuous stream, which is interrupted by switching between access points). New ideas, not just a 1:1 conversion of the old system to ...
by Otto
Tue Oct 29, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adjusting the setup program
Replies: 1
Views: 128

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

... are so many better solutions. The simplest is a microservice, in case you don’t want to spend money on a RemoteDesktop solution. Otherwise, RDP without source code changes is the most economical solution. And most importantly, it’s future-proof, because you can then simply run a web server ...
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

Ejemplo xbscript

... lo entrego, les doy una capacitación y a partir de ahí pueden defenderse sólos. Si necesitan algo más avenzado, me conecto via Skype, o Anydesk, o RDP de Términal Server, etc., le modifico, agrego, cambio o quito código, sin necesidad de compilar, ni instalar herramientas, ni nada. Un simple editor ...
by Cgallegoa
Fri Sep 13, 2024 10:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo xbscript
Replies: 2
Views: 190

FIVEWIN and the ONLINE VERSION in parallel

Hello friends, In this example, I am working with RDP and FIVEWIN and the ONLINE VERSION in parallel. You can see how I, for example, create an order online and then open it with FIVEWIN (RDP). In principle, it is now working. But now, there are many ...
by Otto
Mon Aug 05, 2024 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN and the ONLINE VERSION in parallel
Replies: 5
Views: 1211

Re: xBrowse on a touchscreen

... a sensor monitor. When you select a menu option with your finger or stylus, everything works fine. 2. If the program is called from a laptop via RDP. When I touch the menu with finger, everything is fine. However, when the stylus moves over the menu, xBrose scrolls at the same time. That is, ...
by Natter
Thu Aug 01, 2024 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse on a touchscreen
Replies: 8
Views: 1115

Re: DBF File Format - Considerations A Secure Option

... different requirements than you. Our customers' networks are small, and so is the amount of data. We only allow our software to be operated with RDP access to its own server. Best regards, Otto My booking system from 2004 - 20 years ago https://mybergland.com/harbourino/htmlpublic/seefeld.jpg
by Otto
Tue Jul 30, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Format - Considerations A Secure Option
Replies: 15
Views: 1695

Re: Switching from memo fields to files -

Hello Tim, thank you very much. As you said, since I switched my installations to RDP, I haven't had any more problems with the memo fields. But we don't store as much in the memo fields anymore. We have a DMS running in parallel where we can store any type of document ...
by Otto
Mon Jul 29, 2024 7:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 840

Re: DBF File Format - Considerations A Secure Option

Hello wartiaga, How does your program work? Direct DBF access by the user is not good. That's why we have switched all applications to RDP. Only the RDP user has access through the program. Except in our case WINHOTEL - there is no program in his account. There are various measures you can ...
by Otto
Fri Jul 26, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Format - Considerations A Secure Option
Replies: 15
Views: 1695
Next

Return to advanced search