Ankita
30th April 2008, 12:26
Hi,

I want to cancel the sql operation on main table through scriptin based on some condition in the events of main.table.io section of the program script? There is an alternative solution to do in choice section using function choice.again(). But according to my requirement and condition i have to keep it in main.table.io section. Is there any other solution to this problem?

dharam.dv
30th April 2008, 12:50
Please explain you are requirement in detail

Regards
Dharam

en@frrom
30th April 2008, 12:51
In main.table.io you can use the function skip.io() to skip single records, or - depending on your exact requirements, but be carefull with this one - possibly the function abort.io() to abort the current transaction...


Regards,
Eli Nager

Ankita
30th April 2008, 14:21
Thank you. skip.io() worked perfectly.