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 will you display a particular page in subfile ?
How many primary files allowed in a program?
what are the three line types in rlu ?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
which cl command is used to trap error messages during program execution?
What Is Default Data Type (if You Define Decimals '0') In Physical File?
What is the default access path of a file?
what are the parameters required for calling ls & get command(SFTP COMMANDS) from cl progtram.... I want to transfer files(using GET COMMAND) that are retrieved by LS command ...FROM 1 SYSTEM TO ANOTHER... STEP 1:LS-list all files...from remote system STEP 2:GET-actually transfer the files(listed in step 1) from remote system to local system & get stored in some Physical file....Plz reply in detail...Thanx
What are the different types of specification available in RPG/400 ?
what are the uses of factor1, factor2 and result field for the rpg operation code parm?
How to see all members of a file?
1.What is the difference between regular join logical file and non join logical file? 2.what are the nessasary keywords for non join logical file