|
-
November 16th, 2000, 12:59 PM
#1
Crystall Report Control
Hello,
Gurus. I fail to display a list of 20 reports one after another when the user request it in VB5.0 using crystal reports. I get all the reports one after another without any problem on one but on another it simply displays a misleading error messages "Failed to read the font--error number 20525" or some misleading message. The following is code through which I display the reports.
For iRepCount = 1 To TotalReportsCount
CrystalReport2.DiscardSavedData = True
CrystalReport2.ReportFileName = RptPath & "reportname & ".rpt"
strFilter = CrystalReport2.FetchSelectionFormula
strFilter = "(" + strFilter + ") AND (New Criteria)"
CrystalReport2.ReplaceSelectionFormula strFilter
CrystalReport2.PrintReport
Next iRepCount
My question is:
1)Have anyone encountered such a problem?.
2)Is their any limitation on the Crystal Controls that come up at runtime in VB5.0?(But then the problem comes only on certain machines and not on all).
3)Have any one got better way to display some 20 reports one after another?
4)Like in an MDI window we open one after another forms, is it possible to do the same for our client reports.
5)Is this an issue with number of ActiveX controls that can be displayed at a time?(Just naive)
An early response will be very much appreciated as I am too close to my deadline.
Thanks,
Regards.
An early
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|