Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invalid TLV record

Status
Not open for further replies.

gtbugbee

Programmer
Aug 2, 2007
7
US
I have existing VB6 program with CR-XI reports. Deployed and working. When adding a new report, I get error message (Invalid TLV record) when running on client PC. For ease of debugging, I can reproduct this error in a simple test. I created a report with text("Test") in page header. I created a new VB6 program with just a button and a crviewer. I call report when button pressed and the report works in viewer on client PC. I then add a parameter field to the report (which will prompt for user input). This works on the developer PC but I get the error message ("... Invalid TLV record ...") on the client PC. Does anybody know the cause and fix to this error?
 
Hi,
Be sure the versions of the DLLs are the same for the Client as for the developer's.



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
I am thinking that the problem may be a missing dll file. The report works without the parameter field but fails when I add a parameter field to the report. Do you know which dll crystal uses for parameter field object.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top