Related Topics:

Managing Preferences

Static Pages

For some features, you can customize the interface to meet your particular needs by editing files stored directly on the web server.

Tip: Starting in Version 11.1.3, if the record has an Attachments Table detail (also called "Associated Files"), the default XSLT templates installed with XFRACAS will display any attached image files (e.g.,*. jpg, *.gif, *.jpeg or *.png) as images in the print preview. If you need to change the list of file types that are treated as images, you can modify the following code in the template:

<xsl:when test="AttachmentType = 'Blob Data' and ('jpg' = substring($imageName,string-length($imageName) - string-length('jpg') +1) or 'gif' = substring($imageName,string-length($imageName) - string-length('gif') +1) or 'jpeg' = substring($imageName,string-length($imageName) - string-length('jpeg') +1) or 'png' = substring($imageName,string-length($imageName) - string-length('png') +1))">

 

© 2006-2018. HBM Prenscia Inc. ALL RIGHTS RESERVED.