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
In what situation u create the BPA.
what exactly u write in when_new_form_instance
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
Why oracle forms required?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
how do u compile a form i.e .fmb file in Unix or in dos
a text item is there what r the different types of triggers associated with it
What is an SQL FORMS ?
Name the different triggers supported by oracle reports and their firing order.
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
What is a matrix report and how many minimum groups are required to prepare the same?
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
In what sequence do triggers get fired by oracle forms?