Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create checkbox to exclude some code
#2
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)