adrian
|
| Posted: 08/05/2002, 10:29 AM |
|
Hi,
I am having a simple problem in CCS.
I need to put into a hidden field on a form a value that comes as a parameter.
What I have to do ?
Thanks a lot in advance.
|
|
|
 |
CodeCharge Support
|
| Posted: 08/05/2002, 10:49 PM |
|
In the Before Show event of the control, you can add a "Retrieve Value for Control" action. In the action properties, you specify the name of the Control to be set, the source of the input parameter and its name. The action will then generate code to set the control value based on the input parameter.
|
|
|
 |
|