FORMULA LANGUAGE
Examples: @IsNewDoc
1. When used in a window title formula, this formula returns
New Document
while the document is composed the first time. When a document is opened after it has been saved, this formula returns the value of the Subject field.
@If(@IsNewDoc;"New Document";Subject)
2. If a new document is being created, the string
New General Information
appears in the window title. When an existing document is opened, the string
General Information for
, then the contents of the field EmpName, a slash, and then the contents of the field EmpNumber appear in the window title.
@If(@IsNewDoc; "New General Information"; "General Information for" + EmpName + "/" + EmpNumber)
See Also
@IsNewDoc
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary