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 to change the name of physical members Dynamically?
give an eg of ACQ-(ACQUIRE),BIT OFF,BIT ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND FUNCTIONING...........
Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?
how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.
What is ment by record level identifier?
what is the difference between the cpyf command crtdupobj command?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
Difference between RESET and CLEAR
1.find most occurrences of a character. for exm: input:aaabbbbdddddyyy output: d 5 times how can i get that?
how to retrieve RRN value in RPGLE program