eduardourra
19th August 2011, 21:57
Hi,

I have a problem at tisfcdll0001 (LN) dividing "tisfc013.qplo / tisfc013.qpli" when the two values are "0", the real problem is that in our server (development server) the result of that divition is 0.NaNQ and the program continue but in other server (production server) the same division throws a white screen error and the program stop, is there a parameter in baan to change behavior in the division ?

tisfc013.prte = tccom.dll0001.domain.round(
|#EDDY.so
| tirou102.prte / i.qty.ratio,
|#EDDY.eo
tirou102.prte * |#EDDY.sn
(tisfc013.qplo /
tisfc013.qpli),|#EDDY.en
domainof(tisfc010.prte))


Thanks

mark_h
28th August 2011, 18:45
Not that I am aware of. I had the same type problem between our test and prod systems. In my case it was custom code I just fixed to make sure that it only did the division when it was greater than 0 and using double compare. For some reason the test system would keep running, but production would toss up the error and stop.