RPatrick10
IS-IT--Management
I am looking to display images of our products within our database reports. I found the BITMAP() powerbuilder function. The problem is that I have 300+ images I would like to use. I can do it by using IF statements (such as...BITMAP(IF(product="001", "1.bmp", IF(product="002", "2.bmp", 0). For 300+ prodcuts this would take forever & be an extremely long calculation. Is there a way I can point to an external file with the bitmaps listed & use a different picture for each product? Thanks.