Hi to all,
I have a custom Worksheet page like picture 1
I int the Posting Date OnInit on Page like:
OnInit()
gDatePostingDate:=TODAY;
and it works until I change the Posting Date. But when I change a Posting Date to be another date it doesen't work.
For example if a change to be 09/30/2014 when I enter "Qunatity Sale" it returns Posting Date to be 09/29/2014. (picture 3)
I use NAV 2013 R2.
Any advance,
Thanks a lot
0
Comments
Is there code on OnValidate of the gDatePostingDate?
It probably should update a posting date on the header.
Tino Ruijs
Microsoft Dynamics NAV specialist
CurrPage.UPDATE on Valide
gDatePostingDate - OnValidate()
CurrPage.UPDATE;
and it works.
Thanks a lot,
Best Regrads,
Tino Ruijs
Microsoft Dynamics NAV specialist