on ‎2007 May 16 9:16 AM
I am using this formula to display a dropdown list.
WESelect ("my_parameter", link_values, disp_values, "default_pick_value", "");
But the dropdownlist is picking only the first element.If I try the following
WESelect ("my_parameter", link_values, "a|b|c|d", "default_pick_value", "");
The drop down list shows only "a" nothing else.
Can anybody help?
Thanks
venkat
Request clarification before answering.
Hi ,
In the dropdown values u have seen only one values because it will display the values upto which there will be 1:1 relatioship between link_values and disp_values.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.