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 retrieve the field name from display file at run time? Devendra Singh Tomar
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
How can we receive values from a called procedure in RPG?
How to sort an array in descending in RPG
i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.
Job is in MSGW while reading the input file and writing a new record / updating a reacod due to Duplicate data error. What action would you take ( C D I R )...?
3 members in a databasefile .how to read records from all the members?????????
I want my simple Green screen should refersh every 1 min ,How can I do it..? Please share the logic
How do you do indexing in a physical file?
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code