Dynamic code changing?

abartonicekabartonicek Member Posts: 162
edited 2005-12-05 in Navision Attain
I know you all think that's impossible, but, Navison can do that too :)

I have this line of code:
PurchaseLine."Unit of Measure Code" := PurchaseLine."Unit of Measure Code"::KG;
and after I compile it and run it the line looks like this:
PurchaseLine."Unit of Measure Code" := PurchaseLine."Unit of Measure Code"::"4672511";

Any ideas?
Better to be critical then self-critical :)

Comments

Sign In or Register to comment.