Joy Conner
12th December 2003, 18:12
While creating a new item record, I populate the purchase price field.

The system asks me if I want to replace the average purchase price field and I answer "NO". The system does NOT ask me if I want to replace the latest purchase price but it puts a value in this field anyway.

Normally the system asks me if I want to replace the latest purchase price and I answer "NO". Does anyone know what triggers this question?

Moshe Almog
15th December 2003, 09:49
Hi Joy,

As far as I can see the only condition for that question is:
"if tiitm001.ltpr = 0 and tiitm001.prip <> 0 then".

So it should be asked when you tab over the purchase price field tiitm001.prip.

Maybe it is not asked when you exit the field with an "Arrow" botton instead of "Tab" !!!
I saw such a problem in another session.

Regards,
Moshe