Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: I have a problem is "THE crystal report Cannot Pri Post Reply Post New Topic
Author Message
Major_47
Newbie
Newbie
Avatar

Joined: 07 Aug 2008
Location: Egypt
Online Status: Offline
Posts: 1
Quote Major_47 Replybullet Topic: I have a problem is "THE crystal report Cannot Pri
    Posted: 07 Aug 2008 at 3:21am
THE crystal report Cannot Printing

Plz Can any professional one help me in an complex unlogical Problem in Crystel Report

My Problem is I just developed a Big Project and in reports
I used a "Crystal Reports 10 Developer Edition"


My Code is

*******************************************************


Set Report = ReportFile.OpenReport(App.Path & "\Report1.rpt")
Set Rs = New ADODB.Recordset
Conn.Execute ("Drop View View")
Conn.Execute ("Create View CustomerRecievableAll AS Select  .....")
Rs.Open "SELECT * from CustomerRecievableAll "
Report.Database.SetDataSource Rs
Report.Sections.Item(1).AddPictureObject PicPhoto & "\LOGO.jpg", 320, 100
ReportForm.CrystalActiveXReportViewer1.ReportSource = Report
ReportForm.CrystalActiveXReportViewer1.ViewReport
ReportForm.CrystalActiveXReportViewer1.Zoom 1
ReportForm.Show 1

*******************************************************

And the Report is display successfully
But When we go to click in the Print Button

no thing is happened

and knowing that
the Printer is working successfully
and the Printer is the Defult Printer

Plz any one help me

 

Major
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.