What is the difference between boiler plat images and image
items?
Answer / 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 |
What built-in is used for showing the alert during run-time?
how to pass 2 parameters from one form to other in oracle applications?
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
how we can validate the run-time parameters in reports 6i
How do you control the constraints in forms ?
A query fetched 10 records How many times does a PRE-QUERY Trigger and POST-QUERY Trigger will get executed ?
What is the between Function and Procedure?
What are the built-ins used for finding object ID functions?
what are difference between post database commit and post-form commit?
What are the triggers available in the reports?
How can we expand Parameter Form Canvas on Reports 6i?
What are parameters?