Hi All,
My requirement is to hide the input field when it is initial.I am using the form calc scriptiong to do the same but i am unable to hide the field.
For example: My form has only one field
User Name Developer
when it is developer nothing should display
I am using the belwo written code:
If($record.VALUE == "Developer")
$record.VALUE = "HIDDEN"
Endif.
Can anybody help me resolving this issue.
Regards
Lalit