Image item [message #475167] |
Mon, 13 September 2010 07:08 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
aj_aaron2002
Messages: 15 Registered: August 2010 Location: London
|
Junior Member |
|
|
Hello All,
Please I need help with uploading an image item which is not a database item from the operating system.
Pls any pointer will be appreciated. I am using forms 10g on db 10g. My platform is windows Vista sp1.
I am trying to use
GO_ITEM('BEEEE');
Set_Custom_Property( 'SALGRADE.BEEEE',1, 'READIMGFILE', 'C:/users/ajayia/Desktop/Beeee.jpg' ) ;
But I just get a blank image on runform. Pls help. I am using WHEN-NEW-BLOCK-INSTANCE trigger.
I have tried it on when-new-form-instance, but also not working. The file am trying to upload is a JPG file format,
but i cant find the file type in forms image item property. What can I change it to. Or how to i go about changing it.
Cheers
Aj
|
|
|
Re: Image item [message #475273 is a reply to message #475167] |
Tue, 14 September 2010 02:12 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
ranamirfan
Messages: 535 Registered: January 2006 Location: Pakistan / Saudi Arabia
|
Senior Member |
![ranamirfan@gmail.com](/forum/theme/orafaq/images/google.png)
|
|
Dear,
Search this built-in From Forms Help & try it.
READ_IMAGE_FILE Built-in
Description
Reads an image of the given type from the given file and displays it in the Oracle Forms image item.
Regards,
Irfan
|
|
|