Creating Excel File in Oracle Forms

Below is the example to create an excel file in Oracle Forms. Pass the Sql query string to the below procedure to generate an Excel file us...
Read More

Cursors Are Important Part Of PLSQL

A cursor acts logically as a pointer into a result set. You can move the cursor through the result set, processing each row, until you det...
Read More

Adding Value To Combo List at Runtime in Oracle Forms

You want to add a value in Combo List item in Oracle Forms, by typing it in combo list box text area. Here is the example is given for th...
Read More

An Example Of Validating Text Item In Oracle Forms Using When-Validate-Item Trigger

Example is given below to validate a Text Item in Oracle Forms with specific rules condition which can be define at run time with the use ...
Read More