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 is the difference between restricted and unrestricted package procedure ?
What is new_form built-in?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
What are the different types of key triggers ?
what is a package n what r the packages availbla in report
What is the usage of the Flex mode in Layout Editor ?
What are the built-ins used for Getting cell values?
Why oracle forms required?
how to create the triggers in the forms?
What is the order of the triggers fired once the form is opened?
What is a radio Group?
Is it possible to split the printpreviewer into more than one region?