30. März 2009 15:14
Item.SETRANGE("Replenishment System", Item."Replenishment System" :: optBeschaffung[1]) ;
if Item."Replenishment System" = Item."Replenishment System" :: optBeschaffung[1] then
EKPreisBearbeiten();
30. März 2009 15:56
if format(Item."Replenishment System")= optBeschaffung[1] then ...
30. März 2009 16:26
Item.SETRANGE("Replenishment System", optBeschaffung[1]);