I have 5 checkboxes that I automatically want checked when my dbox pops up. So, I have this in my init do section:
dim cvar[5] for i = 1 to 5 do cvar[i]=1 end where cvar represents the variable of each checkbox. Now, this gives me the right value (that is, all are equal to 1) b/c I checked it with a showmessage(), BUT, the checkboxes are not checked in the dbox. Any thoughts? TIA, Stephen ------------------------ Yahoo! Groups Sponsor --------------------~--> In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide! http://us.click.yahoo.com/EA3HyD/3MnJAA/79vVAA/C5grlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Maptitude/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
