Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== ACCEPTENTER property (Combobox) ====== ==== Description ==== Specifies if the COMBOBOX control processes an Enter keystroke internally first before passing it onto its parent for processing. Under normal circumstances the Enter key will either fire the parent form's Default PUSHBUTTON (if there is one), or move the focus to the next control in the Tab order. However, when this property is set to TRUE$ then the Enter keystroke is handled internally and may be processed in the CHAR event. ==== Property Value ==== The ACCEPTENTER property is a Boolean value of TRUE$ or FALSE$. If TRUE$ then Enter keystrokes are processed by the COMBOBOX control first. The default value is FALSE$. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |Get/Set|Get/Set|No|No|No| ==== Remarks ==== N/A ==== Example ==== <code> //// Example – Allow the Enter keystroke to be processed in the CHAR event:// Call Set_Property_Only( @Window : ".CBO_SENTENCE", "ACCEPTENTER", TRUE$ ) </code> ==== See Also ==== Common CHAR event, PUSHBUTTON DEFAULT property. guides/oi10/presentation_server/acceptenter_property_combobox.txt Last modified: 2023/10/25 10:49by 127.0.0.1