Hi I've an application which lists the orders generated by the customers. The grid shows the order number & print icon against each order on the first screen allowing me to take print out of each order in crystal report one at a time. For priting the order, I have 3 datasources, one for the items in the order, one for displaying the taxes in order and other for displaying other informations about the order.
Report Header - Page Header - Detail section to print the items in the order (Data Source) - Sub Report for printing Tax Detail of the order (Data Source for Tax) - Page FooterReport Footer
I want to now print a range of orders .i.e. the user will select the orders to be printed and click on the print button only once.
Crystal Report should now print the orders one after the other .i.e. Order 1 should be printed on page 1, Order 2 should be printed on 2nd page and so on.
Is this possible? Any help will be appreciatedWarm RegardsSrid
Edited by srid - 26 Feb 2012 at 9:11pm