Importing Text Files

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?
 
A

Allen Browne

Use TransferText in a procedure with error handling.

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