I like that! Might even be good to have a custom property that defines the next field? Pete Molly's Revenge <http://www.mollysrevenge.com>
On Sun, Apr 17, 2011 at 11:11 AM, <[email protected]> wrote: > Mike is correct of course. Sometimes though, it is either inconvenient or > counterproductive to re-order the fields. You can always trap the tabKey > message and explicitly select the text of the field you want: > > > on tabKey > select the text of fld "yourNextField" > end tabKey > > > Put this in all the fields in your tab order and designate the one to > follow. > > > Craig Newman > > > > > > > -----Original Message----- > From: EDWARD DENES <[email protected]> > To: [email protected] > Sent: Sat, Apr 16, 2011 7:16 pm > Subject: Data-Entry in a LiveCode form using the tab key > > > I have constructed a form in LiveCode; I want to complete the data > entry in each field by using the tab key. Is there a way to reconfigure the > "tab sequence" of fields so that as one tabs and then types in the data, one > progresses through each field sequentially throughout the form? > Thanks, > Ed Denes > > CONTACT INFO: > > Edward J Denes > 510 Allyndale Drive > Stratford, CT 06614-4308 > > [email protected] > > (203) 378-3111 > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
