What is the difference between boiler plat images and image
items?
Answer Posted / guest
Boiler plate Images are static images (Either vector or
bit map) that you import from the file system or database
to use a graphical elements in your form, such as company
logos and maps Image items are special types of
interface controls that store and display either
vector or bitmap images. like other items that store values,
image items can be either base table items(items that
relate directly to database columns) or control items. The
definition of an image item is stored as part of the form
module FMB and FMX files, but no image file is actually
associated with an image item until the item is populate at
run time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
What is responsibility and how u attach How to create user and how u attach with responsibility.
hiding item in report how like that properly,thats manually but at runtime i want to do
did u received a single file or multiple files
What is a canvas in oracle forms?
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
How can we generate report output in excel format?
What do you understand by lov?
I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object
what is tripstop report?
if some data is not transfered where it will get stored
What do you understand by oracle forms and why are they required?
how to send file attachment from oracle forms
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables