I have Googled... and looked in this forum... looked in documentation... I know this must be a common question, but I can't find the answer.
I have a Panel and pressing the TAB key moves the cursor in this order...
1 2 3
4 5 6
7 8 9
What I would like is for the TAB key to move the cursor in this order...
1 4 7
2 5 8
3 6 9
I don't do anything fancy (no popup, or boxes or dynamic anything... just plain panel fields like "Name...$Z+").
I don't want to post too much here, but I'll be glad to provide any of my code you would like to see. I guess it may be helpful to see the ATTR section.
)ATTR DEFAULT(%+_)
¬ TYPE(OUTPUT) INTENS(NON) SKIP(ON)
@ TYPE(TEXT) INTENS(HIGH) COLOR(PINK)
$ TYPE(INPUT) INTENS(LOW) PAD(_) /* input padded '_' */
! TYPE(INPUT) INTENS(LOW) PAD(' ') /* input padded ' ' */
? TYPE(TEXT) INTENS(HIGH) COLOR(TURQ) HILITE(REVERSE)
So, is there something not too complicated that I could do to control TAB Order?
Thank you for taking the time to help,
Jeff