Database for my report is Crystal_SQL_Query built on Data Source: ODBC-dBase Files. In CR it works fine, but when I try to open this report in VB6 App I get an "Error -2147206429 Invalid TLV record" on the last line in this example:
Private Appl As CRAXDRT.Application
Private Rep As CRAXDRT.Report
Set Appl = CreateObject("CrystalRuntime.Application"
Set Rep = App.OpenReport=(strReport)
Thanks for any ideas.
Private Appl As CRAXDRT.Application
Private Rep As CRAXDRT.Report
Set Appl = CreateObject("CrystalRuntime.Application"
Set Rep = App.OpenReport=(strReport)
Thanks for any ideas.