Hi,
I have created a simple table to store the errors during validation of a file. I am able to insert records in the table when I run it. But when I try to do it through code, nothing happens and I do not get any error either.
Same with the delete, I cannot delete records through code.
I am using simple code as below
MyTable.INIT;
MyTable.No := 1;
MyTable.Error := 'Error Occurred';
MyTable.INSERT;
Any idea what the issue might be? Any help will be appreciated.
Thanks,
Aparna
*This post is locked for comments