Home » Developer & Programmer » Forms » Item mirror Property (merged 2) (Oracle 10.2.0.1.0)
Item mirror Property (merged 2) [message #587072] Wed, 12 June 2013 09:03 Go to next message
jay_cooldude
Messages: 50
Registered: March 2013
Location: Hyd
Member
Hi Sir,
my table is in following format.
 
SQL> desc dept
 Name                                      Null?    Type
 ----------------------------------------- -------- --------------------------

 DEPTNO                                    NOT NULL NUMBER
 DNAME                                              VARCHAR2(15)
 LOC                                                VARCHAR2(15)


 select * from dept;

DEPTNO DNAME           LOC
------ --------------- ---------------
    10 ACCOUNTING      NEW YORK
    20 RESEARCH        DALLAS
    30 SALES           CHICAGO
    40 OPERATIONS      BOSTON



My problem is that i want to create an LOV'S for the column deptno and if i use item mirror property for the other columns then it throws an error: FRM-32084: You specified an item that is an incompatible mirror item property.if i don't then the other fields display irrelevant data.

Then how to resolve this issue.

Thanks In advance.

Regards,

Jayanth.

Re: Item mirror Property [message #587108 is a reply to message #587072] Wed, 12 June 2013 10:04 Go to previous message
cookiemonster
Messages: 13922
Registered: September 2008
Location: Rainy Manchester
Senior Member
What items are being mirrored to what?
What is the LOV doing?
how are the two related?
Previous Topic: how to integrate visual source safe with oracle developer 6i
Next Topic: Webutil call to C functions
Goto Forum:
  


Current Time: Fri May 10 07:10:35 CDT 2024