CSAlex
CSAlex
About
- Username
- CSAlex
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
CSAlex wrote: » I have created a report that groups data by tester names and displays them on different pages. When generate the report it contains pages that doesn't have any record. These pages contains only the header and footer of the report p…
-
gpi wrote: » var DS: TfrxDataSet; begin     DS:=Report.GetDataset('Items');     DS.First;     while not DS.Eof do            begin                  ListBox1.Items.Add(DS.Value('Part Name'));      …