Description
Read-only. This function returns the file name, without the path, of the current data image.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.CurrentDataImageShortName
Parameters
Object is a reference to the Application or Form object. For more information, see Application Object (page Application Object) or Form Object (page Form Object).
CurrentDataImageShortName is the command.
Example
strName = Form.CurrentImageOriginalImportName
MsgBox "Original import file name was " & strName