combobox OnSelChanged event

Started by marcoheuer, October 29, 2011, 02:39:34 AM

Previous topic - Next topic

marcoheuer

hello,
i have a problem with the combobox object with style 0.
for example:
if i check in the event OnSelChanged with dcl_ComboBox_GetEBText the actual value, i get back the old value and not the new selected value.
(opendcl 6.0.2.5)

best regards
marco
Marco Heuer
Dipl. Ing.
www.arc-aachen.de
Airport Office

owenwengerd

Try using (ComboBox_GetLBText) instead.
Owen Wengerd (Outside The Box) / ManuSoft

marcoheuer

hello owen,
i am sorry for the later reply.
the problem is to be that the input of each values ââ,¬â€¹Ã¢â,¬â€¹in the dialog handled in an external error routine.
i have now helped me so that i dcl_ComboBox_SelectString in the event and can use it to check the current value with dcl_ComboBox_GetEBText.

best regards
marco
Marco Heuer
Dipl. Ing.
www.arc-aachen.de
Airport Office