View previous topic :: View next topic |
Author |
Message |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Mon Aug 01, 2005 4:47 pm Post subject: Top-Row-Display Indicator |
|
|
I want to replace the Top-Row-Display indicator "ROW x to z OF y" by "Loan x to z OF y"? According to the manual, I can define an alternate indicator if I assign a message ID to ZTDMSG. How can I get the value of x, y and z set by ISPF prior to calling TBDISPL? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Tue Aug 02, 2005 3:10 am Post subject: |
|
|
ISRZ001 requires a setmsg, but the ztdmsg variable is built in to table display. I think you need to query the current row ptr ( TBQUERY POSITION() ) but it has been a long time since I did ISPF tables. To get the number of items on the screen, you may need to add an LVLINE() call to the panel and do some math. |
|
Back to top |
|
 |
|
|