TDBAdvSmoothListBox Problem

Cannot seem to get the lookup-bar to display. This works fine on TAdvSmoothListbox but not on TDBAdvSmoothListbox.


Any help would be welcome.

AndyC++
  DBAdvSmoothListBox1.PageMode := false;

Will do the trick, first items must be added (loaded through Dataset) pagemode must be false and the lookupbar will be visible. Lookupbar is only supported when pagemode is false

Kind Regards, 
Scheldeman Pieter

Pieter Scheldeman2011-03-23 03:31:43

yep that worked for me.

Thanks
AndyC++

As soon as I turn off Pagemode the record doesn't automatically change when selecteing or changing the focus to a new record.

This is by design, You will have to manually select the corresponding item.