Click Method
Object:frmDatabaseUtils.cmdOK
Expand/Collapse source code of procedure cmdOK.Click Source Code
IF thisform.chkValidate.Value
  thisform.ValidateDBC()
ENDIF

IF thisform.chkRebuild.Value
  thisform.RebuildIndexes()
ENDIF

RELEASE thisform