Re: DEV/2000 - 4.5 TAB ORDER

From: Patrick Flahan <flahan_at_earthlink.net>
Date: Wed, 16 Sep 1998 19:30:52 -0400
Message-ID: <6tphks$84d$1_at_ash.prod.itd.earthlink.net>


You can use the Key-Next-Item and Key-Prev-Item triggers to do what you want.

Create the trigger on the item that when you tab out of it you the focus to go the next block.

So, in your example block.A.field2 would need a key-next-item trigger and in the trigger you could use a go_item('block.B.field1'); . And in block.B.field1 you could create a key-prev-item that will have a go_item('block.A.field2'); in it so the focus will go back to the original field.

Hope this helps,
Patrick Flahan
flahan_at_earthlink.net

George Dimopoulos wrote in message <6tpcs5$7af$1_at_nntp.ucs.ubc.ca>...
>I have one canvas, 3 blocks, each block as multiple fields.
>
>lets use following example as the canvas
>
>block.A.field1 block.A.field2 block.B.field1
>block.C.field1
>
>
>I want to be able to cursor through the form in following order
>
>block.A.field1 to block.A.field2 to block.B.field1 to block.C.field1
>and in reverse order.
>
>Any ideas?
>
>I have looked at go_item, next navigation item, next block
>no where.
>
>I have also ordered blocks as A,B,C
>
>any answers please email me at george_at_hivnet.ubc.ca
>
>thx in advance
>
>
Received on Thu Sep 17 1998 - 01:30:52 CEST

Original text of this message