Checking field's hidden property programmetically

How can I check whether a field in a form is hidden or not programmetically through lotusscript? Please anyone help

Subject: checking field’s hidden property programmetically

I think you mean to check whether the field has a hide-when flag or formula, but you should be aware that even though you can see that in the properties box when editing a field, it is really a paragraph property, not a field property. As for how to check it, you would need to either dump the field to DXL and check there or use a third party product. The standard LotusScript classes do not contain this sort of information.