Entry points > Module Supervisor > Standard script TRTEXPOBJ 

DELFIC: Used to delete the export file

This entry point is called at the end of export right after the closure of the file generated.

Used to erase the export file if nothing has been exported, for instance.

Context and operating method

The entry point is called at the end of export. The FICDON variable contains the name of the file generated.
To delete the FICDON file, the user only needs to process an Call EFFACE From ORDSYS and empty the FICDON variable.
The file is empty if filinfo(FICDON,7)=0 and the NBEXP variable contain the same number of generated entries.