vb程序運行水晶報表時報"Invalid TLV record",求高手!

louis001 2007-11-19 09:34:50
我在一台電腦上面安裝了水晶報表9.2和vb6.0,在水晶報表中打開報表沒問題,但從程序中打開就報"Invalid TLV record",求高手.(水晶報表9.2和vb6.0安裝在同一電腦上)
...全文
420 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
tianhuo_soft 2007-11-20
  • 打赏
  • 举报
回复
在VB中没有声明
daisy8675 2007-11-19
  • 打赏
  • 举报
回复
HOWTO:Solve the "Invalid TLV Record" error in running Crystal Report

Introduction
When attempting to run a crystal report and the error "Invalid TLV Record" is displayed, follow the steps below to overcome this error message.

Steps

1.Ensure the crystal report versions match.
(i.e., the version in which the report has been created has to match the version at the client's workstation.)

2.If the versions are the same and you still get the error, it could be due to a "copy paste mismatch". Try copying the .rpt file in a different location and then running it.

3.Another associated error message (due to copy paste mismatch) will be "Dos error".

Examples
lan Dim Appl As New CRAXDRT.Application
Dim Re As New CRAXDRT.Report
Private Sub Form_Load()
Set Re = Appl.OpenReport("D:\nitin\Report1.rpt", 1)
CRViewer91.ReportSource = Re
CRViewer91.ViewReport


End Sub


http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do;jsessionid=E22CC05A7C9BB47D89E78D5ED7F81EA1?cmd=displayKC&docType=kc&externalId=c2012064&sliceId=&dialogID=360384&stateId=1%200%20356275|

1,453

社区成员

发帖
与我相关
我的任务
社区描述
VB 控件
社区管理员
  • 控件
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧