I have a form with a subform linked by "No."
The subform (tabular type) contain many Customer."No."
What I try to do is when I click on a Customer."No.", the related customer card launchs.
This is the code that I wrote on the OnDrillDown trigger:
ATTTLgn.SETRANGE("Customer No.");
IF ATTTLgn.FIND('-') THEN // I want to run a form using that record
BEGIN
Form.Run(21)
END;
But the form shows the last displayed record.
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!