04-24-2007, 05:46 PM
When you click Apply in the dialog editor, it inserts variables for some controls, including checkboxes. Variable name is displayed in the dialog editor, below the list, and looks like c3Che. In code, after ShowDialog, insert code like this:
if c3Che=1
,code to be executed if checked
else
,code to be executed if unchecked
if c3Che=1
,code to be executed if checked
else
,code to be executed if unchecked
