I have a form with four combo boxes providing parameters to a procedure
that determines potential storage spots and populates a fifth combo with
the list.  When the fifth combo is populated a keyboard statement triggers
a dropdown to allow a choice.  My problem has been that the calling combo
loses its display when the keyboard line is executed.  What follows is
Co-pilots write up.

Workaround for ComboBox Dropdown Issue

*Problem:* The ComboBox dropdown causes the calling ComboBox to lose its
display.

*Initial Approach:*

   - Tried to refresh the form right after the keyboard statement, but this
   prevented the dropdown from working.
   - Writing debugging messages right after the dropdown also caused
   problems.

*Solution:*

   - Call the form refresh in the dropdown event of the ComboBox.
   - This allows the dropdown to happen and keeps the calling combo display
   active.


Shared in case  it helps someone,

Joe


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CABQeDnWjx_U2_ALiF+90EJtg=nnh0ta0ap7amhrwmacf6dr...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to