Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Data Connected Selections
Wed, Jan 27 2016 12:56 PMPermanent Link

Trinione

Unless I am missing something components such as the Listbox and ButtonComboBox require manual work to get them to list data properly with connected datasets.

For example, a drop down list of say Employee Names and their Employee ID requires a list to be manually managed. I am not seeing any way to hold the EmployeeID value with the component. So, from what I gather a stringlist or array needs to be used in tandem.

Is that the case? And, if so - are there plans to improve this so that the table can be connected via the component?

Or, is this in the area of a custom component that is left up to the user to develop. Smile
Wed, Jan 27 2016 1:35 PMPermanent Link

Raul

Team Elevate Team Elevate

On 1/27/2016 12:56 PM, Trinione wrote:
> Unless I am missing something components such as the Listbox and ButtonComboBox require manual work to get them to list data properly with connected datasets.
> For example, a drop down list of say Employee Names and their Employee ID requires a list to be manually managed. I am not seeing any way to hold the EmployeeID value with the component. So, from what I gather a stringlist or array needs to be used in tandem.
> Is that the case? And, if so - are there plans to improve this so that the table can be connected via the component?

You're correct - current design for those components is that they can be
bound to the dataset and then match the value in their item list to
value in the bound column. However you cannot at this time use the table
as a source - you'd basically have to populate the items list yourself
(using a separate db query, looping thru it and adding items).

See this thread for more info :
http://www.elevatesoft.com/forums?action=view&category=ewb&id=ewb_general&page=1&msg=8209#8209

Tim's last comment there was that "the database* functionality will be
getting a facelift soon, and one of the items on the list is lists that
can bind to a dataset for their values, as opposed to just TStrings"

So i believe your request to be one the list

Raul
Wed, Jan 27 2016 2:10 PMPermanent Link

Trinione

<< You're correct >>

This needs to be printed and framed! Smile


<< So i believe your request to be one the list >>
Great. Looking forward to it along with a few other features such as Drag 'n Drop and EWB Server scripting.

Thank you.
Thu, Apr 28 2016 7:12 PMPermanent Link

Trinione

I have released a custom component that connects with a DataSet.

Go to:
http://www.elevatesoft.com/forums?action=view&category=ewb&id=ewb_binaries&msg=44&page=1
Image