How to disable options in REXX Panel



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

How to disable options in REXX Panel

Postby Mann_B » Tue Jan 15, 2013 4:29 pm

Hi All

Can we disable options in REXX Panel.

If I need to display details of a student , I have panle like this.
Please select Name or Student id.Please enter Y infront of the option you want to select.
_AName
_BStudent id
Name       :_Name
Student ID:_Stuid
Marks      :


If user gives Y infront of Name in the first option ,then Studentid blank should be disabled (he should not be able to enter anything under studentid once he gives Y for Name) and based on Name (suppose it is uniq) ,i should search for Marks in some file and display in Marks blank.
User should not be able to enter data in Marks blank,I should search for the Name and I shuold make it active thru my REXX pgm and display marks..

Can you please let me know if it is possible.

Code'd
Mann_B
 
Posts: 79
Joined: Wed Mar 31, 2010 11:48 am
Has thanked: 0 time
Been thanked: 0 time

Re: How to disable options in REXX Panle

Postby enrico-sorichetti » Tue Jan 15, 2013 4:48 pm

Can we disable options in REXX Panel.

REXX Panel ... the term is improper ...
REXX panels do not exists , most probably You meant ISPF panels

using sloppy terminology will not stimulate the benevolence of the people with the knowledge to answer

Can you please let me know if it is possible.


YES...

if You do not like YES/NO answers do not ask Yes no questions

how to handle dynamic fields attributes is explained in the ISPF manuals
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: How to disable options in REXX Panle

Postby Pedro » Tue Jan 15, 2013 7:56 pm

Look in Dialog Developers Guide and Reference for .ATTR and .ATTRCHAR functions. Use them in the )INIT section of the panel.
Pedro Vera
User avatar
Pedro
 
Posts: 684
Joined: Thu Jul 31, 2008 9:59 pm
Location: Silicon Valley
Has thanked: 0 time
Been thanked: 53 times


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post