I want to alphabatize the output (clientname) using the calc tab. Could someone tell me what the code for that would be? Would this be an "on calc" or "on print" event?
I apologize, I completely miss-read your initial post/topic.
It is not possible to alphabetize the data output from the calc tab in ReportBuilder. This would need to be done to your dataset before ReportBuilder retrieves it. ReportBuilder simply takes the data it is given and displays it in order in each detail band.
Comments
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
the ()?
procedure DBText4OnPrint;
begin
Uppercase (S);
end;
I apologize, I completely miss-read your initial post/topic.
It is not possible to alphabetize the data output from the calc tab in
ReportBuilder. This would need to be done to your dataset before
ReportBuilder retrieves it. ReportBuilder simply takes the data it is given
and displays it in order in each detail band.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com