
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.
*This post is locked for comments
I have the same question (0)Hi All, never mind! I figured out my problem! :) When I was inserting the image from source to temporary table, I wasn't calling the CALCFIELDS. Once I did that, it transferred okay and once I called the Calcfields in the ONAFTERGETRECORD trigger, it was fine! Thank you anyway!