Search found 6 matches

by yphakatkar
Tue Mar 27, 2007 7:11 am
Forum: Oracle Forms & Reports
Topic: Running a test fom in Oracle Forms 10g environment
Replies: 2
Views: 1126

Hi .

I solved the problem which i raised recently.
No need to reply on this question.

Thanks,
Yogi.
by yphakatkar
Tue Mar 27, 2007 6:57 am
Forum: Oracle Forms & Reports
Topic: Problem in reports 9i on web
Replies: 2
Views: 1410

Hi Iqbal, If you are trying to connect to the database which is in other machine, then make sure following points : 1. Both the machines are connected together (i mean in the same LAN connection). 2. You have made the new entry of the SID, which you are using to connect to other database is set in y...
by yphakatkar
Tue Mar 27, 2007 4:01 am
Forum: Oracle Forms & Reports
Topic: Running a test fom in Oracle Forms 10g environment
Replies: 2
Views: 1126

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" ...
by yphakatkar
Mon Feb 26, 2007 2:51 am
Forum: Oracle Forms & Reports
Topic: Using nested table as a datablock source in form6i
Replies: 0
Views: 1673

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 STORE AS...
by yphakatkar
Mon Feb 12, 2007 4:46 am
Forum: Oracle Forms & Reports
Topic: OracleReports6i(Filtering User Defined Parameters)
Replies: 2
Views: 1068

Hi !! Thanks for your reply. Actually I have already implemented this schenario but I thought there must be a way to implement this query in reports only without taking help of forms.
by yphakatkar
Sun Feb 11, 2007 3:31 am
Forum: Oracle Forms & Reports
Topic: OracleReports6i(Filtering User Defined Parameters)
Replies: 2
Views: 1068

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, no...