Navision 2016 perform action on subpage record

Is there is a way to get the current selected Rec of my Sub page?

Lets say I have a Header and a lines. In the lines I have Item number and I want to add an action which show the Item card for this selected Rec in the Sub Page.

Help needed :slight_smile: ?

i think it can be Done

Just Need to Add an Action In Sales Order Subform (Page 46)
Lets Say the Action be Get Item Card Write Some Code Like Below in
OnAction() Trigger

ItemL.GET(Rec.“No.”);
PAGE.RUN(30,ItemL);

Note: ItemL is Local variable of Item Table

Thanks a lot, your answer is like a work around :). I was more thinking in getting this record just by aiming at the rec with my mouse. Something like the current Rec which I am standing it