loadDescriptionByName

loadDescriptionByName(fileName: String): Boolean updating;

The loadDescriptionByName method of the JadeAuditAccess class attempts to load the description file specified in the fileName parameter, rather than displaying the common File Open dialog. This method returns true if the specified description file loads correctly; otherwise it returns false.

The value specified in the fileName parameter is appended to the value of the descriptionPath property, to access the description file. If the description file is not available, the loadDescriptionByName method returns false. In addition, a two‑digit or a four‑digit year value in the file name of a description file is handled correctly.

This method ignores the value of the autoDescription property.

The descriptionTS property value is assigned only after a successful description load.