Hi,
what you can do:
before transfertext you delete at import errors table you have, then run
transfertext, after it you check for import errors table - once one is
exists - you can give a warning to user and then show data.

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
> Hi, I've created a button in a form that calls the transfertext function
> to
[quoted text clipped - 10 lines]
>
> Thanks!
Darryl - 08 Mar 2005 01:17 GMT
Hi Alex, thanks for the suggestion. How would I be able to identify which
table contains the import errors? Will the table name always be the same,
allowing me to hard code the table name in the code?
> Hi,
> what you can do:
[quoted text clipped - 16 lines]
> >
> > Thanks!
Alex Dybenko - 08 Mar 2005 18:02 GMT
Hi,
i do not remember naming convention for import errors table, but once you
get it- you will know. just make you you delete any of it before
import -then once you have it after import - thn error(s) occure

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
> Hi Alex, thanks for the suggestion. How would I be able to identify which
> table contains the import errors? Will the table name always be the same,
[quoted text clipped - 26 lines]
>> >
>> > Thanks!
Darryl - 09 Mar 2005 01:17 GMT
Alex, I've got it working now... Thanks again...