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 |
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
What are the values of NUM1 and NUM2 after executing the following code? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2+÷+ResultLenDHHiLoEq C MOVE *LOVAL NUM1 50 C MOVE *J-fIVAL NtJM2 52
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
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.
what is the difference between SETON RT & RETURN?
What is I90(Insure 90)?
In how many ways a session/device error occurs,,, and what is the remedy for it?
i have 6 char field in program, but this field is using in all files i want to chage field size as 10 char , how can i do this except using *like defn...?
1.find most occurrences of a character. for exm: input:aaabbbbdddddyyy output: d 5 times how can i get that?
What is the significance of UDATE?