How to dynamically display the first item in a list
When I use populate_list inside a generic procedure that receives record group name as a parameter, at runtime the list item put the focus on the empty position (underneath the last value retrieved). So the users have to scroll up to select the value they want.
I'd like the user will be prompt with the first record available in the list and has to scroll down if necessary.
PS I do not know the initial value of the list because the same list item is used with many different record groups which accept parameters as well.
Thanks