Hello,
I am preparing a crystal report. I have following summary fields in it.
Minimum of SrNo
Maximum of SrNo
I want to display (Maximum of SrNo - Minimum of SrNo) +1
I have created a formula field named tickets. I am writing the formula as in following picture
I am getting an...
Hi,
Can I pass multiple selection parameters when calling a crystal report? I am writing following lines
Private Sub PrintTicket(Sr_No As Integer, Class As String, Show As String)
With Form1.Ticket
.DataFiles(0) = App.Path & "\Database\MPlex.mdb"
.ReportFileName = App.Path &...
Hello,
I have following fields in database.
1. Serial Number of ticket
2. Screen name
3. Date of Show
4. Time of Show
5. Movie Name
6. Class of seat
7. Rate of ticket
8. Tax collected
and other fields not related to the report.
I want create a report by filtering out the data as in attached...
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.