Hi !
I'm trying to work out in crystal report about repeating all the sections (report header up to report footer) in a single page. I mean, if that report consumes only half of the page, the next report to repeat shoud start on the next half. Is it possible?
My filter in my report uses From and To.
Ex.
I need to display all the ingredients of my menu. My menu_table have Menu_ID from 1 - 15. Each menu have their ingredients.
I need to display all the ingredients of each menu (including menu title)that hasmenu_id from 1 to 10.
It should return in my report like this,
------Sample only---------------------------------------------
Menu 1
Ingredients qty unit cost total cost
fish 2 50 100
Vegies 5 10 50
total 7 60 150
---------------------------------------------------------------------
Menu 2
Ingredients qty unit cost total cost
Meat 1 50 50
Vegies 5 10 50
total 6 60 360
------------------------ so on up to 10.
In my crystal report, this are the parts.
menu1 - report header
Ingredients , qty, unit cost, total -page header
fish, vegies - details
total - report footer (This total is a summary field in Crystal Report).
I realy need this to work. Any help is much appreciated!
Thanks you!
Pem