using TAB, ENTER or RETURN to advance fields by force

Pete pete at mollysrevenge.com
Wed Aug 3 02:59:28 EDT 2011


Hi MIke,
You don't need to write any code to do this.  The tab key should
automatically move the cursor to the next field.  For the Return/Enter key,
just set the autoTab property of the field to true in the Inspector for the
field.
Pete
Molly's Revenge <http://www.mollysrevenge.com>




On Tue, Aug 2, 2011 at 11:26 PM, Admin <admin at mfelkerco.com> wrote:

>
>
> Hello again.
>
> I want the user to go to the next field (by force)
> by pressing either the TAB key, the ENTER key or the RETURN key.
>
> How
> do I do this in code?
>
> I know you can write the following:
>
> on
> enterkey
>
>  --go to field "MiddleName"
>
> end enterkey
>
> same with
> tabkey. However, it does not work.
>
> I appreciate your help everyone.
>
>
> Mike
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>



More information about the use-livecode mailing list