Nack
Nack
About
- Username
- Nack
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
If you are getting your data from SQL, you can use something like this (with oracle) Select * From MYTABLE where ROWNUM <= 20
-
Well, I do not really understand your trouble. What do you want to do ? Calculate all the different sum ? Or is it the way to design your report, but what kind of data do you have ?
-
Well it seems not possible with the standart FastReport Component. 2 solutions : - Encapsulate your component and register, to be able to access it in Design. - the other, build your chart with your delphi application, and assign it to a Chart …
-
Why don't you use SubReport and Child Band to allow you more detail level. After your 3rdt level band, you add a child band. Of course, your 3rd level data band point to this child band. And in this band you just add a SubReport. Then you desig…