How I can load an image into image item on Forms.
I want to know about built-ins and procedure.
and also code for it.



How I can load an image into image item on Forms. I want to know about built-ins and procedure. an..

Answer / Pushpendra Bahadur Singh

You've already received a response for this question (QNO: 63036). To summarize, in Oracle Forms, you can load an image using the IMG_FILE built-in function. Here's a basic example of how to load an image stored in a local file:n
1. Create an image item on your form.
2. In the form's trigger for any event (e.g., LOAD_FORM), use the following PL/SQL block:nndeclarenl_image blob;nbeginn l_image := IMG_FILE(FND_PROGRAM_FILES_DIR || '/images/your_image.jpg');n set_property('IMAGE1', 'BLOB', l_image);nend;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle AllOther Interview Questions

what is diff between pre insert,on insert,post insert triggers?

1 Answers   IRISA,


What command would you use to create a backup control file?

1 Answers  


Can we modify approve purchase order?if yes what is navigation?

1 Answers   L&T,


What are different types of receipt reversals ? Explain them : oracle accounts receivable

1 Answers  


Olap tools

0 Answers  


3. Steps in UAT?

1 Answers   Oracle,


What are the advantages of operating a database in ARCHIVELOG mode over operating it in NO ARCHIVELOG mode in Oracle?

1 Answers  


how to replace not in with not exist?

1 Answers   IBM,


while creating requisitions i am unable to see the list of organisation can anyone help me out ?

1 Answers  


what is domain in database and its benefits?

0 Answers  


what are basic modules required to implement oracle application in any oraganisation?

1 Answers  


pl help me, i want oracle HRMS training institute address,in chennai

8 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)