Hi jlanxxi . . .
Do you mean, that u got a data type field in your tables with Yes/No data field or kind of ? if true, maybe u can do like this.
-------------- check box with index ( array ) ---------------------------
First check for record count to current table that have a check values
( True/False ), after u got the Rec Count then load a checkbox ( increase the index of checkbox as much as the record count and make it visible to the user ), because checkbox only have condition True/False or 1/0, sinkronise them. For uncheck action in your front end from the user, just use UPDATE statement, and resume again to load the checkbox.
------ LOGICAL VIEW -----------
SELECT TO CURR TABLES
|
|___RESULT SELECTION ( EOF / NOT )
|
___ | ___________
| |
no records there's records
| |
Show default get the rec's count
checkbox |
Loop the checkboxes
to array
-------------------------------------------------
For the Groupbox objects, my suggest u make it direct to the form with a scrollbar besides, that can cut a few line of your code . . .
hope this is usefull 4 u, bye. . .
|