When we tried to import a Microsoft Word document using FileImport, the file was successfully imported but we lost some format existing in a Word document.This is the content of our FileImport agent:
tmpFile := @Environment( “TempFile” );
@Command( [FileSave] );
@Command( [FileImport]; “Microsoft RTF”; tmpFile );
@Command( [FileSave] )
Any suggestion?
Thanks!