I'm an Nav programmer.
I've already created a codeunit for this but it doesn't have any effect.
I'm trying to multiply the amount with a thousand.
The code looks like this:
grootboekpst.SETCURRENTKEY(grootboekpst.Nr);
grootboekpst.SETFILTER(grootboekpst.Boekingsdatum, '%1..', begindat);
IF grootboekpst.FIND('-') THEN BEGIN
REPEAT
grootboekpst.Amount := grootboekpst.Amount * 1000;
UNTIL grootboekpst.NEXT = 0;
END;
Comments
What do you want to do exactly ? Are you End User or Nav partner ?
I've already created a codeunit for this but it doesn't have any effect.
I'm trying to multiply the amount with a thousand.
The code looks like this:
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks a lot!!!!!