diaplay image in report [message #181128] |
Thu, 06 July 2006 23:45 |
ranikaran
Messages: 6 Registered: June 2006 Location: hyderabad
|
Junior Member |
|
|
hi
in my form i have one image field,and one textitem.if i enter name in text item(ex :xxx).that name .bmp file is displayed in the image filed.I wrote the code like that.bcos i want signature of the candidate in the image.it is working fine.but iam calling report from this form.iam sending name,other fields as parameter to the report&image item also.
all are displying in report except image.
Is there any way to display the image in report.
iam using forms6i and reports6i.
please help me
|
|
|
Re: diaplay image in report [message #181220 is a reply to message #181128] |
Fri, 07 July 2006 09:11 |
kamran.it
Messages: 265 Registered: September 2005 Location: Karachi
|
Senior Member |
|
|
Yes , You can do
create a table like
create table image(
lable varchar2(30),
image blob);
then insert image in table and simple crate report and print.
|
|
|
Re: diaplay image in report [message #181267 is a reply to message #181220] |
Fri, 07 July 2006 17:11 |
dude4084
Messages: 222 Registered: March 2005 Location: Mux
|
Senior Member |
|
|
Hi search report form by giving parameters that "posts by dude4084". As a result you will find a post written by me about image printing.
well, in my project, i have called the reports having image files and it works one. The only difference could be that you supply image name from as parameter.
I suspect a problem while passing the image file name. Because i have observed it gives leading/trailing blanks thus making a MISMATCH filename.
Good Luck
-Dude
|
|
|