Top "Oracleforms" questions

Oracle Forms is a software product for creating screens that interact with an Oracle database.

How to read the PL/SQL code in an Oracle Forms .FMT file?

Oracle Forms10g provides a tool to convert the Oracle Forms modules, from the binary format (.FMB) that Oracle Forms …

oracle oracle10g oracleforms
Forms Suppress Error Message And Catch frm-40350

I have the following code on a button's WHEN-BUTTON-PRESSED trigger BEGIN SYNCHRONIZE; populate_maximo_records; END; There will be a …

oracle oracleforms
How can I display a dialog canvas in Oracle Forms Builder?

I have built a form in which the user can view multiple rows of data pulled from a table. The …

forms oracle plsql oracleforms
Old and new values in Oracle Form

I'm working with Oracle Forms. I have a field named SOLD_TO_CUST_PARTY_NAME. I have to execute a …

sql oracle plsql oracleforms
How to disable a block on form intiation and to enable the same on button click in oracle forms

I am new to oracle forms. I want to disable a data block on form initiation and to enable the …

properties triggers oracle10g oracleforms
How to delete empty element in popup list

I have a question about a suspicious behaviour in Forms Builder 10.1.2.0.2. When I have a list object (pop up list) …

oracle11g oracleforms
How can I call a Java object/function from Oracle Forms 6i?

I am working on a legacy project that is using Oracle Forms 6i (yes, I know its old) to call …

java class methods invoke oracleforms
problem in finding list of files in directory

I want to retrieve list of all file in a specific folder that included oracle form and menu and report …

oracle oracleforms
FRM-93652: The runtime process has terminated abnormally

I faced the error: FRM-93652: The runtime process has terminated abnormally. Contact your system administrator. Details ..... Forms session ID is …

oracle weblogic weblogic12c oracleforms oracle-fusion-middleware
Oracle : Execute Query with LOV selected value

I need to run a query with a value that is selected from a LOV. I've got the next setup : …

oracle oracleforms lov