Basic question
I have just downloaded the demo of ReporBuilder standard and have created a
nice report that looks like I want.
But then I would like to create different odd/even colors for datalines. I
have found a way of doing that by putting a shape on the report. But now I
need to add some code to hide/unhide the shape. But I can't find the tab
'Calc' - I have only got 'Desgn' and 'Preview'
Do I need another version to get that tab?
--
/* Vy 73 de OZ8HP / OZ1IIQ
/* Hugo Pedersen
/* http://www.hugopedersen.dk
nice report that looks like I want.
But then I would like to create different odd/even colors for datalines. I
have found a way of doing that by putting a shape on the report. But now I
need to add some code to hide/unhide the shape. But I can't find the tab
'Calc' - I have only got 'Desgn' and 'Preview'
Do I need another version to get that tab?
--
/* Vy 73 de OZ8HP / OZ1IIQ
/* Hugo Pedersen
/* http://www.hugopedersen.dk
This discussion has been closed.
Comments
Thanks for considering ReportBuilder!
If you would like to use the RAP programming language (calc tab) with
ReportBuilder, you will need to download the Enterprise Edition of the
product.
Here is an article on RAP...
http://www.digital-metaphors.com/products/RAP/what_is_rap.html
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
code--but the report is not self contained. For the detail band, use the
BeforePrint event to set the visiblity of the shape.
Ed Dressel