Hi,
First Link the two tables...
then Select the Fields, OrderId, Date, Customer, ProductId, Qty, Price, Amount, etc...
Now Sort the details first via OrderId, then Date and then Customer...
Then In the Format Section of these three fields just have SUPPRESS IF DUPLICATED checked and you...
Try this:
formName.CrystalReport1.ParameterFields[parameterno] := 'prameterfieldname;value;TRUE';
eg.
MyForm.CrystalReport1.ParameterFields[0] := 'title;MYTITLE;true'
This works fine... and helps to pass parameters to Crystal Report...
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.