Run A Form From OnPostReport()

Jonathan2708Jonathan2708 Member Posts: 552
Hi,

Sounds a simple thing to do - just run a form after a ProcessingOnly report has completed. But if I use FORM.RUN the form flickers on then disappears, and FORM.RUNMODAL is not permitted as it is within a transaction.

Any ideas?

Thanks,

Jonathan

Answers

  • krikikriki Member, Moderator Posts: 9,110
    How about creating a codeunit that runs the report and then runs the form?
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Jonathan2708Jonathan2708 Member Posts: 552
    I did it by the report calling a CodeUnit which called the form, works fine.

    Thanks for the reply.

    Jonathan
Sign In or Register to comment.