Quantcast
Channel: Dynamics 365 Business Central/NAV User Group
Viewing all articles
Browse latest Browse all 11285

Forum Post: RE: OnQueryClosePage - Move the page to next record

$
0
0
[quote user="Raja Venkat"]HI , There is a workaround I.e you can call Another Page by Using Page Number and Record Like this IF CloseAction IN [ACTION::OK,ACTION::LookupOK] THEN BEGIN IF Rec.NEXT <> 0 THEN PAGE.RUNMODAL(30,Rec); //30 is Page Number END; [/quote] Thanks, you made my day !

Viewing all articles
Browse latest Browse all 11285