I created a table with a rate in it of N(5,2). In the master file, the rate was N(7,2). When I inserted the master rate into the created table, a rate of 191.25 was stored as 191.30
basically code is
select master
store rate to m.createdrate
insert into created from memvar
I you wait window before insert, m.createdrate is correct
When you browse created, the rate is 191.3
I changed the created table to have rate of n(7,2) and rate is ok.
basically code is
select master
store rate to m.createdrate
insert into created from memvar
I you wait window before insert, m.createdrate is correct
When you browse created, the rate is 191.3
I changed the created table to have rate of n(7,2) and rate is ok.