Author Topic: Combobox Question  (Read 3274 times)

0 Members and 1 Guest are viewing this topic.

Shade

  • Guest
Combobox Question
« on: April 08, 2008, 02:39:29 PM »
1. Can one have the combo_box be pick item only, (like the DCL language popup_list) and how does one go about doing this?

2. Which event action does one use (ie. editchange, selchange, setfocus, or all three)  to execute code after the item in the combo_box has been changed?

Ie. I have 2 combo_boxes and I want to make sure the left combo box item in focus is never the same as the right combo_box item in focus.

Any help would be appreciated, for this rookie is still learning.  :-)

BazzaCAD

  • Guest
Re: Combobox Question
« Reply #1 on: April 08, 2008, 02:58:13 PM »
1. Change the style property to "2- Drop Down".
2. I think you'd use "SelChanged" since "EditChanged" probably wont fire since it's read only.
I could be wrong...

P.S. You should also check out the official OpenDCL forums at http://www.opendcl.com/forum/, but we also monitor TheSwamp, since it's such a great community. :)