HOW TO USE 5 CRYSTAL REPORT OR SUBREPORT ON DIFFERENT
CONDITIONS IN ONE VB PROGRAM



HOW TO USE 5 CRYSTAL REPORT OR SUBREPORT ON DIFFERENT CONDITIONS IN ONE VB PROGRAM..

Answer / itsasco

different 5 condition is a=1,2,3,4,5

in button click
we write

if a=1 then
Dim report as new cr_1
cr_1.show
else
Dim report as new cr_2
cr_2.show
else
Dim report as new cr_3
cr_3.show
else
Dim report as new cr_4
cr_4.show
else
Dim report as new cr_5
cr_5.show
end

Is This Answer Correct ?    19 Yes 11 No

Post New Answer

More Crystal Reports Interview Questions

How to Filter the Crystal reports?

12 Answers   CCIL, Mammut Building Systems,


Where can we find the log file genertaed when we run a crystal report?

2 Answers   Microsoft, Wipro,


How to add Crystal Reports(Standalone) to my VB.NET project

2 Answers  


HOW TO USE 5 CRYSTAL REPORT OR SUBREPORT ON DIFFERENT CONDITIONS IN ONE VB PROGRAM

1 Answers  


what is the "refresh" button suppose to do on the crystal report viewer?

2 Answers  






Explain the various components in crystal reports?

0 Answers  


Why is Excel Report preferred over crystal reports?

3 Answers   Atos Origin, Collabera, Lighthouse Technologies,


How to "Print" in Crystal Reports while using ASP DOT NET Platform?

3 Answers  


How to open subreport in new ie window using hyperlink button. I used target=new; in the formula field. But it overrides the main window and show the report?

0 Answers  


reporter footer contents are move depend the page footer values...........

2 Answers  


Is it possible to join more than one universe in Busniess Objects BOE XI ? If its so Please explain how is that possible ? Thanks in advance for the people posting the answers

3 Answers   Wipro,


Is there a way to be able to change an image(company logo) dynamically in a report? Example if you have 100 reports, and with the market uncertainty if you anticipate that the company logo might change, how can you change the image just in one place and have this reflected in all the reports at run time?

0 Answers  


Categories