Dropdown value selection which displays some value in the text box

How to display element from DB after selecting a value from the drop down which corresponds to the value of the same row in DB?

Parameterized named query, where the dropdown allows the selection of the parameter:

  • Make a named query that takes a parameter
  • Put a query binding on the text box
  • Use the dropdown's value as parameter in the binding
  • You'll need to either make the named query return a scalar, or add a transform to the binding to format the returned value

That's it.

1 Like

Out of curiosity, is this Vision of Perspective?

How to take the dropdown's value as parameter in the binding?

In the binding's configuration window, there a field for each parameter. Click on the property browser icon and select the property you want to bind against.

But more importantly: Go watch the inductive university videos. This is VERY basic stuff. You can't just ask on the forum for this, or you'll spend your days asking questions and never understand what you're doing.

1 Like

Okay thank you