2007 May 07 5:46 PM
Dear all,
How to make a certain field on the screen 'display' or 'edit'.
Loop at screen.
if field-name = XYZ
screen-input = '0'.
endif.
modify screen .
endloop.
Will this work....
Dear all,
How to make a certain field on the screen 'display' or 'edit'.
Loop at screen.
if field-name = XYZ
screen-input = '0'.
endif.
modify screen .
endloop.
Will this work....
2007 May 07 5:48 PM
2007 May 07 5:53 PM
Yes it will work. For better results, just move the MODIFY statement inside the IF or change the IF ... ENDIF to a CHECK statement and remove the quotes around the 0.
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |