Topic: Not showing duplicates
Hi,
why on report dont showing duplicates?
i try print orders and there same like in invoices print not showing if i make 5 same services with different Quantity.
Please help
Thank you
My Visual Database → Reports → Not showing duplicates
Hi,
why on report dont showing duplicates?
i try print orders and there same like in invoices print not showing if i make 5 same services with different Quantity.
Please help
Thank you
Here is my project
I rarely use FastReport so don't know if duplicates are suppressed by default.
But rather than try to add code in FastReport to check for this possibility, you could simply add a field that will force uniqueness on each row in table 'TableLines' (see attached including screenshot).
Derek.
Thank you,
working perferctly.
but another problem i got.
TableOrders.Letters (text field) dont show in fastreport, and VAT Notes does not show
Thank you
you make code in fastreport like this.
procedure Memo17OnBeforePrint(Sender: TfrxComponent);
begin
Memo17.Text := ReportTableOrdersLetters.Text;
end;
i share invoice.fr3.. you can replace
Here is a link to the FastReport manual.
https://origin2.cdn.componentsource.com … 8en%29.pdf
Read about Bands. And in general it is useful.
Ok,
Thank you
Hi,
thank you for answers
you make code in fastreport like this.
procedure Memo17OnBeforePrint(Sender: TfrxComponent);
begin
Memo17.Text := ReportTableOrdersLetters.Text;
end;i share invoice.fr3.. you can replace
i try it but i got this error in attach,
only thing i was change is that i try to add another field to report.
When i dont set dataset i got this 2 fields on report but when i add dataset to masterdata band this 2 fields disappears.
Is there any way to make this 2 fields to be on another dataset, maybe then will work?
Thank you
Hi,
Probably a couple of ways to fix your issue but I like to keep things simple (where possible).
See attached.
Derek.
Hi,
thank you all for helping
Derek your version is simple and works perfectly ![]()
Thank you so much
My Visual Database → Reports → Not showing duplicates
Powered by PunBB, supported by Informer Technologies, Inc.
Theme Hydrogen by Kushi