Francesco Giossi
|
| Posted: 03/13/2002, 2:53 AM |
|
In a "tree" form, I need to have an input parameter.
I configure it in the "input parameter" tab of the "Form profperties", but it is completely ignored.
I must edit "custom show event" of the form and manually add the SQL string .... something like this:
sSQL & sWhere & " AND AZIENDA_ID=" & getParam("MyParam")
I need to pass this parameter to the next page (the same page.... it's a tree ....)
How or where ?
....
Why the input parameters are ignored???? Is it a bug? Or Am I making a mistake???
Thank you,
Francesco
|
|
|
 |
Nicole
|
| Posted: 03/14/2002, 1:53 AM |
|
Francesco,
I assume it is not a bug. CC team built tree form that uses 3 fields only. And all the rest fields probably present in table are unnecessary for tree displaying. That's why you should create Custom Show event and put proper manual code here in order to add custom input parameters to sql statement.
|
|
|
 |
Francesco Giossi
|
| Posted: 03/14/2002, 6:45 AM |
|
Hi Nicole,
Thanks for your answer.
The support team has answered the same: this is not a bug.
I'm not so sure....
In a tree form, CC let you insert INPUT PARAMETERS.
It shouldn't let you insert that parameter....
Anyway...
I'm editing the custom show event to insert my own SQL parameters.
Ciao
|
|
|
 |
|