I
Ivar Svendsen
Hello.
In order to properly delete a record from a form, I have
to catch the Delete event, set Cancel=True and do some
updating on several tables.
My problem is that even when deleting only a single record
the Delete event is called twice. This cause problems
because at the second time the record is already deleted.
Also, if the user chooses to cancel the delete process,
the delete warning will appear twice.
Could anyone please help me with this?
Regards,
Ivar Svendsen
In order to properly delete a record from a form, I have
to catch the Delete event, set Cancel=True and do some
updating on several tables.
My problem is that even when deleting only a single record
the Delete event is called twice. This cause problems
because at the second time the record is already deleted.
Also, if the user chooses to cancel the delete process,
the delete warning will appear twice.
Could anyone please help me with this?
Regards,
Ivar Svendsen