Subject TIB_LookupCombo Font vanishing while typing
Author

Hello,


In version 5.7.3 when entering the LookupCombo the background is

blue with white text.  Once you start typing the new text has a

background of white and a font color stays white.  Making the typed

text invisible.


Under version 4.8.7 the component acts almost the same except the

typed text is color black. 


Below is an image showing the results on screen and the code for the component.


LookupCombo-Examples.jpg



object ibVendor: TIB_LookupCombo
  Left = 8
  Top = 38
  Width = 217
  Height = 21
  DataSource = dsAPVendorLookup
  ParentBackground = False
  TabOrder = 2
  AutoDropDown = True
  DisplayField = 'APVEN_COMPANY'
  DropDownWidth = -1
  SeekNearest = True
  ShowButton = True
end


Thanks

Michael