FORMULA LANGUAGE
Indicates whether the current document has been truncated.
Syntax
@IsDocTruncated
Return value
flag
You typically use @IsDocTruncated in a column formula to display the truncated document indicator. You can also use @IsDocTruncated in a variety of other formulas, including toolbar buttons, hide-when formulas, section editors, window title formulas, field formulas, form formulas, column formulas, selection formulas, and agents.
Documents may be truncated during database replication. Depending upon the type of truncation, a document can be missing an attached file, an OLE object, large rich text fields, or non-summary items.
If the document is truncated, you can obtain the entire document by choosing Action - Retrieve Entire Document, either in the background or during the next replication of the database. You cannot edit a truncated document.
Language cross-reference
Abstract property of LotusScript NotesReplication class
IsAbstract property of Java Replication class
Example See Also