How to print a tabular form

RobiRobi Member Posts: 4
edited 2002-09-23 in Navision Attain
I would like to add functionality to tabluar forms to directly print them. I know the possibility to copy all data and paste it to Excel and print from Excel. But not all our users have Excel.
Also I would like this functionality to be as universal as possible. Making a report for every form is not an option.
Maybe through some codeunit functions ? Any sugestions ?
®obi

Comments

  • JohnPJohnP Member Posts: 56
    Setup a report with global variables laid out in a grid. You then write code either in the report or externally in a codeunit to fill in the global variables. You then put some way of activating this report on each form. Alternatively, if you can't afford Excel on all the PC's, look at a cheaper alternative (e.g. StarOffice) or think the unthinkable and write a report for each form.

    Cheers,
    John
Sign In or Register to comment.