wat is meant by hidden field , why it is used?

Answers were Sorted based on User's Feedback



wat is meant by hidden field , why it is used?..

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

wat is meant by hidden field , why it is used?..

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

wat is meant by hidden field , why it is used?..

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

wat is meant by hidden field , why it is used?..

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

Post New Answer

More RPG400 Interview Questions

In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?

4 Answers  


Maximum how many files declare in rpgle

3 Answers   TCS,


Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?

0 Answers  


can anybody explain significance of *loval setll with example code????

3 Answers   HSBC,


Can someone tell me tell me what is meant by message wait...?

1 Answers  






how do I declare a table or array in rpg iv?

0 Answers   IBM,


How do you code file / field renames in ILE RPG?

4 Answers   Accenture, IBM,


wat is curser?? and its types???

4 Answers   HSBC,


Can anybody tell me, does CL/400 handle LEVEL check while running the CL program....? plz share your experience...

4 Answers  


how does the rpg element work?

0 Answers   IBM,


Can we possible to key with the date field?

1 Answers   IBM,


Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?

1 Answers  


Categories