02-07-2008, 03:57 PM
To imagine it better, please post the dialog definition (BEGIN DIALOG...END DIALOG).
There is a function TO_Check somewhere in System. It checks or unchecks multiple checkboxes. You can make a copy and use it in dialog function.
TO_Check2 hDlg "3 4 5" 1 ;;checks checkboxes whose id is 3, 4 and 5
There is a function TO_Check somewhere in System. It checks or unchecks multiple checkboxes. You can make a copy and use it in dialog function.
TO_Check2 hDlg "3 4 5" 1 ;;checks checkboxes whose id is 3, 4 and 5
