Form Name - Lotus script

Lotus Script!When reading responses to a document is it possible to find which form is associated to the data retrieved.

Subject: RE: Form Name - Lotus script

The name (or alias, if any) of the form used to create the document is generally stored in the “Form” field, so the expression doc.Form(0) will retrieve this information. This is not foolproof; if documents are created without the use of a form (e.g. by means of a back-end agent) they might not have a form field; also, documents with stored forms are rather special. I won’t get into detail about those because my advice regarding them is avoid.