Page 1 of 1

ComboBox or LookupList

Posted: Mon 01 Oct 2007 11:20
by ahijazi
Dear Core Lab:
I am using a trail version from OraDirect .net, it work so well with grid controls, and do not fetch the entire records at once,

the issue I asked about, when using combo box, or lookup list controls, the entire record is fetched even if I set “Fetch All” = false ????

Best Regards,

Ahmed Z Hijazi P.Eng.

Posted: Tue 02 Oct 2007 08:03
by Alexey
Most probably, combo box requires all list at once.
FetchAll property was implemented by us for convenience, and it cannot be supported with all .NET controls.