combobox OnSelChanged event

Started by marcoheuer · 2011-10-29 09:39 UTC · 2 replies · SMF topic #1718

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
Try using (ComboBox_GetLBText) instead.
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