Forum OpenACS Q&A: Re: Creating checkboxes with db_multirow

Collapse
Posted by Dave Bauer on
try
element create delete_subscription subscription_id \
 -label "" -datatype text -widget checkbox -options [db_list_of_lists queryname {*SQL*}]
with a query that will return the info in the proper format.