Search

SetSavedDocumentFileName

Too many files in a folder

Symptoms: An error message upon assembly stating that there are too many versions of a file in a folder The folder containing the documents cannot be browsed Too many files in a folder Unless otherwise specified, assembled documents are auto saved to a default location and given a name. The...

Advanced file handling

As well as configuring the folders where documents and data are to be stored, the filename which will be given to the saved documents and data can be defined, using the 'Pattern for saved file name' described in configuring standard folders.

GetValidFileName - XpressDox

The GetValidFileName function will examine a value for characters which are illegal in a file name, and either remove those illegal characters, or replace them with a string supplied to the function.

Force saving of merged documents - XpressDox

When the file name of the merged document is provided either in the configuration, or using the «SetSavedDocumentFileName()» command, then XpressDox will save that merged document regardless of whether or not the user checks the Save Merged Document? check box on the data capture interview for that template.

SetSavedDataFolder - XpressDox

Classic Usage In addition to forcing the saving of data sets and naming them using the SetSavedDataFileName command, the template author can use the «SetSavedDataFolder()» command to define where the data sets should be saved. Here is an example: «SetDataSaveFolder(Datasets\<AccountNumber>)» If the DataSaveFolder set in this way is a relative...

SetSavedDocumentFileName - XpressDox

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 whether or not to save their assembled document. But regardless of whether the user checks...

SetSavedDocumentFolder - XpressDox

Classic Usage In addition to forcing the saving of documents and naming them using the SetSavedDocumentFileName command, the template author can use the «SetSavedDocumentFolder» command in the template to have control over where the documents are stored. Here is an example: «SetSavedDocumentFolder(Documents\<AccountNumber>)» If the Document Save Folder set in this...

SetSavedDocumentNameVersioning - XpressDox

Switch on and off versioning of documents assembled by XpressDox Using the SetSavedDocumentFileName command you can determine a meaningful file name for your assembled document. And by default if a subsequent file is created with the same name, the file is versioned. This can be switched off using the «SetSavedDocumentNameVersioning()»...
Loading...