Hi viret56,
From my understanding, you want set the screen to show the first value that is on the grid and do so without having to click on the screen to populate the information on the screen.
If so, you need to do the following steps:
1. Check the filter criteria on the screen and make sure that the sorting is done by RecordID and "Ascending (A to Z)"
2. On screen load, select the action "Retrieve Value From Table". Follow the following steps:
a. Table is "Customer" and from field is "RecordID"
b. Value is: Type in
c. Place value is: "Action Result" and name the action result
3. On screen load, select another action called "Set Active Record ID for Screen"
a. Value: "Action Result"
b. Name of the action result from the first action.
I just wanted to let you know that these sets of actions would normally be used when you click on the "Go to..."
and "Select" link on a grid which would either open up another page or bring up a pop-up screen.
I hope that help.
Ronen