|
-
Apr 22nd, 2008, 07:47 AM
#1
Thread Starter
Junior Member
Invalid TLV record
Version using VB6.0, CR10, Msaccess
Dim Appl As New CRAXDRT.Application
Set Appl = CreateObject("CrystalRuntime.Application.10")
Set Report = Appl.OpenReport(App.Path & "\TestReport.rpt")
CRViewer1.ReportSource = Report
CRViewer1.ViewReport
This is the codig i've used . Previosly i was using CR6.0 and was working fine. When i use the above code for CR10 im getting error as Invalid TLV record when the application is installed in client machine.
Can any help me in getting this issue resolved?
THANKS in advance
-
Apr 23rd, 2008, 12:28 PM
#2
Re: Invalid TLV record
What did you use to install your application?
-
Apr 24th, 2008, 05:23 AM
#3
Thread Starter
Junior Member
Re: Invalid TLV record
created the package in deployment wizard and just run the setup file in the client machine which does not have CR10. Do i need to register any dll in client side?
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
|