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 |
What is the purpose of PUTOVR keyword?
how we create binder member for updating service program and where we type this code on command line or in program ? strpgmexp pgmlvl(*current) export symbol (xyz0 endpgmexp. plz explain me this step by step .
Write a program to display prime numbers between 1 to 100 using RPGLE.
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?.
3 members in a databasefile .how to read records from all the members?????????
Anybody know the difference of primary file and full procedural file
How can we make use of SETLL operation in CL?
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?
How do I link an existing logical file to it's Physical File without recompiling?
What is Multi Occurrence Data Structure(MODS)?
what is the difference between do while and do until?