Pretius / Pretius-APEX-Enhanced-Lov-Item

Oracle APEX plugin
MIT License
24 stars 11 forks source link

Can I display image (from BLOB) in the popup report? #52

Open ravaia opened 4 years ago

ravaia commented 4 years ago

Hi,

can you please inform us about can we use Images , blob columns in the displayed popup list?

How should I configure to get the img displayed?

Thank you! This is a very usefull plugin! Grats, Andras

bostrowski commented 4 years ago

@ravaia No, the plug-in doesn't support blob column.

If I would need to make it done I would think about using rest service returning blob content. Then use the rest service as the source for img tag which is returned from sql query.

Regards Bartosz