Oracle Forms is a software product for creating screens that interact with an Oracle database.
1
vote
2answers
34 views
Oracle Forms 6i Comparing Fields
I have a form with two fields which are type Char 128 each i am trying to compare the contents of these fields. However i am not getting a proper comparison done. When both fields have the same data ...
2
votes
4answers
43 views
How do you search for PL/SQL code in Oracle forms fmb files?
How do you find code if you don't know which Form it's in. If you know the form you can search pl sql but what if you don't know form?
For example I know the name of a field that is used in some ...
1
vote
2answers
47 views
Oracle Forms 10g Sticky Cursor
I face a really strange problem. The problem is that sometimes the cursor does not listen to mouse, it become suck on the field and does not move to any other field when using mouse navigation but ...
0
votes
0answers
27 views
List of Best testing tools for testing oracle forms except selenium and open script [closed]
I want to test oracle application how should I test the oracle forms or application.
If any tools available please give brief introduction.
1
vote
1answer
36 views
How to change the field dynamically in Oracle Forms Builder 10g?
How to change the field dynamically in Oracle Forms Builder 10g?
Example: If I am have 3 list items like ED,CESS,SHEC etc. Suppose if I need add one more list item. it will show dynamically in form ...
1
vote
1answer
140 views
Oracle Forms 6i Resolve LOV code
I have a LOV with two columns one is code and the other is description. I know that text items have a property which says validate from list however my code field and description field are display ...
0
votes
0answers
110 views
TNS listner error while connection oracle form 10g to oracle 11g
I am running oracle 11g and i am trying to connect form/reports 10 with it and i get TNS listener error. i can connect to oracle 11g DB using PHP, SQLPLUS and SQLDEVELOPER. I am running oracle 11g and ...
1
vote
1answer
71 views
Oracle Forms 10g auto query
I'm creating a form which is populated by a data block query.
Let's say that I had an EMPLOYEE table, with the columns "ID" and "NAME".
Select ID, NAME from EMPLOYEE;
How can I trigger this ...
-1
votes
1answer
53 views
Bad bind variable error in Oracle 10g developer form
I have created a table named password
CREATE TABLE PASSWORD (USER_ID NUMBER(10) CONSTRAINT PASSWORD_USER_ID_PK PRIMARY KEY,
PASSWD VARCHAR2(20) NOT NULL);
INSERT INTO PASSWD (USER_ID,PASSWD) ...
0
votes
1answer
36 views
Attaching library while compiling to 11g
I have problem frmjdapi library. I wrote script for compiling Oracle forms, menus and librarys from 6i to 11g. I found AttachedLibrary, but it only attaches Oracle librarys to menus and forms. How do ...
0
votes
2answers
27 views
Text Item data copy from other
I have two text items. Both of them do not have any value. When I added some text in first text item same data should be reflected to other one. So how to do this.
Thnx in advance
1
vote
1answer
90 views
How to create_record at the top of data block in Oracle Forms Builder?
I would like to be able to create a new record at the top of a datablock?
At the moment I have the following code:
first_record;
create_record;
But this creates the record after the first ...
2
votes
1answer
77 views
PL/SQL: 3-dimensional associative array where last array can be varray of number or varchar2 (with variable length)
Basically I am creating a package that will replicate the procedures/functions of Oracle Form's RecordGroup functions. I am having a hard time simulating these functionalities. Specially where a ...
0
votes
2answers
134 views
Forms and Reports 10g to 11g
I will need to migrate Forms an Reports from 10g to 11g. I need to know did anyone had done something similar and what problems I may discover in the process? Maybe some of you have useful links or ...
-1
votes
1answer
86 views
Alternatives for PL/SQL Group Functions
I imported a needed old PL/SQL package that uses Group functions such as:
Get_Group_Char(or Number)_Cell
Find_Group
Create_Group
Add_Group
Set_Group_Char(or Number)_Cell
Delete_Group_Row
...
2
votes
2answers
191 views
when I export Chinese characters from Oracle forms to Excel, they are not Chinese anymore
I have problem with Chinese characters when I export them from Oracle forms 10g to excel on Windows 7. Although they look like Chinese but they are not Chinese characters. Take this into consideration ...
0
votes
1answer
37 views
Generate web view of data in oracle tables
I have a requirement based on the following that already exists in the system
persistence store is Oracle 11g. no containers in use.
db is on linux 5.6 server.
there are a bunch of related tables - ...
0
votes
0answers
44 views
Why one of my Oracle forms is not adjusted properly when I run it? [closed]
I have a form 10g on windows xp (version 2002, service pack 3). My browser is IE 8. When I run it, it does not adjusted properly on the screen. Users have to click 5 times so that it is adjusted ...
0
votes
1answer
224 views
How to deploy java beans in oracle forms?
I'm using Oracle 11g form developer. I just want to know the procedure for deploying a java bean in Oracle forms
0
votes
2answers
172 views
To copy values from one form to another form
I have two forms, FORM1 and FORM2.
I have to display some of the fields of the form1 in the form2 ( with the values selected)when going through the flow.
Can u pls help me to write a plsql procedure ...
0
votes
2answers
231 views
How to check Parameter List value in Oracle PL/SQL?
I created a param list and add some parameter, but when I want to check if the parameter and its value has been added, it cannot get the value I just added. What's wrong with the code :
IF NOT ...
0
votes
1answer
74 views
how can we integrate help file in oracle forms 11g
I need to show help contents in oracle forms 11g.
I can see "Help book title" property in form's property palette and "Help Book Topic" property in oracle forms items. But I am not able to get any ...
1
vote
3answers
810 views
Oracle Forms 6I Navigating to Cursor nth Record
i have an application i have several blocks they are not database blocks. However i am populating it with records from a Cursor. I have a procedure that loops through the cursor records and displays ...
0
votes
0answers
65 views
Oracle forms instructions
I have to create a library management system using Oracle forms, and I'm a totally beginner with Oracle I never installed it correctly.
So I want to know what software I should install to have the ...
1
vote
1answer
570 views
Oracle Forms 6i Do You Want To Save Changes Message
I have a form that contains several data blocks, all the fields are bind to the database by setting their properties to the database column name. All the items on each block are displayed on one ...
0
votes
0answers
202 views
Oracle Forms Developer - Bring display item to front at runtime
I have 10 square display items lined 2x5 to represent a rectangle shape on my form. The individual display items represent 10 positions on a pallet.
Other display items are then used to represent an ...
1
vote
1answer
143 views
Oracle Forms Developer Drag display items between canvases
Could anyone tell me if its possible to drag display items from one canvas to another? For instance I have a drag and drop function on my form that allows the user to drag display items to different ...
0
votes
0answers
122 views
Right Justify A column In Oracle Report 10g
I am newbie in oracle forms and report . I had created a report that print 500 text . I had
used the option flush justify in oracle report but the text is align in left only but not in right. I have ...
1
vote
1answer
251 views
Oracle Forms setting item invalid
When I use the When-Validate-Item Trigger, it just executes once, when I want to validate, if an Item is not null. It is giving me the message, that something went wrong now. But now I am able to ...
1
vote
2answers
458 views
Running Oracle Forms 11g outside browser
We have an Oracle Forms 11g application which can be started via browser.
This leaves an empty browser window, since Forms opens its own window. However, if you close the empty browser window, the ...
1
vote
1answer
428 views
Passing values from one form to another in oracle forms 6i
I am new to Oracle forms and I am designing writing an application in the same. I have a problem in the following scenario.
I have a form (FORM1) to display a list of items without details for ...
1
vote
1answer
81 views
insert contents of 1 to 20 text areas into table (Oracle app server 10g)
I have an Oracle Application Server (10g) package that basically displays rows of data that users can edit after clicking an edit button. The edit page contains 1 to 20 text fields. It was working ...
0
votes
1answer
282 views
Oracle Forms crashes when trying to open form
Oracle forms crashes when I'm trying to open a form in my local forms environment. This was earlier working for me but I did start to get this error after I have re-install my forms environment. The ...
1
vote
2answers
539 views
How to repeat query in Oracle Forms upon dynamically changing ORDER_BY clause?
I have an Oracle Forms 6i form with a data block that consists of several columns.
------------------------------------------------------------------------------
| FIRST_NAME | LAST_NAME | DEPARTMENT ...
0
votes
0answers
16 views
How to run a batch without opening console window on screen? [duplicate]
Possible Duplicate:
How to run a batch file in Oracle forms with an invisible console
Im running a batch file, from my oracle forms, on an event(when-button-pressed).im using HOST keyword
...
0
votes
1answer
199 views
wrong date insert into the datablock
My problem is related to Date type, I am using below code when I want assign a date to a column.
D_REPORT := to_date(sysdate,'DD/MM/YYYY HH:MI:SS AM');
but sometimes I receive a date like 31/01/0013 ...
1
vote
1answer
650 views
Oracle Forms: How to pass variable between windows by popup menu
I have created a form for a master table, now I want to open another form displaying the details when right click a field and choose "Details".
How could I get the "ITEM ORDER" and pass the value to ...
-3
votes
1answer
134 views
Delete record from my table in the database
I want to delete record from table in my forms and from table in database ...
this is my code:
if /*condition*/ then
delete_record;
commit;
end if;
Note: I get this error: FRM-40508 : ORACLE ...
-2
votes
1answer
179 views
Check for unique item using when-validate-item [closed]
I want to check my item to became unique in my database and the item exist in the databasemit must be clear(this item).
So I use trigger when-validate-item for this item and trigger ...
1
vote
1answer
53 views
Lithuanian characters in button label not displaying correctly
I tried change button label to use Lithuanian characters, but form builder does not display them correctly. Is there something in Oracle Form Builder I need to change to correctly show these ...
2
votes
2answers
526 views
How to make an item not visible in Oracle Forms?
I want to make one text item not visible. In properties I have not found this function, I resize text item to very small size but it is still visible.
I can't delete the item because I need it.
1
vote
2answers
593 views
how to insert current time automatically in table in oracle forms?
I have a problem in oracle forms.
My database is consisting of a main table,table name is (buy_order_customer) which has (b_order_id,customer_id,b_date,b_time).
I'd like to insert the current time ...
0
votes
2answers
146 views
how to autorun oracle LOV
I create an LOV in Oracle Forms but it runs only when I press on item and Edit->Display list. I want this list to display when I click on the item. Should I use the WHEN MOUSE CLICK trigger, and ...
1
vote
2answers
456 views
Oracle form builder list not display vayes
I want make list which will dispay values, like text item byt in list:
My code:
DECLARE
rg_dept RecordGroup;
rg_dname VARCHAR2(4) := 'Name';
dlist_ID Item := ...
1
vote
0answers
40 views
Oracle Devlopment Tool [closed]
I have started developing Data Bases in Oracle APEX 4.1 and i am facing a lot of problems in APEX.I'm looking for best Oracle database development tool . I've searched on internet but i want to get ...
0
votes
0answers
43 views
CKEditor in oracle forms
I need to integrate CCKEditor in my oracle forms. CKEditor provides js configuration files; I want to use javabeans and jar files, and i am sort of new to this, can anyone help please :D
If you have ...
0
votes
1answer
294 views
Searching in the parent table with checkboxes (Oracle Forms Builder)
Where could I find any info on that.
a)I'll need to select which column is being searched
b)Select what data will be displayed with check boxes
c)If the selected column(in which you search) is the ...
0
votes
2answers
150 views
About restrictive record creation in a child table. (Oracle Forms Builder)
I created a form where i add records to a child table. However I don't want people to be able to edit the secondary key, only select it from the list of primary keys of the parent or something along ...
3
votes
1answer
292 views
Couple of questions about the Oracle forms builder
I find the net to be depleted of info about the Oracle Forms Builder so I will ask here.
I created a menu form where I have 6 buttons. All of them have to open another form. What's the syntax of ...
2
votes
0answers
86 views
Display the content of a PDF File in a Text Field
I am newbie in Oracle Forms. I have stored a PDF file in an Oracle database; now I want to read that PDF file and display the content in text field in Oracle Forms.
How should I go about doing this?

