adspace


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.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

please send me oracle pl/sql exp resume. and also faqs...

2587


what ASIS BUSINESS PROCESS IN ORACLE FINANCE

2372