cancel
Showing results for 
Search instead for 
Did you mean: 

Open bmp file on datawindow

Former Member
0 Kudos

I want to open bmp file on datawindow by each row. So I create an ole object which bmp type on datawindow.And the file is located on the local drive.So my question is how to call the bmp file on each row?

PB version : 6.5

sccript:dw_temp.object.ole_1.filepath("C:\XXX\bmp\XXX.bmp")

cpollach
Explorer
0 Kudos

Hi Ice;

Unfortunately, PB 6.5 has not been supported for over 1.5 decades. PB 6.5 was a PowerSoft release of PB - before Sybase, then SAP and now Appeon owned the product.

For the latest and supported PB:

https://www.appeon.com/products/appeon-powerbuilder.html

Regards ... Chris

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Do you only want to show the bitmap? An easy way without ole is to use the bitmap() function in a computed field.