Hi .
I solved the problem which i raised recently.
No need to reply on this question.
Thanks,
Yogi.
Search found 6 matches
- Tue Mar 27, 2007 7:11 am
- Forum: Oracle Forms & Reports
- Topic: Running a test fom in Oracle Forms 10g environment
- Replies: 2
- Views: 1302
- Tue Mar 27, 2007 6:57 am
- Forum: Oracle Forms & Reports
- Topic: Problem in reports 9i on web
- Replies: 2
- Views: 1570
- Tue Mar 27, 2007 4:01 am
- Forum: Oracle Forms & Reports
- Topic: Running a test fom in Oracle Forms 10g environment
- Replies: 2
- Views: 1302
Running a test fom in Oracle Forms 10g environment
Hi ,
I have Oracle Forms & Reports 10g with oracle9.2 database installed on my pc.
I carried out following steps :
1. I made one test screen in forms10g based on EMP table.
2. I have also started the forms oc4j instance.
Problem:
1. When I try to run the form by clicking on "Run Form" button ...
I have Oracle Forms & Reports 10g with oracle9.2 database installed on my pc.
I carried out following steps :
1. I made one test screen in forms10g based on EMP table.
2. I have also started the forms oc4j instance.
Problem:
1. When I try to run the form by clicking on "Run Form" button ...
- Mon Feb 26, 2007 2:51 am
- Forum: Oracle Forms & Reports
- Topic: Using nested table as a datablock source in form6i
- Replies: 0
- Views: 1787
Using nested table as a datablock source in form6i
Hello,
I have created a type & then a table to hold type as a column.
SQL>CREATE TYPE CourseList AS TABLE OF VARCHAR2(64)
SQL> /
Type created.
SQL> CREATE TABLE department (
2 name VARCHAR2(20),
3 director VARCHAR2(20),
4 office VARCHAR2(20),
5 courses CourseList)
6 NESTED TABLE courses ...
I have created a type & then a table to hold type as a column.
SQL>CREATE TYPE CourseList AS TABLE OF VARCHAR2(64)
SQL> /
Type created.
SQL> CREATE TABLE department (
2 name VARCHAR2(20),
3 director VARCHAR2(20),
4 office VARCHAR2(20),
5 courses CourseList)
6 NESTED TABLE courses ...
- Mon Feb 12, 2007 4:46 am
- Forum: Oracle Forms & Reports
- Topic: OracleReports6i(Filtering User Defined Parameters)
- Replies: 2
- Views: 1263
- Sun Feb 11, 2007 3:31 am
- Forum: Oracle Forms & Reports
- Topic: OracleReports6i(Filtering User Defined Parameters)
- Replies: 2
- Views: 1263
OracleReports6i(Filtering User Defined Parameters)
Hi Friends,
I have one query regarding Oracle Reports6i. I have created one report based on EMP table. I have created 2 user parameters named Deptno & Empno. Now I want to filter the list of Empno to the selected Deptno only.
For e.g. I select Deptno 30 from the report runtime parameter form, now ...
I have one query regarding Oracle Reports6i. I have created one report based on EMP table. I have created 2 user parameters named Deptno & Empno. Now I want to filter the list of Empno to the selected Deptno only.
For e.g. I select Deptno 30 from the report runtime parameter form, now ...