What is a Poplist?
The poplist style list item appears initially as a single field(similar to a text item field. When The operator selects the list icon, a list of available choices... Read more »
The poplist style list item appears initially as a single field(similar to a text item field. When The operator selects the list icon, a list of available choices... Read more »
The Text_IO package allows you to read and write information to a file in the file system. Read more »
To indirectly reference a parameter Use the NAME_IN and COPY built-ins to indirectly set and reference the parameter??s value. Read more »
In PL/SQL, you can reference and set the values of form parameters using bind variable syntax. Example :PARAMETER.parameter_name=??VIKRAM??; or :block.item=PARAMETER.parameter_name; Read more »
You can use the IMAGE_ZOOM built-in subprogram to manipulate images in image items. Read more »
The Following triggers are available for responding programatically to image items events When-Image-Activated First when the operator double-clicks on a image item When-Image_Pressed Fires... Read more »
Boilerplate Images BoilerPlate images are static images(either vector or bitmap) that you import from the file system or database to use as graphical elements in... Read more »
When the value of a data parameter being passed to a called product is always the name of a record group defined in the current form. Data paremeters are used to... Read more »
The ODBC Manager manages all the data sources that exists in the system. Read more »
The ODBC Driver allows the developer to talk to the back end database. Read more »
The name of the DBMS, the location of the source and the database dependent information. Read more »
ODBC uses the description of the datasource available in the ODBC.INI file to load the required drivers to access that particular back end database. Read more »
Inheritance is a method by which properties and methods of an existing object are automatically passed to any object derived from it. Read more »
A file server just transfers all the data requested by all its client and the client processes the data while a database server runs the query and sends only the... Read more »
Because an event driven program is always waiting for something to happen before processing. Read more »