Link to home
Start Free TrialLog in
Avatar of asdf13
asdf13Flag for Germany

asked on

RPG subfile programming

How to mark a field in a subfile record   with special color ?

If there is a condition for the subfile-line-field (columne in this line), the filed should be display in special color.
Because Subfiles record is writen with a simple "write"  to subfile : are there indicators possible for fields in subfile-line ?
Avatar of Gary Patterson, CISSP
Gary Patterson, CISSP
Flag of United States of America image

Field attributes like color can be specified with the DSPATR keyword in DDS.  You can control it with an indicator, or specify a program-to-system field.  It is all covered pretty well with examples in the DDS documentation:

https://www.ibm.com/support/knowledgecenter/ssw_i5_54/rzakc/rzakcmstdfdspat.htm
ASKER CERTIFIED SOLUTION
Avatar of Gary Patterson, CISSP
Gary Patterson, CISSP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of asdf13

ASKER

Thanks !
Avatar of asdf13

ASKER

best advice.