FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Dialog Get/Focus
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Dialog Get/Focus
Posted: Thu Sep 17, 2015 12:59 PM

Hi All,

Quick question.... I have a dialog with a bunch of gets.
Let's say one of my gets is only 20 chars long. As the user type and gets to the end of the 20 chars it will automatically move to the next get.
Is there any way I can force it to stay in the original get and beep or something when they get to the end? Thus forcing them to TAB over to the next files.

What happens is this. If the user does not notice they have moved onto the next get, they could start typing over some data that may already be in the second get. Thus losing that data.

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Dialog Get/Focus
Posted: Thu Sep 17, 2015 01:23 PM

Try SET CONFIRM ON ?

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Re: Dialog Get/Focus
Posted: Thu Sep 17, 2015 01:29 PM

Thank you... That solved my problem :)

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)

Continue the discussion