L
Lars Brownies
I have a form that is bound to a hyperlink table. I have a delete button
with which you can delete the particular hyperlink record including the
underlying file.
The function that executes the code, first tries to delete the file. If
that's successful, the hyperlink record is deleted. There could be
situations where the hyperlink record can't be deleted for instance because
it's locked. In that case the function would already have deleted the file,
while the hyperlink record remains there.
Is there a way I could perhaps 'pre-lock' the hyperlink record, so I'm 100%
sure it can be deleted after the file has been deleted? Any other hints?
Thanks,
Lars
with which you can delete the particular hyperlink record including the
underlying file.
The function that executes the code, first tries to delete the file. If
that's successful, the hyperlink record is deleted. There could be
situations where the hyperlink record can't be deleted for instance because
it's locked. In that case the function would already have deleted the file,
while the hyperlink record remains there.
Is there a way I could perhaps 'pre-lock' the hyperlink record, so I'm 100%
sure it can be deleted after the file has been deleted? Any other hints?
Thanks,
Lars