PDA

Click to See Complete Forum and Search --> : Run-time error


Rohan_Powle
Mar 12th, 2000, 11:35 AM
Hello Friends
While Saving record I am getting a error --- the description is --- The action is canceled because of an associated object.... Pls send me ur suggetion....

pardede
Mar 12th, 2000, 04:17 PM
The "Action cancelled by an associated object" error is mostly caused by other actions done by your code which either updates or cancelupdates your current record (sometimes without you being aware of it because you think you haven't done any saving or cancelling). Moving to another record is one example of such 'implicite' update action, so if you try to save it later it says well its already done...

So what I suggest you to do is look carefully at your code and try to look for this kind of situation. If you still have trouble then it might help to post (parts of) your code which you think might be the problem.

By the way, do you use DBgrid?