At 11:41 AM -0400 4/26/02, Steve Messimer wrote: >I would like to set a new tab order within the grp that supercedes >the creation order of the fields.
Steve, try an "on tabKey" handler. It can be placed in field script or if it makes better sense, at some other scripting level. The handler can use "word 2 of the selectedField" to identify which field the cursor is in, then "select text of <your next field>" to advance to the next field. Or, if the shiftKey is down, retreat to the preceding field. Karl _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
