FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour paste to getfield
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
paste to getfield
Posted: Fri Jan 23, 2009 04:57 PM
Some of my customers complain about that if they paste a long text to a getfield that only a part of the original text is shown.
I tried to test this with an original FIVEWIN program with the same result.
If I insert than mark the get and insert again the whole text is taken.

testfoc.prg

Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: paste to getfield
Posted: Fri Jan 23, 2009 09:41 PM

Open testfoc.rc with BRW, double click on a GET and click on Automatic scroll Horizontal.

EMG

Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: paste to getfield
Posted: Fri Jan 23, 2009 10:16 PM

Enrico,
would you be please so kind to post the working rc-file.
Thanks in advance
Otto

Posts: 782
Joined: Wed Dec 19, 2007 07:50 AM
Re: paste to getfield
Posted: Fri Jan 23, 2009 10:42 PM
Otto wrote:would you be please so kind to post the working rc-file.
Hi Otto:

Here you are a working TestFoc.rc
TESTFOCUS DIALOG 6, 15, 207, 113 
STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 
CAPTION "Testing Focus" 
FONT 8, "MS Sans Serif" 
{ 
 GROUPBOX "", 301, 8, 3, 192, 82, BS_GROUPBOX 
 LTEXT "Get - 1", -1, 20, 23, 30, 8 
 EDITTEXT 101, 58, 20, 132, 13, ES_AUTOHSCROLL 
 LTEXT "Get - 2", -1, 19, 44, 30, 8 
 EDITTEXT 102, 58, 41, 132, 13, ES_AUTOHSCROLL 
 LTEXT "Get - 3", -1, 19, 65, 30, 8 
 EDITTEXT 103, 58, 62, 132, 13, ES_AUTOHSCROLL 
 PUSHBUTTON "&Create", 104, 74, 92, 40, 15 
 PUSHBUTTON "&Save", 105, 117, 92, 40, 15 
 PUSHBUTTON "&Ok", 106, 160, 92, 40, 15 
}
Best regards.

Manuel Mercado
manuelmercado at prodigy dot net dot mx
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: paste to getfield
Posted: Sat Jan 24, 2009 04:22 AM

Enrico, Manuel,
thank you. Now it is working.
Best regards,
Otto

Continue the discussion