I have a 2-part form, grid and edit pane. The grid is
populated from a query
and shows only enough of the record to make it recognizable.
The user
selects a record, which then populates the edit pane.
Everything works fine
except the binds to checkboxes and a select dropdown.
I use the following for my text binds... <cfinput
type="checkbox"
name="ConnASU2" value="ConnASU2" label="Connections to ASU"
bind="{buildingList.selectedItem.ConnASU}" /> Pretty
standard stuff. However
getting the checkboxes and select to show the proper
selections has eluded
me.
The form can be seen at
http://www.west.asu.edu/dpc/commbldgrpt/editdel2.cfm.
All checkboxes are
'true' in the DB. 'Month' should be the dropdown.
Assistance appreciated.
Thanks.
John