Newbie needs help with crystal report 
Author Message
 Newbie needs help with crystal report

Hi there

I have made a crytal report but i cant seem to display it.....

do i have to make a new form first or can it be displayed at the touch
of  a command button.....?

please help  
Thanks In Advance From..
Irfaan Hamid
Kuala Lumpur,
Malaysia.



Mon, 30 Jul 2001 03:00:00 GMT  
 Newbie needs help with crystal report
1) place the Crystal Report control on a form
2) put 1 command button on the said form
3) inside of the command button, put this code
    crystalreport1.filename = "c:\thisfolder\myreport.rpt"
    crystalreport1.action = 1

thats as much as you need..
regards
         Carl

Quote:

>Hi there

>I have made a crytal report but i cant seem to display it.....

>do i have to make a new form first or can it be displayed at the touch
>of  a command button.....?

>please help
>Thanks In Advance From..
>Irfaan Hamid
>Kuala Lumpur,
>Malaysia.



Thu, 02 Aug 2001 03:00:00 GMT  
 Newbie needs help with crystal report
What you need to do is put the report on another form and call it.  But,
make sure that you hide the form that contains the report - you can even
use Form2.hide.  On the Form_Load procedure of the form that contains the
report type CrystalReport1.PrintReport.  And should do it.

Hopefully this is helpfull.
Emad.

Quote:

> Hi there

> I have made a crytal report but i cant seem to display it.....

> do i have to make a new form first or can it be displayed at the touch
> of  a command button.....?

> please help
> Thanks In Advance From..
> Irfaan Hamid
> Kuala Lumpur,
> Malaysia.

--
Emad Y Allaho



Mon, 13 Aug 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Newbie needs help with Crystal Reports parameters

2. Newbie needs help with Crystal report

3. Please Help Newbie Crystal Report / VB help needed.

4. Crystal Reports Newbie needs help

5. CRYSTAL REPORT HELP NEEDED FOR NEWBIE

6. Help needed for Crystal Reports 8 newbie!

7. Need Report to look at SQL Data source ( VB / CR newbie needs help)

8. Printing Crystal Reports report help needed

9. Need help printing LARGE reports with vb3.0 and Crystal Reports

10. Need help to write a report with Crystal Report

11. Need help printing LARGE reports with VB3.0 and Crystal Reports 4.5

12. Please Please help !!! Crystal Report Help Needed

 

 
Powered by phpBB® Forum Software