I created a report that is used to make "Meal Tickets" for my students. The number of meal tickets can be dynamic each time i run the report. The only solution i found to this is to use the OCX and pass .DetailCopies = n where n is the number of tickets i need.
The problem is, the...
I have written two reports using two different ttx files. In my VB6 app i create ADO Recordsets as follows.
Select Case ReportName
Case "Report1"
set report = Report1
rs.open "SQL Statement used to make original ttx", db
Report.Database.SetDataSource rs...
I am trying to create a report using a TTX file and passing an ADO recordset to the report.
My data looks something like the following:
User1 Item 1 Item1Cost
User1 Item 2 Item2Cost
User1 Item 3 Item3Cost
User2 Item 1 Item1Cost
User2 Item 2 Item2Cost
User2 Item 3 Item3Cost
and so...
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.