Hi
I have Parameter as Original , Duplicate , Triplicate , ALL.
If user selects Original then 1 copy should get print.
If All is selected then original , Duplicate , Triplicate copies should get printed
Thanks
Hi
I have Parameter as Original , Duplicate , Triplicate , ALL.
If user selects Original then 1 copy should get print.
If All is selected then original , Duplicate , Triplicate copies should get printed
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit MohantyPosted Dec 4, 2023, 9:11 AM
Check the below code, this may help you to resolve your issue.
Jayraj ChhayaPosted Dec 3, 2023, 4:38 PM
To achieve this functionality in Crystal Report using C#, you can follow these steps:
Create a parameter in your Crystal Report design to capture the user's selection. Let's call it
CopyType. Set the parameter type to "String" and provide the available values as "Original," "Duplicate," "Triplicate," and "ALL."In your Crystal Report design, add the necessary sections for each copy of the invoice. For example, you can have three sections: "Original," "Duplicate," and "Triplicate." Design each section according to your requirements.
In the section expert for each copy section, go to the "Common" tab and set the "Suppress" formula. Use the following formula for each section:
For "Triplicate" section: