1
I have a report from Crystal Reports where I must pass parameters for the search, however one of these parameters must come filled with a default value that is nothing more than a field of type memo
of a view from the database. This field must allow the user to edit it so that this result can be entered in the report. In practice I tried the following syntax:
Campo de parâmetro := Tabela.Campo
I realize this code doesn’t work on Crystal.
Wouldn’t it be better to have a formula !? Getting the parameter value !?
– Motta
Motta, thanks for the feedback. The problem of being a formula is that in this case I have no way to edit what is written. I believe that the formula, receives the value of the parameter that was preset, in my case this parameter should be filled and opened for amendment and this result will go to the report. I hope I’ve made myself clear.
– Josemir Dias
I didn’t understand the problem , if the user passes "XPTO" in the parameter this can be in the report , but if you want to edit the report , this is it ? I’m not sure I understand the problem.
– Motta
Motta again thank you for answering. Imagine this, I have a table called
Insumos
this table contains the data that is used in a production order. When I report the parameter screen opens with the blank fields, because I am expected to put parameters there to generate the report. In my case, I need one of the parameter fields to be already filled with the information of a table field, this parameter should allow me to edit it, so yes, the edited information to be released in the report. I hope now I’ve made myself clear.– Josemir Dias