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.
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.
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.
James:
Thank you very much. Worked flawlessly !