wat is meant by hidden field , why it is used?
Answers were Sorted based on User's Feedback
Answer / afnas
In Hidden field user cant be modified.The difference
between hidden field and non display field is that in non
display user can do modification and cursor will point to
that fled.in hidden field cursor will not point.Hidden
field declared type as H.Normally hidden filed is used to
return the value of RTNCSRLOC(Return cursor Location),CSRLOC
(Cursor Location)function.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / deepak
hidden field can not be modified by user.It can only be
midifile by program. It is widely user in Subfile.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / amit
Hidden fields are defined by there datatype as H in display file. They take the size which you have defined for it. They exist on display file but only used to store some hidden values like RRN in kind subfile record.
Non Display fields are also regular fields from the program. There editcode is Non Display(ND). It is used for hiding a password.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / talk2sreenivas@gmail.com
hidden field is mostly security for the pc user.it can
mostly modified by the user.
| Is This Answer Correct ? | 2 Yes | 7 No |
How can i check the object existance in RPG program without using QCMDEXC command.
Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.
Mr.Yallamanda Reddy P thanks for your answer sir,can we use test(D) opcode in RPG/400,if yes please help me by eloborating on that answer by writing a sample code for that sir
Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
How to declare the pull button in AS/400..
how do u track msg in cl pgm???
what is the difference between the procedure and module in ILERPG?
1. I have2 records in a PF. READ PF DO DSPLY EMPNO RETRN DSPLY EMPNO ENDDO What was the output 2. SETON LR vs RETURN 3. Primary File 4. How to delete a deleted spaces 5. How to read a PF in reverse order in CL 6. I have a object in Lib A, B and C. But it shows in D Lib..Why? 7.
what do you mean by an input subfile, what are the keywords required?
how do I do concatenation in rpg iv, like I do in cl?
what is a rpg?