If the ISPF application is your own you can do what you want. you have to code the dialog to take an action when the user puts a plus sign in the line operator '_' much like the ISPF ISMF dialog. I'm not sure if the table row display (PANEL) can be altered once displayed without a new table panel being displayed based on the + line operator, I've not designed any ISPF applications for a while, maybe you can. I would think you'd need to perform a TBDISPL with a panel LIKE the panel you are presenting, with the additional fields, keeping the current row position, then once the - minus sign or END command is entered, you'd go back to the original display. this would be a good exercise and I'm sure some folks that still develop ISPF applications would know for sure.
Carmen Vitullo ----- Original Message ----- From: "ITschak Mugzach" <[email protected]> To: [email protected] Sent: Monday, February 12, 2018 8:57:02 AM Subject: Is this possible to expand only one row in table display? Assume I am listing datasets ip OPT3.4. It is an ISPF table (DSLxxxxx). also assume I have access to code. I would like to enter a plus sign in front of a tbe entry and get the rest of the rows listed bebind the row, without affecting the other rows display (of course they mill move down. When I click '-' is will close the display. Is this possible with Table display? I know how to do that with dynamic areas but it is a more complex. Thanks for your ideas. -- ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Contiguous Monitoring for Legacy **| * ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
