Options

Preview is not allowed

jetins9810jetins9810 Member Posts: 55
Hi all, :roll:

i am on payment journal and form the payment menu button i select
print check. on the print check screen i on clicking the Preview button
the system gives error 'Preview is not allowed' but i required this type of
arrangement. i don't want to use the standard Preview Check functionality.
Pl. sugges the solutions for the problem.

Thenk in advance
With Thanks & Regards
Jetinder Saini...........
CorporateServe Solutions Pvt. Ltd......India

Comments

  • Options
    Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    The Cheque report makes postings in the database when printed. There is a error in the report when previewing to prevent posing without printing.
    IF CurrReport.PREVIEW THEN
      ERROR(Text000);
    

    You can modify the report so that the postings do not occur when previewing or create a copy of the report without the postings which can only be previewed.

    Both are a lot of work. Why can't you use the preview form?
Sign In or Register to comment.