Pat, From memory, the Combo Box doesn't respond to the "On Clicked" event (and never has done). It took me a while to find confirmation in the docs. But I finally found it:
"WARNING: Combo boxes are not considered to be clickable objects. A combo box must be treated as an enterable text area whose associated drop-down list provides default values. Consequently, you handle data entry within a combo box through the On Before Keystroke, On After Keystroke and On Data Change events." It is here: https://doc.4d.com/4Dv17/4D/17.2/Form-event.301-4386698.en.html Regards, Narinder Chandi, ToolBox Systems Ltd. -- -----Original Message----- From: 4D_Tech <[email protected]> on behalf of 4D Tech Mailing List <[email protected]> Reply-To: 4D Tech Mailing List <[email protected]> Date: Tuesday, 3 September 2019 at 11:37 To: 4D Tech Mailing List <[email protected]> Cc: Pat Bensky <[email protected]> Subject: On Clicked event not firing for Combo Box Using v17, Mac: The On Clicked event doesn't work for a combo box ... other events such as On Mouse enter On Data Change, etc. work as expected, but On Clicked does not. Any ideas why that would (not) happen? Pat -- ************************************************* CatBase - Top Dog in Data Publishing tel: +44 (0) 207 118 7889 w: http://www.catbase.com skype: pat.bensky ************************************************* ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] ********************************************************************** ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

