Brandy
|
| Posted: 11/09/2005, 9:31 AM |
|

I am working in CCS 2.3 using ASP 3.0. I am using the builder to create an editable grid that uses 4 different tables. If i change any of the fields to labels or make them hidden, the submit button visiblity is set to false. If i manually change it back to true it shows up but it will not update the information.
Any help would be much appreciated.
Thanks
Brandy
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 11/10/2005, 4:12 AM |
|
Brandy,
Submit button is shown when there’re input fields on a form which could be updated by user. Label fields are not input fields at all, Hidden fields cannot be updated. That’s why Submit button is hidden.
Also note that you can insert/update a single table only. So as you’re using several tables in form’s Data Source you need to create Custom Insert, Custom Update and Custom Delete for this form.
_________________
Regards,
Nicole |
 |
 |
|