list box loses value...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matthew Wells

    list box loses value...

    This one has bugged me for years. I have a combo box after-update event
    that sets a one column list box to a string value. (The lsit box is a list
    of tables). I check the value of the list box right before the "exit sub"
    line of the combo box after-event and the list box still has the value, but
    after the event finishes, the list box isn't hilighted - and when I fire
    another event that reads the list box value - it's NULL! I've run across
    this before with combo boxes as well. Why won't the lsit box hold the
    value? How can I make it keep the value and hilight the row?

    ....yes I'm certain that the string I'm setting it to matches a value in the
    list box.

    Thanks.

    Matthew Wells
    MWells@FirstByt e.net


  • Ben

    #2
    Re: list box loses value...

    Are you specifying the listbox row and column?

    Comment

    Working...