Search results

  1. T

    How to unselect a dropdown in the Ribbon

    NW2 Dev Edition has a ribbon with a dropdown showing MRU items. I'm re-using that concept in my own app. When you drop it down and select the same item as is already selected, the Change event does not happen; no event happens whatsoever. If it was a textbox, you could Invalidate the control and...
  2. T

    Find works differently for combobox with value list

    The Find feature works differently for combobox with value list and with query. See attached for a form that implements it both ways. MSFT has indicated they are willing to reconsider that behavior, which is NOT a guarantee it will be changed. The question is: for the value list scenario, do you...
  3. T

    How to detect a mouse click outside of a Popup form

    I'm writing a tool window, a filter form for Continuous Forms, similar to what MSFT implemented for Datasheet (the downward pointing triangle). If you use that feature in Datasheet, and you click outside of it, it disappears. Of course MSFT's version is not an Access form, but something fancy...
Top Bottom