Hi,
How do I look up from a field(''No.'' from Customer table) on a request page of a report?? I have already created a filter based on this field on request page.
*This post is locked for comments
Selec the field on the Request Page of the Report and in the Properties in the TableRelation add the condition or table
Customer WHERE (Location Code=CONST(TEST))
Hi Rajat,
You can write following code OnLookup Trigger of the field created at Request Page.
IF PAGE.RUNMODAL(PAGE::"Customer List",Customer) = ACTION::LookupOK THEN BEGIN
CustomerCode := Customer."No.";
End;
Hope this helps.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156