hello,
in an edit page I have some records and an image field.
I have the following code in the beforeRecordUpdated event:
if values("myImagefield") <> "" then
[my code to check if I changed the image]
end if
if I edit the record WITHOUT editing the image, the image field is updated to empty
the same code in the beforeRecordAdded event works perfectly..any suggestion?
thank you