Dispalying Image in Forms 9i [message #329218] |
Tue, 24 June 2008 10:02 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ukgweb
Messages: 13 Registered: June 2008 Location: cyberspace
|
Junior Member |
|
|
Hi Experts
Please help : How to display an jpg image in Forms 9i
To make it more clear: Displaying an image from your file system and not from the Database.
What I know: i wrote the plsql below code, but not sure where to write block level or item level
when-new-block-instance
read_image_file('C:\images\sunset.jpg','jpg',':block2.image9');
Thanks
|
|
|
Re: Dispalying Image in Forms 9i [message #329477 is a reply to message #329218] |
Wed, 25 June 2008 09:22 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
cjack
Messages: 22 Registered: June 2008
|
Junior Member |
|
|
Hi,
It depends on your requirement, if you want to show the image when form show, you can add in "when new form instance" trigger, or if you want to show when touch the block, add to "when new block instance", if you want to click the image item then show the picture, then add to "when new item instance"
Jack
|
|
|