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...^^

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 11:12PM
    in what event are you writing this code. and what is the underlying field value type in the table?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.