I have created a fact box (cardpart) page. The source is a temp table. On open of the page, I am populating the temp table with values including the image (BLOB). I traced this and it's inserting the BLOB. The problem is it doesn't display the image in the factbox. When I traced the on after get record and on current record events, the image is blank even after I perform a CALCFIELDS(<Imagefieldname>). I am really at a lost. What am I missing? I did CALCFIELDS on the ONAFTERGETRECORD and ONCURRENTGETRECORD triggers. Is there something about temp tables that do not display images? Please help shed some light.
↧