Little up arrow on print layout, and loosing blob fields

I ma having two problems storing a signiature as a blob field.

First is probably easy, but when i put the object on my print preview form, it it prints with a little arrow pointing across and up. I am sure this is displaying the sliding properties, but how do i get rid of it on the printed copy!

Secondly and this may be unrelated, i kepp occasionally loosing the signature that has been stored in my blob field. This seems very random, and i am certainly not dragging anything onto the field in my layout where it is displayed.

Has anyone else had a problem with such happenings and what might be the cause. It sometimes doesnt happen for a few days and then the graphic just dissappears? I think it might be related to occasional developer crashes that happen sometimes if i have left developer running on my mac for a while unattended?

David

check your code for comparison mistakes like this:

if(blobfield = null)

must be

if(blobfield == null

maybe that is happening somewhere in you code?
I have NEVER seen disappering blobs.