I have a Crystal Quick report under Customer order view.
I have two custom Menus (MenuItem1 and MenuItem2) which prints the same report.
MenuItem1 = Print the report with the “Summary” field
MenuItem2 = Print the report without the “Summary” field
I have added an Crystal report parameter - Print_Summary
If Print_summary is true, summary is shown else suppressed.
My question is how can I pass a static parameter value True or False to these MenuItem1 or MenuItem2 so that I can show or hide Summary.
I do not want user to change the quick report parameter during runtime - that is the reason I use two different menus for the same report.