Hi all,
I have a question about how to build two forms like hcmworker and hcmworkerlistpage;
When double click a record in form hcmworkerlistpage, the hcmworker detail form with corresponding record will show, and I can get the next or previous record by the arrow button in the bottom of the form.
I tried to build two similar forms, but I do not know how to set the "detail form" so that it will display the record I just clicked in the "listpage".
To get the correct record pool, I used ...query().addRange... in the ""detail form" init method. Now I detail question is:
After I double clicked the "listpage", I get the correct pool of record in the "detail form" and the => and <= is worked but the current display is always the first record of the pool. I want to get the record i just clicked in "listpage". It should be the same as hcmworker. How can I do that? Thank you very much!
My current situation is

In form gird, I double click the second record, 548, then as I have set a menuitembuuton, a new form with a record will display. But the displayed record is always the first one not the exact person I double click in the former form. How can I get the record in the second form according to the employee I selected in the first form, please? Besides, I also need to use the blue => and <= button at the bottom of the second form so that I can choose back and forth in the personnel pool. Thank you!
