Animetal
Posts: 27
|
| Posted: 04/16/2008, 12:03 PM |
|
Good Day,
I know how to do it in php but i cant see how to make it in ccs, I want to insert a X number of fields depending from the option selected in the previous window, for example
My first table "options table" have the option name and the amount of fields what the user have to fill.
The second table "details table" have the fields field number and detail (also have id, and option name but not relevant to the user only for db relationships etc). So the grid should look like this:
field (label) Detail (textbox)
field 1 anything what the user types
field 2 " " "
field 3.... " " "
and so on depending on the option selected
Any advice or recomendation?
Thanks
CCS 4.0.0.4
MySQL
PHP
|
 |
 |
Animetal
Posts: 27
|
| Posted: 04/17/2008, 3:42 PM |
|
Hi again,
Right now im using editable grid and now im trying to add a default value to the first column in the first 4 rows (Autonumber 1 to 4). I know is something with Before Show event but how i can add those values to that field?
Thanks
|
 |
 |
|