Checkbox in multi-column listbox or grid column? 
Author Message
 Checkbox in multi-column listbox or grid column?

Anyone help me with this?  I need to have a list/spread/grid of table
data (maintainable by the user) where one of the columns is linked to a
boolean data type, which I want to display as a checkbox.

????



Mon, 11 Mar 2002 03:00:00 GMT  
 Checkbox in multi-column listbox or grid column?

Quote:

>Anyone help me with this?  I need to have a list/spread/grid of table
>data (maintainable by the user) where one of the columns is linked to a
>boolean data type, which I want to display as a checkbox.

>????

How about placing a check box array on the same form at load, reading the
boolean and setting the check boxes when the data for the grid/spread is
read, meanwhile hiding that column so the info is not duplicated.

A change event on the check boxes can then change the boolean in question.

Michael Ball



Mon, 11 Mar 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Multi-column listbox w/3 columns of checkboxes

2. Multi-column listbox w/3 columns of checkboxes

3. Listbox--Multi-Column checkbox display?

4. View One column of Multi Column Listbox

5. Help/suggestion for 3rd party grid or multi-column listbox

6. Help Needded How I Create Listbox That Look Like Multi Column Listbox

7. Help Needed How I Create Listbox That Look Like Multi Column Listbox

8. Help Needed How I Create Listbox That Look Like Multi Column Listbox

9. Dynamically Added Datagrid Template Column - Checkbox.Checked state in Column Header

10. Multi Column TextBox Column Widths

11. Help with displaying second column in multi column combo box

12. Column headings in multi-column combo box

 

 
Powered by phpBB® Forum Software