Thursday, December 8, 2011

CICS : Setting color of a field Dynamically


We can code move dfhcolor to 'attribute field of that data name'  then that color will be changed .

ex : if field name is marks, to change it's color to blue
move dfhblue to marksa

u can have

dfhblue - blue
dfhpink - pink
dfhgreen - green
dfhyello - yellow
dfhred - red
dfhturq - turqoise

for changing color dynamically the system should support MAPATTS

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.