ykhizar
June 25th, 2008, 05:05 AM
I want to show some specific result in my report while selecting it on run time. I created a report in Crystal report 8.5. Also add a formula filed in my report. But as explain in many treads use it as
cr.formulas(0)="Cotton"
if want to display result only containing cotton. But in VB the when i write cr.for...... i didn't see this property.. If i write myself then it gives error at run time. I add the Crystal report component in the project.
Can some one explain me the complete procedur how to add report in the project may be i'm doing some thing wrong???
Thanks
cr.formulas(0)="Cotton"
if want to display result only containing cotton. But in VB the when i write cr.for...... i didn't see this property.. If i write myself then it gives error at run time. I add the Crystal report component in the project.
Can some one explain me the complete procedur how to add report in the project may be i'm doing some thing wrong???
Thanks