mr_suleyman
24th October 2005, 10:59
Hi all,
How to exit report in report side when I find error (like execut(abort.program).
I control report variable values . I want to interrupt report printing in report side when I found wrong variable value. In mainsession program script, I manage to control it by using execute(abort.program).


Thank you for your suggestions...

v_chandra
24th October 2005, 12:17
Hi

Try using end(), stop() in report script, may be this should help you.

Thanks & Regards

mr_suleyman
24th October 2005, 13:16
Thank chandra for your reply. It works for me .