
COMBOBOX.boundText value reference change to different field?
Thanks I will try to find the article.
FINLAND
Quote:
> There is a knowledge base article on the subject. You have to reset the
> boundcolumn after the refresh (I think).
> Phil
> > PROBLEM
> > Why does the boundText value reference change to different field when
> refreshing?
> > How can I allways get the reference to CustomerID field?
> > I have following comboBox propertis
> > BoundColumn = customerID
> > FieldList = CustomerName
> > PROBLEM:
> > msgbox myComboBox.BoundText => show content of customerID
> > myComboBox.refresh
> > msgbox myComboBox.BoundText = show content of CustomerName
> > FINLAND