I have an Item no. on the Item card with a corrupt picture. The Item form will not let me access the picture. We have over 30 flow fields on the Iem table so we cannot directly access the table. How do I delete a BLOB through a report? Calcfileds.picture; Picture:=’’; will not compile. thanks
Try to use CLEAR(table.picture); table.MODIFY; /Magnus
It worked! thanks