Unknown Variable SETRANGE

Hey,

I have a strange Problem.

I´m in an Request Page in a Function Called SetDimFilters, i copied it from a other Page (5000094) but now when i want to compile it it Says You have specified an unknown variable

SETRANGE

5125.Unbenannt.JPG

How can i solve this Problem ?

Hi
SETRANGE is Record Function So You Have to Define the Table/Record as Global/Local like Standard Code below

Table.SETRANGE(Table.Field,Starting,ENDing);

Ooops Thanks for Quick answer now it works, i´m new to Navision
Have a good Day.