Hi,
On a Sales Invoice, when pushing F9 to show Sales Statistics, the following code is commented :
SalesSetup.GET;
{
IF SalesSetup."Calc. Inv. Discount" THEN BEGIN
CurrForm.SalesLines.FORM.CalcInvDisc;
COMMIT;
END;
}
FORM.RUNMODAL(FORM::"Sales Statistics",Rec);
Anyone knows the reason for this??
Thanks!
0
Comments
So you should ask the person who has made this modification.
may be i am wrong... may be i am right...
As you can see, nobody has modified this code, it's original. How is it possible that in your DB it is not commented? Could it be due to the language? This is a big mistery...
As i work for an end user now i don't have access to SP2. So as far as i did a study on this SP2, i think there is code commented in other parts of system as well, but not according to standard. check this topic out in this form . Microsoft Business Solutions-Navision W1 4.0 SP2
I will try to get moe info if u need
I've downloaded the International version of Cronus (in English), and the code is not commented in that database. Must be some issue with the Spanish version. I'll report it to Microsoft.
Thanks for your help.