Crystal Report 9 variables

F

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.
 
F

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.

** 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.
 
M

Mr. Arnold

Franck said:
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.

<http://publib.boulder.ibm.com/infoc...igner/reportdesigner/crconformulaoverview.htm>

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top