makbolat
makbolat
About
- Username
 - makbolat
 - Joined
 - Visits
 - 0
 - Last Active
 - Roles
 - Members
 
Comments
- 
                Thanks Wayne, I set frxReport.EngineOptions.DoublePass true but unfortunately It didn' work.
 - 
                In addittion on the same demo: When I modified the script from procedure Band7OnBeforePrint(Sender: TfrxComponent); begin Set(, Sum(*)); end; to procedure Band7OnBeforePrint(Sender: TfrxComponent); begin Set(, Sum()); end; tota…
 - 
                Look up this topic
 - 
                thanks that really nice.
 - 
                thank you qordk. But I think I couldn't tell my problem. My query is already parameterized and it comes from a different filter layaut so there is no need extra dialog boxes for asking date. There is no problem with parameterizing or not the q…
 - 
                Why go to all the trouble of hiding bands? just parameterize your query and select only what you want. Becouse my filters system. End-User will chose the date filter as my example.. from '2005-04-01' to '2005-12-31'. I parameterize my query…
 - 
                try Memo2.Text := Memo1.Text;
 - 
                Yes if it s supported it will be really nice.
 - 
                Set the Align property to baLeft for the first and Second component. And set first component(on the left side one) 's autowidth property to True
 - 
                Thank you.
 - 
                Thank you qordk. I did it the way that you told and it works properly but this is some complicated. And I plan that last users can change the design and customize the report so there must be less script. Let me tell about the main neccessity …
 - 
                Thanks for interest. I saw the demo but I have no criter for groups. On the demo the sum is belong to current page I need to sum previous pages and show it current page's headerband. It is transferred sum from previous page. I can do it by summi…