In crystal reports how can I add a create a parameter field that would take a value say 100 and keep incrementing each time a report is printed. Can any one help me please
If you have CR 9 and a SQL database, or are able to use a Stored Procedure, you can accomplish this.
In CR 9 you would write SQL to include incrementing a number each time the report is run, writing it to a table, and then selecting it as part of the result set afterwards, the same theory applies with a SP.
This would not allow for failed executions, depending upon where the failure was.
Otherewise you might use some front end code in VB or whatever to do this.
Adding technical information to your posts will help people identify solutions.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.