View previous topic :: View next topic |
Author |
Message |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Thu Aug 19, 2004 2:19 pm Post subject: Display ISPF table |
|
|
[code:1:33f4508d80]
I would like to display an ISPF table in a pop-up window:
Class Status Status Date Cost
------- ------- -------------- ----------
ENG101 C 2004-08-01 1000
ENG202 P 2004-08-10 2000
MAT101 R 2004-08-03 3000
MAT102 W 2004-08-18 4000
.. . ... ...
Status Definitions:
C=Cancelled by Student P=Pending for approval
R=Rescheduled W=Waiting list
I use the following panel to display the table:
)BODY window(77,21)
~Class Status Status Date Cost
~------- ------- -------------- ----------
)MODEL
|
|
Back to top |
|
|
Maton_Man Beginner
Joined: 30 Jan 2004 Posts: 123 Topics: 0
|
Posted: Tue Oct 12, 2004 6:51 pm Post subject: |
|
|
Can you clarify something for me please? Are you wanting the status definitions to change based on whichever codes appear on the screen, ie you have the status codes C, P, R & W being displayed so you want the definitions for those to appear accordingly, and when, say, a Z code appears you want the definition for that to be on the screen? _________________ My opinions are exactly that. |
|
Back to top |
|
|
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Wed Oct 13, 2004 8:16 am Post subject: |
|
|
Maton Man,
Yes, that is exactly what I want. |
|
Back to top |
|
|
Maton_Man Beginner
Joined: 30 Jan 2004 Posts: 123 Topics: 0
|
Posted: Wed Oct 13, 2004 10:16 pm Post subject: |
|
|
You cannot have two scrollable areas on the same panel.
If you limit your table display to a few lines then what you want to do should be feasible using a dynamic area to display the descriptions. However if you display 15 lines of the table say, and you have 10 different codes with long descriptions you are going to run out of room pretty quickly.
Why don't you just use the descriptions in the table instead of the codes?
You might also consider using a two line model to display the description below the rest of the table data. Read up on model sets to work out how to do this. _________________ My opinions are exactly that. |
|
Back to top |
|
|
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Thu Oct 14, 2004 12:50 pm Post subject: |
|
|
Maton Man,
I don't like the look of the two line model. So I am going to place the status definitions into a table to be displayed either from PF key or action bar. Thanks. |
|
Back to top |
|
|
|
|