Hello everyone,
I have a project, as the user type all staffID to a list and click a command, the program will copy required information to another table immediately and print that table.
But i recently i discover that, the last record always lost in the report. For example, i type staffID...
Hello all,
is there any method show two table records,where the first one is above the seoncd one, wihtout using subreport?graphically:
Table1.record1
Table1.record2
Table1.record3
Table2.record1
Table2.record2
Table2.record3
Hello all,
I have a table that 20(10 boys and 10 girls) students' total mark in final exam, and now i want to print a report such that it will show 2 columns grouped by sex and start a new group in next column. Graphically,
Sex = M Sex = F
Student001 1000 Student 011 926...
Hello all,
I want to design a report which print two groups in one page, one group
on left hand side, another group on right hand side. How can I do that ?
The example layout is as same as below:
group by class
Left hand side Right hand side...
Hello all,
I want to design a report which print two groups in one page, one group
on left hand side, another group on right hand side. How can I do that ?
The example layout is as same as below:
group by class
Left hand side Right hand side...
I got the solution!
Dim abc As Date
Dim Report As New CrystalReport1
Dim crxParameters As CRAXDRT.ParameterFieldDefinitions
Dim crxParameter As CRAXDRT.ParameterFieldDefinition
CRViewer1.ReportSource = Report
Set crxParameterFields = Report.ParameterFields
Set crxParameterField =...
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.