M
Morenight
Hi,
I have a form with e sub form in datasheet view (master detail). If I click
a label in detail form to select the column, press copy button (or ctrl+c),
select another column (in the same subform) and click paste button,
something goes wrong. The pasted column display the new values but if I
close the form and then reopen it, old values comes back. Something in the
internal transaction goes wrong. Modifyed values are inside a transaction:
till the form remain opened I see new values, even if I go to another master
record and then I come back to the previous I see new values, but if I try
to cancel the record I receive the record locked error. I tried to
regenerate the whole db and everything seems to be ok. I have tried to
eliminate beforeupdate, afterupdate and current events but didn't solve.
Pasted column control has no events.
Any Idea? Thanks
I have a form with e sub form in datasheet view (master detail). If I click
a label in detail form to select the column, press copy button (or ctrl+c),
select another column (in the same subform) and click paste button,
something goes wrong. The pasted column display the new values but if I
close the form and then reopen it, old values comes back. Something in the
internal transaction goes wrong. Modifyed values are inside a transaction:
till the form remain opened I see new values, even if I go to another master
record and then I come back to the previous I see new values, but if I try
to cancel the record I receive the record locked error. I tried to
regenerate the whole db and everything seems to be ok. I have tried to
eliminate beforeupdate, afterupdate and current events but didn't solve.
Pasted column control has no events.
Any Idea? Thanks