Goran Level: Moderator
 Registered: 16-05-2002 Posts: 1681
|
Re: Crystal report 7.0
I havent used version 7, but if it has SelectionFormula property then you can specify through it records you want to be printed. You create report in design time, link tables using Linking expert, and then in code use something like
CR.SelectionFormula = "{Sale.Quantity} > 5"
This worked with version 4.6, as I remember
____________________________
If you find the answer helpful, please mark this topic as solved.
|