M
Mufasa
I have a program that will allow a user to select/deselect values for a
record. On that record there are multiple check boxes which are defined in
the database. What's the easiest way to get the list of checkboxes and
display them on the screen.
Here's an example:
They want to edit a record. It loads the record. In the process it looks at
a configuration table that tells it there are 10 options with names 1, 2, 3,
.... So it puts the 10 check boxes with the names next to them. When the user
saves them, it goes back and figures out what's been checked and updates the
database.
I can handle the reading from the table and updating the database. I'm just
looking for an easy way to find out what check boxes I need to put on the
screen and then how to access them.
TIA - Jeff.
record. On that record there are multiple check boxes which are defined in
the database. What's the easiest way to get the list of checkboxes and
display them on the screen.
Here's an example:
They want to edit a record. It loads the record. In the process it looks at
a configuration table that tells it there are 10 options with names 1, 2, 3,
.... So it puts the 10 check boxes with the names next to them. When the user
saves them, it goes back and figures out what's been checked and updates the
database.
I can handle the reading from the table and updating the database. I'm just
looking for an easy way to find out what check boxes I need to put on the
screen and then how to access them.
TIA - Jeff.