Tagged Questions

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

learn more… | top users | synonyms (1)

8
votes
12answers
65k views

Oracle Forms/Applications in Internet Explorer 8 using JInitator

Has anyone been able to get Oracle Forms running JInitator to loan in Internet Explorer 8 yet? I have tried removing all add-ons, various version of Java, add the domain to the trusted sites using ...
7
votes
14answers
12k views

Best solution for migration from Oracle Forms 6i to the web?

I work in an Oracle shop. There's a toolset that consists of roughly 1000 Oracle Forms (using the Forms builder from 6i, early 90's software) with Oracle 10g on the back end. It's serving roughly ...
3
votes
1answer
1k views

how to begin learning oracle forms and reports?

i have complete sql and plsql course and , i want to begin learn oracle forms and reports so i want to know how to begin and what i need (books , websites ..) thanks
3
votes
3answers
932 views

Migrating Oracle Forms to Java

Does anyone know an automated solution to migrate Oracle Forms to Java desktop forms (e.g. a code generator whose input are Oracle Forms definition files and output is Java code in ...
3
votes
4answers
7k views

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 Builder works with, to text format (.FMT). For example, if you create a module ...
2
votes
1answer
74 views

IS there reflection in Oracle Forms 6 or later?

IS there reflection in Oracle Forms 6 or later? Is it possible to enumarate labels or other elements?
2
votes
1answer
178 views

jpanel overlap other components

I have serious problem when I add JPanel to Oracle Forms Container (based-on AWT Container). I add JPanel first, after that I add some VTextFields (Oracle Forms text field). import java.awt.Color; ...
2
votes
1answer
122 views

Glassfish instead of WebLogic for Oracle Forms 11g application

Is it possible to use Glassfish instead of WebLogic for Oracle Forms 11g application? Is there any container/plugin/whatever for Glassfish to use with Oracle Forms 11g? Both Glassfish and WebLogic ...
2
votes
2answers
118 views

How to cancel the insertion of records (create_record;) in Oracle Forms? Like a cancel button

I'm having a problem in cancelling a DML. I'm a beginner in PL/SQL, sorry. My program is this. In runtime, there's an add button where you can add records. but what if I pressed the add button, and ...
2
votes
3answers
194 views

How do I create a case sensitive query in Oracle forms?

I have a block based on a table. If I enter "12345" in enter query mode, it creates a query with WHERE my_field = '12345' If I enter "12345A", it goes WHERE (upper(my_field) = '12345A' AND ...
2
votes
3answers
188 views

How do I call Perl modules from PL/SQL, Oracle Forms?

What we would like to do is to export data from Oracle Forms into XLS file (server-side). We found out that Perl has superb SpreadSheet::WriteExcel and SpreadSheet::WriteExcelXML modules for this. The ...
2
votes
1answer
341 views

compile oracle form

I want to know, can I compile oracle forms without using Oracle Form Builder? I mean is there any command for compile them without open the oracle form? I am using a batch file for compile them, but ...
2
votes
1answer
181 views

Oracle Forms: execute on canvas load

I have a form with 2 canvases. The first canvas has a button that loads the second canvas when pressed. Now I want to fill some data in a list item (that is in the second canvas) when the second ...
2
votes
2answers
284 views

How i can get value from specific item instance?

I'm trying to create multi-item database based form. When i open it, it will be populated by one record only, always. And i want functionality in it, that will fill all fields of new created record, ...
2
votes
1answer
648 views

Oracle Form Builder displaying blank page

I am trying to make a form using Oracle form Builder. I can connect to the database and create a basic form. The problem arises when I try to run the form. It opens my default browser and just ...
2
votes
1answer
719 views

how disable F8 in oracle form

How I can disable F8 in oracle forms? I have developed a form and put verification for the save button. But users bypass this verification by pressing F8 to save the form. I put my verification check ...
2
votes
2answers
259 views

NoSQL movement - justification for SQL RDBMS

In past year I've made numerous projects with NoSQL json based databases - the rich kinds (not the key/value stores) - such as CouchDB, MongoDB, RavenDB. I talk to fellow programmers often about my ...
2
votes
4answers
697 views

how send email by Pl/sql

I want send email by using *oracle 9i - Enterprise edition release 9.2.0.8.0 ,*I know there is one package for oracle 10,but would you advice me about it for oracle 9i? Is there any package ? Can I ...
2
votes
1answer
375 views

Get selected text within an text item in Oracle forms

There is following scenario: In Oracle Forms 10, there is a TextItem with text in it. User selects a part of the text using his mouse or keyboard and presses a forms button with trigger behind it. ...
2
votes
1answer
131 views

Developer2000 OPEN_FORM built-in

I am a newbie in Developer2000. I have an Oracle pl/sql procedure (say, proc_submit_request) that fetches thousands of requests and submits them to dbms_job scheduler. The calling of dbms_job is ...
2
votes
2answers
143 views

Database forms VS Programming

What is the benefit of using Oracle Database forms VS using C#(VB) or like this for programming? from academic view
2
votes
6answers
2k views

Evaluation of PL/SQL boolean variables in Oracle Forms

Suppose I have a BOOLEAN variable within a PL/SQL block in an Oracle Form: DECLARE is_viewable BOOLEAN; BEGIN is_viewable := ...; IF NOT is_viewable THEN raise_my_error(); // pseudo-code ...
2
votes
3answers
496 views

Scalability of Oracle Forms

What is your experience regarding the scalability of Oracle Forms? What's the maximum number of application users you would use Oracle Forms for: 100, 1000, 10000, 50000? I know that this question ...
2
votes
1answer
934 views

Converting Oracle Forms to Apex - Is it worth considering the Apex Forms migration tool?

Friends, I am looking at migrating a Oracle Forms (10g) application to APEX (3.2.1) and looking at options that would enable me to get to a stage where I can obtain a "first cut" of the Oracle Form ...
2
votes
1answer
202 views

Oracle Forms: Why can't I add a new Type Spec?

I wish to add a Type Spec to an Oracle Form. Unfortunately, this option is disabled in the "New Program Unit" dialog: Does anyone know how to add a Type Spec to an Oracle Form? Version of Oracle ...
2
votes
1answer
454 views

Source code control for Oracle Forms/Reports Builder

Am looking and testing all the source control solutions to use with Oracle Forms/Reports builders. but, none of the existing solutions works well with Oracle products. Any one out there did a similar ...
2
votes
1answer
1k views

Vista focus issue when invoking Microsoft Word spell check from Oracle Forms

Friends, In testing our Oracle Forms application on Vista I have found a interesting "challenge". The application can invoke the Microsoft Word spell checker to perform a spell check on a field. ...
2
votes
1answer
1k views

Oracle Form Builder: Switching between tabs in a form

i am building a form in oracle forms builder i have a tabbed canvas i need to know how to swap to the next tab when a button is pressed so what do i program into the next-tab button??
1
vote
1answer
29 views

How can I prevent the user from creating more than one record at a time in multirow block?

I have a form with a multi-row block based on a table. The requirement is that the user can only enter 1 row into the block at a time and commit it. They should not be allowed to create a second row ...
1
vote
0answers
41 views

WebUtil's CLIENT_TEXT_IO.PUT_LINE when writting CSV files

We're migrating our Oracle forms and Oracle reports from 6i to 10g over Windows 7. But when we changed the new PC's with Windows 7, users reported several reports and some forms that generates CSV ...
1
vote
0answers
83 views

How to use key-enter trigger in oracle forms10g

I am using oracle forms 10g I have used key-enter trigger. I have created 3 text fields in which 2 are for inputs and 1 for result i want show addition of 2 i/p in result field. I have used ...
1
vote
1answer
65 views

how to find oracle form version dynamically

I have few form which have different behavior in 6i version and 10g version. right now I create a field and I set 6i or 10g to control the form but it is so boring . I want to know is there any ...
1
vote
1answer
73 views

How to find oracle forms dependency

I have 20 forms which I want to find all the dependency of them, would you mind help me please? For instance if these forms using same table show me a dependency among them. actually I want to do ...
1
vote
2answers
61 views

Disable the query retrieve (ctrl+f11) on a detail block in master-detail relation in Oracle Forms

I have form, which has 3 datablocks. One of them is a master block and the other two are detail(child) blocks. When my cursor is in master block and I press (F11 & Ctrl+F11) my form works fine, ...
1
vote
1answer
62 views

How can i forbid an master-detail insert with no detail in Oracle Forms

I'm trying to create a block which represents an order and that block has a master-detail relationship with the block order_itens. I need to forbid the saving of this data structure IF i don't have ...
1
vote
1answer
155 views

Mouseover Show popups - Oracle Forms 10g

I have created a stacked canvas in Oracle Forms 10g.Also I have 2 buttons that on click perform show or hide functions on the stacked canvas.The stacked canvas is placed on top of a content canvas. ...
1
vote
1answer
73 views

Is it possible to have DropDown with Check Box in Oracle Forms?

I had a doubt that can we have Checkbox in Dropdown in Oracle Forms?
1
vote
1answer
293 views

Oracle Forms - Commit Single SQL Statement Instead of Entire Form

I'm working on an Oracle Form (10g) that has two blocks on a single canvas. The top block is called QUERY_BLOCK which the user fills out to fill PRICING_BLOCK with rows of data. However, in ...
1
vote
1answer
210 views

Does on-select trigger fire during/after query-procedure trigger fires?

I have a form that I'm looking at, which makes use of stored procedures as data block source. I'm trying to find when/where the block gets populated. The block as query data source type as Procedure, ...
1
vote
1answer
155 views

Oracle forms10g shows blank page

I Installed Oracle forms 10g on windows7 and created a sample form . Then I start up OC4J and run the form. What I get is a blank screen. The URL is http://user-pc:8889/forms/frmservlet Notice that ...
1
vote
0answers
364 views

Oracle Forms : How to make a window/canvas/form the starting one

I have a school project where I have to make a small database application using Oracle Forms. I have 4 forms in my application: A login form A main form A form that is displayed after the new ...
1
vote
3answers
256 views

Need to learn Oracle Forms 6.0, can't setup environment

I have Oracle Forms Interactive Workbook, and it looks like a good tutorial, but I can't setup environment to do exercises (book uses Oracle Developer 6.0 & Oracle8). I installed Oracle Forms 6i ...
1
vote
2answers
180 views

how connect to mysql from oracle form

I would like to know can I connect to MySQL from Oracle forms? if yes would you put and example for me?
1
vote
1answer
86 views

Where can I find documentation for the JNI package in Oracle Forms?

Oracle Forms provides a PL/SQL package named JNI to interact with Java. Does anyone know where I may find this package's documentation? I have only been able to glean parts of its API by reading the ...
1
vote
1answer
102 views

Is there a way to connect Oracle from MySQL

Can any one suggest me if there is a way to connect Oracle from MySQL please.
1
vote
2answers
362 views

Removing field highlight in Oracle Forms data block

In Oracle Forms 10g, when you programmatically navigate to a field in a data block using the GO_BLOCK or GO_ITEM built-in functions, and set the field to a certain value (in our case, the wildcard ...
1
vote
2answers
351 views

Oracle Forms Vs APEX

Why are companies and developers migrating from Oracle Forms to APEX? I need the answer of this question as I am going to develop new application, and I'm hesitating between Oracle Forms and APEX
1
vote
1answer
384 views

stacked canvas on one content canvas at the same window

if i have two content canvases and one stacked canvas at the same window is it possible to display this stacked canvas at only one specific canvas at the same window ??
1
vote
1answer
120 views

Form Layout style

As we know Data Blocks style layout in oracle can view in 2 way: 1. FORM 2. TABULAR I want to know in Java is there any component have same behavior? I mean I want to have table(in form style) same ...
1
vote
2answers
512 views

problem in creating GUI for upload & download file by Oracle forms

I want to create a GUI in Oracle form 10g, the purpose of creating this page is : -user able to upload & see uploaded file(upload into ftp) -User able to remove his file(from ftp) -user able to ...

1 2 3 4