U Date

Alkro
Alkro Member Posts: 115
Hi!

I'm trying filter by date in G/L Entry Table, but i have a question.

If my filter is a year (f.e. 01/01/06..31/12/06) i can see all the entries perfect. But i need that the filter will be:

01/01/06..01/01/07 - 1 --> Really 01/01/06..31/12/06 but the problem is entries of closed period, with date = U31/12/06. This entries is not filtered.

How can i put the filter?

Actual filter:

r_Entry.SETRANGE("Posting Date",010105D,FromDate-1);

Where FromDate is a date that the user want. Problem is when FromDate is 01/01/xx.

Regards

Comments