‎2007 Apr 17 1:06 PM
HI
CAN ANYONE TELL THE USE OF HIDE STMT...
As per the documents it is saying that hide stmt will retain the fields value decleared in hide,and that value will be printed in next write stmt,but it is not printing the fields decleared in hi de stmt, can anyone help me out with coding ?
‎2007 Apr 17 1:08 PM
Hides the contents of the field f in relation to the current output line. If you select this line, the system automatically assigns the hidden value to f .
Such a selection may result from any of the following:
AT LINE-SELECTION AT PFx AT USER-COMMAND READ LINE
<b>To hide the contents of a field, you do not need to output the field beforehand with WRITE .</b>
‎2007 Apr 17 1:10 PM
Refer the demo program: for sample code:
demo_list_hide
Regards,
Ravi
‎2007 Apr 17 1:14 PM