Returns the names of all image files containing appendices belonging to the current form, both front and back pages. The string returned has the following format:
All file names are separated with a comma delimiter. The first file name includes the complete path, while subsequent file names do not. The last file name ends with two commas. Example:
C:\Program Files\ReadSoft\FORMS\Img\4K943003.tif,4K943005.tif,4K943007.tif,,
FormScanEnd would be an appropriate event from which to call this method.
This method cannot be used in FORMS Interpret if you are importing image files, because in that case you do not have access to appendices. The methods work in Interpret only if you are interpreting forms from the database (forms that have been scanned using FORMS Scan).
If there are no appendix files, the string will be empty.
Object.AppendixFileNames
String
Read only