This topic is locked

error updating record with image

6/7/2011 12:33:26 PM
ASPRunnerPro General questions
S
silk author

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