Jean-Michel
|
| Posted: 08/07/2002, 6:30 PM |
|
I need an updatable grid for my user's backoffice to maintain a categories table with a category_name textbox and several checkboxes to let user define to what kind of object each category applies. Authorized users should be able to delete a category, add a new category and modify an existing category in the grid. To be perfect, the database fields for the checkboxes should contain 0 for an unchechecked box and an positive integer defining the order of presentation of the categories for each object, and users should be able to modify this order with buttons 'move up' and 'move down'
I saw that adding updatable grids was a request 'considered' by the CodeCharge development team. Did someone realize something looking like this before? Thanks.
I'm using CCS, PHP and MySQL. You can see the non operative grid at http://www.snacfa.net/snacfa/bof/AdmCategs.php
|
|
|
 |
Hidran
|
| Posted: 08/08/2002, 5:50 AM |
|
Use a search with a record and it works.
|
|
|
 |
|