Home » Developer & Programmer » Forms » push_button
push_button [message #156834] Sat, 28 January 2006 05:26 Go to next message
eswaries
Messages: 41
Registered: January 2006
Member
What kind of push buttons shall we add?(like bmp 0r jpg)
Re: push_button [message #156837 is a reply to message #156834] Sat, 28 January 2006 06:14 Go to previous messageGo to next message
kiran
Messages: 503
Registered: July 2000
Senior Member
bmp and jpg are picture formats not push buttons.

--Kiran.
Re: push_button [message #156902 is a reply to message #156834] Sun, 29 January 2006 19:26 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Oracle can handle 'bmp' or 'gif' images for buttons. Which version of Forms are you using?

David
Re: push_button [message #158410 is a reply to message #156902] Fri, 10 February 2006 11:39 Go to previous messageGo to next message
Mohannad
Messages: 47
Registered: January 2006
Location: palestine
Member

this is the code u can but it in a push button on oracle 9i
read_image_file ('write her the bath of the pic','','pic');

Re: push_button [message #159394 is a reply to message #156834] Sat, 18 February 2006 02:07 Go to previous message
karan.shandilya
Messages: 64
Registered: July 2005
Location: mumbai
Member
Hi eswaries,
For reading images you just put a BUTTON on your FORM and write this code :

Read_Image_File('write the full path of the image' , 'write its extension whether it is .jpg or .bmp ','name of the pic excluding its extension')

in its when-buttton-pressed trigger.

Suppose
Name of picture is 01xx.jpg stored in the folder "pics" in d: drive of your system.
Then for reading this picture you write this code

Read_Image_File('d:\pics','.jpg','01xx');

Karan.


Previous Topic: Button Label Truncated in Webforms
Next Topic: make a color for the button
Goto Forum:
  


Current Time: Fri Sep 20 05:44:35 CDT 2024