DropDown
This event fires when the list portion of a combo box drops open.
Usage |
PROCEDURE cboCombo.DropDown [ LPARAMETERS nControlIndex ] |
Except in VFP 3. There, the list drops down first, then the event fires. We were very pleased to see this bug among the fixes in VFP 5. |
Example |
PROCEDURE cboState.DropDown IF ThisForm.lAllowNoChoice This.AddItem("None of the above") ENDIF ENDPROC |
See Also |