I have a display file with mandatory fields. Is there anyway
that i can highlight those fields to bring attention to the
user? The same behavior that AS400 makes when we attempt to
execute a command without completing all the required
parameters.
Note: I have used DSPATR(HI) or DPSATR(RI) and they have
different behaviors.
Thanks.
Answers were Sorted based on User's Feedback
Answer / amit
Reverse image works fine. Why do u need any other way?
You can also use position cursor so that the cursor will be
placed at that location automatically.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sandy
use COLOR keyword with indicator and turn on the indicator in program where ever its required. please correct me if i am wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
How I can read and display three fields in the record format DSPFM1 of the display file,while one field(using in one file) is NAME which is Key field in field reference file and another two fields are AGE and ROLL NO are using another file. Please send me coding part.
how to declare a constant variable in the freeformat?
maximum number of subfiles that can be active for a single file is?
How many MONMSG commands can declare in a CL program?
What is the purpose of the following I UDS I 1 60ORDER# I 7 90LINE#
what does check opcode is used?
how many printer files can be defined in f specs ?
How to genarate the reports?
Is LDA can be access accross the Job?
What is the purpose of OVRATA keyword ?
What is keyword PFILE specifies ?
When will you use OPEN and CLOSE opcodes in RPG program?