cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RPT mostra janela de parâmetros na abertura

alair
Explorer
0 Kudos
803

Título Original: RPT gerado a partir de uma aplicação Delphi mostra janela Diálogo de Parâmetros quando abre um viewer utilizando SDK .Net 64-bits

Possuo uma aplicação criada em Delphi que utiliza o Crystal Reports para gerar os relatórios salvando os mesmos no formato "RPT com Dados" e quando tento abrir o RPT gerado utilizando uma aplicação criada com o SDK .Net 64-bits para visualizar o relatório é mostrada a janela de Diálogo dos Parâmetros.

Esse problema não ocorre com a versão 32-bits.

Por favor, poderiam me ajudar a resolver esse problema?

-----------------------------------------------------------

Original Tittle: "RPT generated from a Delphi application shows Parameter Dialog window when opening a viewer using 64-bit .Net SDK"

I have an application created in Delphi that uses Crystal Reports to generate the reports saving them in the format "RPT with Data" and when I try to open the RPT generated using an application created with the 64-bit .Net SDK to view the report a Parameter Dialog window is shown.

This problem does not occur with the 32-bit version.

Please could you help me solve this problem?

View Entire Topic
ido_millet
Active Contributor
0 Kudos

The parameter dialog is probably due to having dynamic parameters that are failing to connect to the data source.
Make sure the machine has the correct 64bit data source driver.

The out of memory issue is probably a different issue.
Test the effect of resizing the image outside Crystal -- not inside Crystal.

alair
Explorer
0 Kudos

Hi Ido, how are you?

In both the main report and the subreports, the parameters are static.

The problem is in the 64-bit runtime.

In the 32-bit version, it opens the RPT with data normally without displaying the parameter window.