How to get data from list of values (LOV) to be displayed in a text field ?
811938Nov 9 2010 — edited Nov 9 2010Hi guys,
I am very new to Oracle APEX so please spare me if it is a silly question. How can I get the selected values from a set of list of values (LOV) displayed in a text field (or text area or so) ? Fox example, in my form I create 4 items: STATE, COUNTY, STREET, ZIPCODE and all of them are LOV (list of values). I also create 2 buttons (ADD & REMOVE). Then I create a test field (or text area name SELECTED RECORD). Now here is what I want to do with my form:
When I set the values for all 4 fields, I will click on the ADD button then I want those values be displayed in the text field.
For example, if the selected values are:
STATE = Alabama
COUNTY = Abbeville
STREET= 1 Street
ZIPCODE = 36310
And the ADD button is pressed. Then in the text field I want it displays like this:
Alabama,Abbeville,1 Street,36310
If I choose other values and click ADD again, a new line will be added into the text fields (text area). If I click the REMOVE button, then it will clear those two line in the text field.
Would it be possible to do it? Any help will be greatly appreciated. Thanks in advance.