Description
Read-only. This function returns the fully qualified path name 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.CurrentDataImageName
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).
CurrentDataImageName is the command.
Example
MsgBox "Current image is " & Application.CurrentDataImageHeight & " pixels tall"