23. Februar 2006 18:34
IF "Drop Shipment" THEN BEGIN
EVALUATE("Outbound Whse. Handling Time",'0D');
EVALUATE("Shipping Time",'0D');
UpdateDates;
"Bin Code" := '';
END;
23. Februar 2006 18:47
23. Februar 2006 18:52
Hi,
i made a service request regarding this issue, and it will be solved in 4.0
SP3 (about end of 2006).
Following codelines are affected:
Codeunit 76: EVALUATE(PurchLine."Inbound Whse. Handling Time",'0D');
Table 37: EVALUATE("Outbound Whse. Handling Time",'0D');
Table 37: EVALUATE("Outbound Whse. Handling Time",'0D');
Table 37: EVALUATE("Shipping Time",'0D');
Table 37: EVALUATE("Shipping Time",'0D');
Table 39: EVALUATE("Inbound Whse. Handling Time",'0D');
You have to change the '0D' to '<0D>'.
br
Josef Metz
23. Februar 2006 19:01
23. Februar 2006 19:31
23. Februar 2006 20:56
23. Februar 2006 21:09
<OffTopic>
Ich empfehle zum mergen von verschiedenen Versionsständen das Tool Beyond Compare.
</OffTopic>
23. Februar 2006 21:17
23. Februar 2006 21:21
26. Mai 2006 12:02
Michael Schumacher hat geschrieben:Ich hab's gerade gefunden, es stand in microsoft.public.navision auf msnews.microsoft.com
Die Lösung soll sein, das '0D' durch '<0D>' zu ersetzen. dieser Fehler würde im SP3 behoben werden.
ich zitiere:Hi,
i made a service request regarding this issue, and it will be solved in 4.0
SP3 (about end of 2006).
Following codelines are affected:
Codeunit 76: EVALUATE(PurchLine."Inbound Whse. Handling Time",'0D');
Table 37: EVALUATE("Outbound Whse. Handling Time",'0D');
Table 37: EVALUATE("Outbound Whse. Handling Time",'0D');
Table 37: EVALUATE("Shipping Time",'0D');
Table 37: EVALUATE("Shipping Time",'0D');
Table 39: EVALUATE("Inbound Whse. Handling Time",'0D');
You have to change the '0D' to '<0D>'.
br
Josef Metz
ich muss das eben noch testen, ich gebe dann wieder feedback!