Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

fill text box from database issue

Avatar

Former Community Member
Hello,



I have a drop down list that gets data from an access database.

Now I want a text box to be filled automatically with data according to the selected name in the drop down list.



So far I tried it with the following:



TextBox.rawValue = this.boundItem ( xfa.event.newText )



This gives me back the "ID" number of my access database. now i want to find the data in the same row in a different column to fill my text box.



is there a way to fill the text box with data from a database according to a drop down list?
0 Replies