It looks like you're new here. Sign in or register to get started.
GLEntry.SETRANGE("Entry No.","From Entry No.","To Entry No."); PAGE.RUN(PAGE::"General Ledger Entries",GLEntry);
Answers
page.setrange("field",2);
page.settableview(table);
IF page.RUNMODAL = ACTION::LookupOK THEN BEGIN [...]
... i.e. you set filters on a Record variable and then pass the Record variable to the Page.