ERRO AO USAR O CRYSTAL REPORT
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 ??
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 ??
Coloca o RPT no raiz do disco C e testa.
...
rptSumula.ReportFileName = "C:\Sumula.rpt"
...
rptSumula.ReportFileName = "C:\Sumula.rpt"
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.
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
rptSumula.ReportFileName = "c:\sistema\Sumula.rpt"
rptSumula.Action = 1
rptSumula.PageZoom 85
onde sistema é o diretorio onde esta o RPT
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?
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