I have a string combo box. The Event structure is used to monitor operator entries, etc... and not have a loop run needlessly. No problem with the Event Structure.
I am trying to detect that the operator actually clicked on, but did not make a valid selection. Just pressed ENTER without changing the value. I already do have a FocusKeyBind tied with the ENTER key and a "fake/hidden" button (called ENTER), but I will need to know if I can trigger on the ENTER key, and not the value change from the combo box.
I did add the ENTER button as one of the trigger within the Event Structure for that case (2 triggers - see image below). I removed the text to preserve confidentiality of code / client.. If the operator selects one of the choices, it works fine. I want to change return the focus to that control if the selection was not made or not made properly.
Message Edited by JoeLabView on
12-07-2007 10:50 AM