Atozed Forums

Full Version: TIWBSSelect - How to load from query
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to load values to a TIWBSSelect component, using a DataSource and a TIBQuery.
I'm loading TIWBSSelect.DataSource property with the TDataSource component and the TDataSource.DataSet property  with the TIBQuery component.
The sql query is loaded and opened but nothing happens, no values are loaded into the TIWBSSelect component.
What am I missing here?