Hello,
I am creating a report based on g/l acc.I have to enter account range and date range on the request form.what data type shud the textfield be on the request form so that I can enter a date range like 08/20/05..09/20/05.I tried it as Date type but doesn't work.Plz help.
Thanks in advance
Arjita
0
Comments
There is a control named "StartingDateFilter"
For your account range look at the controls "SalesCodeFilter" and "ItemNoFilter".
Microsoft Dynamics NAV Developer since 1997
MSDynamics.de - German Microsoft Dynamics Community - member of [clip]
If you don't want to use it there, just copy it to a variable and reset the filter in the predataitem trigger or so.