ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Reverse image on ONE sfl field

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Reverse image on ONE sfl field

    Hi,

    I have a sfl with 18 input fields. When there is an error, I would like that particular field to have reverse image turned on, rather than all the fields. How do I achieve this?


  • #2
    In the DSPF the following code must be added for *each* field that needs to be reverse image.

    Code:
         A            TXT03         55A  B 17  3                                    
         A  85                                  DSPATR(RI)
    '85' is an indicator that that must be 'turned on' in your program in order for the field to appear in reverse image.

    As a note, you can use any valid indicator, '85' is an just an example.

    Walt
    Last edited by wegrace; January 5, 2018, 10:58 AM.

    Comment

    Working...
    X