Problem by Reporting a Contactlist...
Hello, i use FR 4.4.**
I need to report a Clientlist out of the Software "Cadia Faktura".
I want to sort the Database topics because in the Table are Clients and Distributors.
I type this into my Report-Code:
+++++
begin
if (<tableKontaktliste."Client">)=False then
begin
Memo13.visible:=false;
end;
else
begin
if (<tableKontaktliste."Client">)=True then
begin
Memo13.visible:=true;
end;
end.
+++++
But Fastreport make this querstion only for the first Dataset, if the first dataset contains "(<tableKontaktliste."Client">)=False" then Fastreport show never "Memo13; but i want to see Memo13 by the other Datasets where "(<tableKontaktliste."Client">)=True" but id ont know where...
Can anynone help me?
I Say sorry for my bad english but i speak Spanish, German and Italiano very good - but English only a little bit...^^
I need to report a Clientlist out of the Software "Cadia Faktura".
I want to sort the Database topics because in the Table are Clients and Distributors.
I type this into my Report-Code:
+++++
begin
if (<tableKontaktliste."Client">)=False then
begin
Memo13.visible:=false;
end;
else
begin
if (<tableKontaktliste."Client">)=True then
begin
Memo13.visible:=true;
end;
end.
+++++
But Fastreport make this querstion only for the first Dataset, if the first dataset contains "(<tableKontaktliste."Client">)=False" then Fastreport show never "Memo13; but i want to see Memo13 by the other Datasets where "(<tableKontaktliste."Client">)=True" but id ont know where...
Can anynone help me?
I Say sorry for my bad english but i speak Spanish, German and Italiano very good - but English only a little bit...^^
Comments