hi guys,
i'm really stuck the following problem "row cannot be located for updating. some values have been change since it was last read"
the detail is as follow
i have two table, one got part no and name and 2nd one got reorder level, max level
on table 1 i wrote the query like select * from item where name<>'' (i'm using ADO Query)
and table 2 named level is tado table...which got datasource of above said query and linked on partno.
there is situation where in item table there are 1000 record and level table got 500....so i show the grid (which filled from query) and also show on the screen two dbedit field link to level table....so when user scroll thru the grid it show the level again the item in dbedit field.
i also put button, like add, edit and save, so if someone want to change the level of a item, it click edit button and change the value dbedit field....and once done, click save button, now in some cases i get the above message...sometime i edit or add new in level table...things work fine.
can someone help on it? I'm stuck wiht it and unable to find out the solution. it is very simpel master detail form.
thanks in advance.
i'm really stuck the following problem "row cannot be located for updating. some values have been change since it was last read"
the detail is as follow
i have two table, one got part no and name and 2nd one got reorder level, max level
on table 1 i wrote the query like select * from item where name<>'' (i'm using ADO Query)
and table 2 named level is tado table...which got datasource of above said query and linked on partno.
there is situation where in item table there are 1000 record and level table got 500....so i show the grid (which filled from query) and also show on the screen two dbedit field link to level table....so when user scroll thru the grid it show the level again the item in dbedit field.
i also put button, like add, edit and save, so if someone want to change the level of a item, it click edit button and change the value dbedit field....and once done, click save button, now in some cases i get the above message...sometime i edit or add new in level table...things work fine.
can someone help on it? I'm stuck wiht it and unable to find out the solution. it is very simpel master detail form.
thanks in advance.