FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Remote desktop
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

Remote desktop

Posted: Thu Feb 02, 2012 10:00 PM
Now we are running our software through remote desktop clients.
All is working very well and faster.
You see 2 Ipaq HP
800 * 480
320 * 240
an ECR cash register with a touch screen
and the desktop software WINHOTEL.
Best regards,
Otto
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM

Re: Remote desktop

Posted: Sat Feb 04, 2012 05:31 PM

:D

Marco Boschi
info@marcoboschi.it
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

Re: Remote desktop

Posted: Tue Feb 07, 2012 08:39 AM

RDP-Manager in FW

viewtopic.php?f=3t=23436

Best regards,
Otto

&

Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM

Re: Remote desktop

Posted: Tue Mar 13, 2012 07:16 PM

Dear Otto,

What is RDP concept for PDA? I'm so interesting and have many question.

  • How do you set RDP Screen for PDA?
  • RDP connection limitation, What did you do?
  • What does it store RDP connection ("C:\RDP\")

Regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

Re: Remote desktop

Posted: Wed Mar 14, 2012 10:33 AM

Hello Dutch,

>- How do you set RDP Screen for PDA?
I compiled my FWPPC application with FW. And now the software runs on the server.
For the different resolutions I scale the controls.

[Setup]

resXFaktor = 2
//Aufloesung 480/240 2 480 / 240 = 2 1024/240 4
resYFaktor = 2.5
//Aufloesung 800/320 2.5 640 /320 = 2 600/320 1.6

@ 278 * FaktorHorizontal, 24 * 9 * FaktorVertikal SBUTTON oBtnPW9 PROMPT "9";
SIZE 24 FaktorHorizontal, 30 FaktorVertikal PIXEL FONT Setup():oFntGross of oTische;
ACTION ( ... ) COLORS CLR_WHITE, CLR_BLACK OFFICE TEXT ON_BOTTOM

>- RDP connection limitation, What did you do?
I am not aware of any limitations. We use WIDEFLY terminals.

  • What does it store RDP connection ("C:\RDP\")
    Widefly has good setup possibilities. You can lock the Widefly to a certain SSID and you can switch the terminal to USER mode.
    We put the rdp file into autostart of the terminal.

Hope this info is of some use for you.
Best regards,
Otto

Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM

Re: Remote desktop

Posted: Wed Mar 14, 2012 11:38 AM

Dear Otto,

Does The Widefly Terminal connect to PC without concurrent limitation?

Thanks&regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

Re: Remote desktop

Posted: Wed Mar 14, 2012 11:52 AM

Hello Dutch,
Yes, but we use a Software called xp unlimited on the PC.
Best regards,
Otto

Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

Re: Remote desktop

Posted: Fri Mar 16, 2012 09:16 AM
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM

Re: Remote desktop

Posted: Sun Mar 18, 2012 04:05 PM

Dear Otto,

It's really cool idea, it is quite easy to handle for mobile device. I try with iPhone4 is working so nice too.

Thanks,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM

Re: Remote desktop

Posted: Mon Mar 19, 2012 09:23 AM

Otto,
what about to hide desktop icons and taskbar?
Only the application and at the end an auto disconnect?
Marco

Marco Boschi
info@marcoboschi.it
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

Re: Remote desktop

Posted: Mon Mar 19, 2012 11:01 AM

marco,
you have to setup a remote App.
Then all is working as you asked.
Best regards,
Otto

Continue the discussion