InteractiveChange Method
Object:frmGetTitle.chkAllTitles
Expand/Collapse source code of procedure chkAllTitles.InteractiveChange Source Code
IF this.Value
  thisform.cboTitle.Enabled = .F.
  thisform.cTitle = "ALL"
ELSE
  thisform.cboTitle.Enabled = .T.
  thisform.cTitle = thisform.cboTitle.Value
ENDIF