Dropdown OnChange
Hello,
I have following scenario :
I have a dropdown in a section that is used to add a row for a grid from a flowaction. (Add row in modal dialog).
Dropdown values are sourced from a pagelist (ABC.pxResults) this pxResults is of same class where the section is defined.
Now onchange of the drop down value, it has to copy the values of the selected page from drop down to the properties in the section.
How can i get the index or the handle of the dropdown page list so that i can copy the values to the target properties of the screen.
Please suggest.
Thanks.