iLastFile (Function) In french: iDernierFichier Returns: - the full name of the last file generated during the print (PDF, RTF, text, ...).
- the list of created duplicate files.
// Print in PDF mode iDestination(iPDF) // Print the report in PDF format iPrintReport(RPT_Report1) // Open file ShellExecute(iLastFile())
Syntax
<Result> = iLastFile([<Options>])
<Result>: Character string Requested information. <Options>: Optional Integer constant Used to configure the result sent. The available constants are as follows: | | iFile (Default value) | Returns the full path of the last file generated during the print (PDF, XLS, ...). | iListDuplicate | Returns the list of the last duplicate copies created during the print in the following format:
<Full path of 1st duplicate copy> + CR + ... + CR + <Full path of Nth duplicate copy>
|
This page is also available for…
|
|
|
|