Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RPatrick10
  • Content: Threads
  • Order by date
  1. RPatrick10

    Getting external BITMAP images with Powerbuilder

    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)...

Part and Inventory Search

Back
Top