how to print datas in crystal report?

vb , vb.net , crystal report India
  • 11 years ago
    hai all, i am using dotnet 2005 and sql server2000.i have 2 table as follow table name as bill cutomercode billno capacity unitmodel rate act 101 1 ton elite plus 10 act 122 1.5 ton vertix 32 tablename as unit cutomercode billno capacity unitmodel indoorunit outdoorunit act 101 1 ton elite plus 232 146 act 101 1 ton elite plus 258 231 act 122 1.5 ton vertix 465 521 act 122 1.5 ton vertix 112 101 act 122 1.5 ton vertix 178 104 here cutomercode,billno,capacity,unitmodel,indoorunit,outdoorunit,rate are columns. i wrote a command in database expert in crystal report.i passed the parameter values of customercode and billno. i have coming as follow in crystal report print page. SLNO capacity unitmodel 1 1 ton elite plus indoorunit:232 outdoorunit:146 2 1 ton elite plus indoorunit:258 outdoorunit:231 3 1.5 ton vertix indoorunit:465 outdoorunit:521 4 1.5 ton vertix indoorunit:112 outdoorunit:101 5 1.5 ton vertix indoorunit:178 outdoorunit:104 the above print is wrong.mistake is repeated datas.my client expect print like 1,2,3,4 for each data as follow.i want to display as follow in crystal report print page. SLNO capacity unitmodel 1 1 ton elite plus indoorunit:232,258 outdoorunit:146,231 2 1.5 ton vertix indoorunit:465,112,178 outdoorunit:521,101,104 how to print these datas in crystal report.

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Beware of bugs in the above code; I have only proved it correct, not tried it.” - Donald Knuth