Consultor Eletrônico



Kbase P149857: 4GL/ABL:  How to properly set and get the Dropped property of the CSComboBox OCX control?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/20/2009
Status: Unverified

GOAL:

4GL/ABL: How to properly set and get the Dropped property of the CSComboBox OCX control?

GOAL:

How to programmatically get and set the Dropped property of the CSComboBox OCX control at runtime?

FACT(s) (Environment):

Windows
Progress 9.x
OpenEdge 10.x

FIX:

The following two statements demonstrate how to access and assign the value of the Dropped property of the CSComboBox OCX control at runtime using 4GL/ABL. Specifically, the first MESSAGE statement gets the property value and the second statement sets it to TRUE.

MESSAGE chCtrlFrame:CSComboBox:Dropped
VIEW-AS ALERT-BOX INFO BUTTONS OK.
chCtrlFrame:CSComboBox:Dropped = TRUE.