ERRO AO USAR O CRYSTAL REPORT

USUARIO.EXCLUIDOS 15/08/2007 16:32:37
#231080
Estou desenvolvendo um sistema em VB 6 usando como editor de relatorio o crystal report 7.0 e ao executar o comando abaixo o VB apresenta o seguinte erro :

Run-Time error '20525':

Unable to load report.

O comando executado é:

rptSumula.ReportFileName = caminho + "\Sumula.rpt"
[txt-backcolor=#ffff00]rptSumula.Action = 1[/txt-backcolor]
rptSumula.PageZoom 85

Como corrigir ??
USUARIO.EXCLUIDOS 15/08/2007 17:25:45
#231087
Coloca o RPT no raiz do disco C e testa.
...
rptSumula.ReportFileName = "C:\Sumula.rpt"


USUARIO.EXCLUIDOS 15/08/2007 17:33:57
#231089
Pesquisando no Site da Microsoft... (Run-Time error 20525)

Citação:

The message would indicate that its having a problem with crystal reports.

To deploy you would probably create a setup - which would include the required files and allow the user to run a setup application which would install and register the relevent files when installed on a client machine.

Hopefully this helps.


CLAUDIOLUCROCHA 15/08/2007 17:43:22
#231092
Verifique o que contem a variavel CAMINHO ou coloque um fixo so para teste Tipo

rptSumula.ReportFileName = "c:\sistema\Sumula.rpt"
rptSumula.Action = 1
rptSumula.PageZoom 85


onde sistema é o diretorio onde esta o RPT
USUARIO.EXCLUIDOS 16/08/2007 09:07:26
#231134
Tentei fazer oq vcs disseram, mas continuou dando o mesmo erro.
Observei que no Debug ao colocar o ponteiro em:
RPT SUMULA.ACTION

aparece <PROPERTY.IS WRITE_ONLY>
tem alguma coisa a ver?

Tópico encerrado , respostas não são mais permitidas