Slide 11.5: Adding simple code to a page (cont.)
Slide 11.7: Creating a dynamic checkbox list (cont.)
Home

Creating a Dynamic Checkbox List


Many times you need to create a dynamic interface. This example shows how to create a checkbox list, which is dynamically populated by the following table:
 CREATE TABLE  courses (
   courseID  AutoNumber,
   PRIMARY KEY( courseID ),
   title     Short Text );



Reset the database and clear the checkbox list.


Add a new course and update the checkbox list.


Show the selected courses whenever a course is selected.

Three screenshots of the application are given above and two screenshots of how the dynamic checkbox list is configured are given next:

Edit Items...



Edit the checkbox items.