FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to go to a particular GET.
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
How to go to a particular GET.
Posted: Mon Aug 08, 2011 10:29 AM

Guys:

When entering data in a form, how can I allow the user go to a particular GET via an accelerator (Alt-key) combination ?

Thank you.

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: How to go to a particular GET.
Posted: Mon Aug 08, 2011 02:17 PM

Here is an old message on that:

From: "Luis Krause Mantilla" <lkrausem@shaw.ca>
Subject: Re: get +accelerators
Date: Monday, December 09, 2002 2:01 PM

The accelarator has to be a TSay (static text object) define just before your TGet

@ 0,0 Say "&This is the caption:"
@ 0,15 Get oGet Var cGet

If you do it from resources instead, just make sure that in the Tab Order the Say comes first.

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: How to go to a particular GET.
Posted: Mon Aug 15, 2011 12:58 AM

James:

Thank you very much. Worked flawlessly !

Continue the discussion