Crystal Report 9 variables

Crystal Report 9 variables

am 15.10.2007 19:38:44 von Franck

I haven't found any crystal report groups but im sure here there is
people knowing about it. How do i create variables in a report. from
crystal report itself not Visual studio.

Re: Crystal Report 9 variables

am 15.10.2007 19:57:34 von Franck

On Oct 15, 1:38 pm, Franck wrote:
> I haven't found any crystal report groups but im sure here there is
> people knowing about it. How do i create variables in a report. from
> crystal report itself not Visual studio.

** edit **
i know pretty much the declaration part but where to go... wich menu
and where to type the code is pretty much all i need to know.

Re: Crystal Report 9 variables

am 16.10.2007 07:10:02 von MR. Arnold

"Franck" wrote in message
news:1192469924.237632.62200@y27g2000pre.googlegroups.com...
>I haven't found any crystal report groups but im sure here there is
> people knowing about it. How do i create variables in a report. from
> crystal report itself not Visual studio.
>

You use a feature in Crystal Reports called a formula. Inside the formula,
you can use Crystal Report variables like strings, int, long, etc, etc and
bind the formula to a report band.



You can find more Google articles or go get a book on Crystal Report
formulas, as they are very powerful in doing specialized things inside a
Crystal Report.