Hi all,
I have screen with ListField component.
ListField is displaying 10 records.
I want to show the next screen when the user is pressing the enter key or space key after selecting one of the row in ListField.
Currently i am using the drawListRow() function.
What is best procedure to show the next screen to the user when he is selecting one of the row in the ListField.
Can you give some sample code for this.
There is any functions available to do this thing.