ISPF Panel - TAB order...



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

ISPF Panel - TAB order...

Postby jkusb » Wed Mar 20, 2013 8:42 pm

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
jkusb
 
Posts: 10
Joined: Wed Oct 12, 2011 11:19 pm
Has thanked: 0 time
Been thanked: 0 time

Re: ISPF Panel - TAB order...

Postby enrico-sorichetti » Wed Mar 20, 2013 9:05 pm

not always You can have/do what You want :mrgreen:
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: ISPF Panel - TAB order...

Postby Robert Sample » Wed Mar 20, 2013 9:44 pm

3270 screens do not work like PC displays. The tab order for a 3270 screen is left to right on each line, then top to bottom. And no, this is not a very common question since few people get very far with mainframes without learning about 3270 displays.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: ISPF Panel - TAB order...

Postby jkusb » Wed Mar 20, 2013 10:12 pm

Thank you, I'll stop looking, good to get the answer. (and boy, must be a slow study, been working with mainframes since 1984 :-/ (tho I've been using ISPF all this time I haven't written ISPF Applications before)... not sure how I missed knowing this if its something "everybody" knows, guess I'll hang my head a bit today in sad dejected self-doubt :-/))
jkusb
 
Posts: 10
Joined: Wed Oct 12, 2011 11:19 pm
Has thanked: 0 time
Been thanked: 0 time

Re: ISPF Panel - TAB order...

Postby dick scherrer » Thu Mar 21, 2013 12:33 am

Hello,

Don't beat hyourself up too much. Things never used won't be "remembered" . . . ;)

d
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post