G
Guest
Hi, I've created a button in a form that calls the transfertext function to
import a file when it's clicked. Currently the user is not informed when
there are import errors. e.g., type conversion errors in fields - the row is
still imported, and the errors logged in a new table, but unless the user
checks the tables, he wouldn't know there was an error during importing.
is there a way to catch all these errors and prompt the user? And is there
a way to show the user the rows affected (i.e. open the table) by clicking
another button?
Thanks!
import a file when it's clicked. Currently the user is not informed when
there are import errors. e.g., type conversion errors in fields - the row is
still imported, and the errors logged in a new table, but unless the user
checks the tables, he wouldn't know there was an error during importing.
is there a way to catch all these errors and prompt the user? And is there
a way to show the user the rows affected (i.e. open the table) by clicking
another button?
Thanks!