Fill in a parameter field in Crystal Reports

1

I have a report in Crystal Reports where I should pass parameters to the search, however one of these parameters must be filled with a default value that is nothing more than a field of type memo of a view of the database. This field should allow the user to edit it so that this result is entered in the report. In practice I have tried the following syntax:

Campo de parâmetro := Tabela.Campo

I've noticed that this code does not work in Crystal.

    
asked by anonymous 08.09.2014 / 23:28

1 answer

1

This is not done in the CR but in the interface layer (when applicable), before it can be mounted a "form" and it is done in the DB for the assembly of parameters, queries to typing tables, cities, UFs, clients etc.

Can not be done in the CR because there would be a Data Source for this, in the CR the maximum that can be done and set a "default" in the parameter.

How is your interface layer?

    
13.09.2014 / 01:08