Edit Content
Click on the Edit Content button to edit/add the content.

October 1, 2009

The Required Command

Use this command when a field should not be left empty on the interview.   Command structure: «Required(AccountNumber)»   Examples of usage: Mark one mandatory field as required:«Required(AccountNumber)» Add a second parameter to the command

Read More »

The Today Function

Today inserts the current date into the document. It can be formatted in the same way as for FormatDate.   Command structure: «Today(‘MMMM d yyyy’)»     Examples of usage: A template run on the

Read More »

The Now Function

Now() inserts the current date and/or time into the document. It can be formatted in the same way as FormatDate.   Command structure: «Now(“d MMMM, yyyy”)»   Examples of usage: «Now(“d MMMM, yyyy”)» yields “2

Read More »

The SetSavedDocumentFileName Command

The «SetSavedDocumentFileName()» command not only ensures that the merged document is saved, but also how it should be named. In the desktop (Word) version of XpressDox, there is a checkbox for the user to choose

Read More »

Min

Min calculates the minimum of two values: The minimum of «Number1» and 100.1 is «Min(Number1,100.1)».

Read More »

The List Command

The «List»() command is a way of listing the names of parties is all in one phrase, with a comma separating each pair of names except for the last two which are separated by the

Read More »

The Caption Command

A caption can be used to make the question text for a field more descriptive on the interview.   Command structure: «Caption(FieldName,Descriptive Caption Text)»   Examples of usage: Simple example:«FirstName»«Caption(FirstName,First Name of Defendant)» Style the

Read More »