VB 6.0 and Crystal 8.5 / 20535 
Author Message
 VB 6.0 and Crystal 8.5 / 20535

Hi,
i used for first time Crystal Report 8.5

Old=Crystal Report 4.6 with .ocx

Report1.DataFiles(0) = DPath(EmpbPath) & "Empb.mdb"
Report1.ReportFileName = DPath(EmpbPath) & "Zustand.rpt"
Report1.WindowTitle = "Artikel-Zustand"
Report1.Destination = 0
Report1.WindowState = crptMaximized
Report1.Action = 1

New=?

How get it. ?
Can you help me please ?

Thanks,
Helmut



Tue, 24 Feb 2004 21:54:15 GMT  
 VB 6.0 and Crystal 8.5 / 20535
Althought Cr8.5 recommends that you use the RDC, the OCX will still work
fine.  But the Cr8.5 OCX is differencet, so remove it from your report, add
the 8.5 version back in again and it should work fine.

Have a look at my newsletter Crystal Clear - there is a series this year on
using the OCX and the RDC with VB.  You can download back issues from
www.chelseatech.co.nz/pubs.htm


Quote:
> Hi,
> i used for first time Crystal Report 8.5

> Old=Crystal Report 4.6 with .ocx

> Report1.DataFiles(0) = DPath(EmpbPath) & "Empb.mdb"
> Report1.ReportFileName = DPath(EmpbPath) & "Zustand.rpt"
> Report1.WindowTitle = "Artikel-Zustand"
> Report1.Destination = 0
> Report1.WindowState = crptMaximized
> Report1.Action = 1

> New=?

> How get it. ?
> Can you help me please ?

> Thanks,
> Helmut



Thu, 26 Feb 2004 08:59:08 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. RightFax 6.0 and Crystal 8.5 and VB 6.0 Font size

2. how can i call the Crystal report(8.5) from vb 6.0

3. Formulas, Crystal 8.5, and VB 6.0

4. Books for Crystal Reports 8.5 and Visual Basic 6.0

5. Problem using Crystal Report 8.5 to export PDF in Visual Basic 6.0

6. Crystal Reports 8.5 (VB6) to Crystal Reports NET (VB.NET) conversion

7. vb .net crystal reports not compatible with Crystal Reports 8.5

8. CRYSTAL Reports gives 20535 error

9. problems opening crystal report: error 20535

10. Hlp on CR 8.5 and VB 6.0 sp5

11. CR 8.5 / VB 6.0 - Charts not printed

12. Export to PDF only from CRviewer (RDC 8.5 - VB 6.0)

 

 
Powered by phpBB® Forum Software