I have generate the payslip for employees using crystal reports, once the user enter the month and year payslip will automatically genrate,but i have problem in issue date. Issue date will depend on the company(its may one or two or three days after) so
i need to set the issue date how to provided in crystal report
how to set the issue date as parameter,Month and year are in the comand querry by using i can asign the command.month = 5 and command.year =2012 how to set the issue date as user entre, issue date will not in commant query so how it possiabe its their any option
to set dummy parameter only for display perpose.plz help me its arugent.....
raj1947
Member
4 Points
39 Posts
Set issue date in crystal report
Nov 29, 2012 06:22 AM|LINK
I have generate the payslip for employees using crystal reports, once the user enter the month and year payslip will automatically genrate,but i have problem in issue date. Issue date will depend on the company(its may one or two or three days after) so i need to set the issue date how to provided in crystal report
CruzerB
Contributor
5399 Points
1098 Posts
Re: Set issue date in crystal report
Dec 13, 2012 03:19 AM|LINK
Hi,
Since you are able to allow user enter the month and year, you can do the same thing to issue date. Treat it as another parameter will do.
My Technical Blog
raj1947
Member
4 Points
39 Posts
Re: Set issue date in crystal report
Dec 14, 2012 04:21 AM|LINK
how to set the issue date as parameter,Month and year are in the comand querry by using i can asign the command.month = 5 and command.year =2012 how to set the issue date as user entre, issue date will not in commant query so how it possiabe its their any option to set dummy parameter only for display perpose.plz help me its arugent.....
CruzerB
Contributor
5399 Points
1098 Posts
Re: Set issue date in crystal report
Dec 14, 2012 04:56 AM|LINK
You may refer to this link.
http://www.c-sharpcorner.com/uploadfile/john_charles/working-with-parameter-fields-in-crystal-reports/
My Technical Blog