Remove image from record (set null value)

Hi,

When there is an image on your form, you have 4 possibilities under the right pop-up menu:

Load Image
Save Image
Copy Image
Past Image

What I miss is the possibility to Cut/Remove image from my record (so put null value in it)

Of course I can put an extra button next to an image that clears the field, but that is not reaaly a good solution.

Is there some way that I don’t know, how I can remove the image from a record?

Martin

Where is the difference in make a right mouseclick on the image or a left onto a button or the image with an onAction methode, executing a methode?

The right click is standard Servoy for each image

An onAction on an image I have to program for each image on each form.

So quite a difference!