Home » Developer & Programmer » Forms » Image Item
Image Item [message #306920] Mon, 17 March 2008 04:57 Go to next message
*munnabhai*
Messages: 157
Registered: March 2008
Location: Riyadh
Senior Member
Hi guyz,
i have one emp_pic item in my table and i want to insert an image obejct in that field.

i wanna to create a push button, when pressed it will open a dialog box after that we can select the image and insert in that emp_pic item.

how can we do this?

Regards
Re: Image Item [message #307406 is a reply to message #306920] Tue, 18 March 2008 16:53 Go to previous messageGo to next message
farooq112
Messages: 90
Registered: September 2006
Location: cairo
Member
forget man

but try use java if u can

use this link

http://sheikyerbouti.developpez.com/index_en/

but i hope
Re: Image Item [message #307491 is a reply to message #306920] Wed, 19 March 2008 00:35 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Search this forum for 'image' and 'graphic'.

David
Re: Image Item [message #307503 is a reply to message #306920] Wed, 19 March 2008 00:54 Go to previous message
thomasscaria
Messages: 21
Registered: July 2007
Location: Kuwait
Junior Member
in forms 6i use the builtin

get_file_name

example

DECLARE
filename VARCHAR2(256)
BEGIN
filename := GET_FILE_NAME(File_Filter=> 'TIFF Files (*.tif)|*.tif|');
READ_IMAGE_FILE(filename, 'TIFF', 'block5.imagefld);
END;
Previous Topic: reply please
Next Topic: how to scan duplicate records with out saving in to database
Goto Forum:
  


Current Time: Sun Feb 09 22:19:56 CST 2025