After importing bmp file navision gives error

Dear All

After importing a photo in employee card, navision gives error (c/side was unable to load a windows resource). But this happens only when we are searching those particular record.

I want to know that how can I remove that picture directly from employee table. I just remove the * mark from picture field but it gives the same message.

Please help me.

Sounds like you may have to write a CodeUnit to delete the image. To give you an idea on how to write the function, take a look at the code that is used on the Company Information form>>Picture>>Delete. Good luck