Importing Text Files

  • Thread starter Thread starter Wesley
  • Start date Start date
W

Wesley

Hi,

How can I test the import of a text file and raise an
error condition which prompts the user that the file
format is incorrect if the import fails?
 
Use TransferText in a procedure with error handling.

It's easy enough to mess up the source file for testing purposes.
 
Back
Top