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 many Sub Reports added in One MainReport?

4 Answers   Amadeus, Aviva, CTS, Patni, Welkin,


where is the "save data with report" option?

2 Answers  


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

1 Answers  


How do you add a subreport to a report in Crystal Reports?

0 Answers   MindCracker,


What does it mean when we get the error message "Invalid report version" when try to open a Crystal Report?

3 Answers  






How to write a formula to change a font based upon data ?

2 Answers  


How do we connect to the database?

6 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. Can anybody answer this please....... Regards Vimal.

1 Answers   GRV India, Patni,


What are the advantages or disadvantages of using Crystal Reports in a Windows Forms application as opposed to say rolling our own reports as HTML and displaying them in the Internet Explorer control?

2 Answers  


If we create reports in Crystal Reports using the UCAR Data Warehouse database, which tables should be used?

0 Answers   IBM,


I am not able to see any image on Crystal Report at Run time. So how can I load any image which is saved in local disk so that it can be viewed at Runtime in Crystal reports?

5 Answers  


Why do we use crystal reports when we have reporting tools in bo itself?

0 Answers   Tech Mahindra,


Categories