Home » Developer & Programmer » Forms » Frm-15103 subclass
Frm-15103 subclass [message #178169] Mon, 19 June 2006 19:28 Go to next message
wency
Messages: 450
Registered: April 2006
Location: Philippines
Senior Member

I'm modifying a form but I can't delete a trigger.
The error is "FRM-15103: Can't delete KEY-UP because its parent is subclassed.

Subclass information of that object is not available.
What caused this problem?
Re: Frm-15103 subclass [message #178247 is a reply to message #178169] Tue, 20 June 2006 05:21 Go to previous messageGo to next message
gacki
Messages: 33
Registered: May 2006
Location: Dueren, NRW, Germany
Member
If this trigger is at data block level then your data block is subclassed from another block and this block (parent) has a KEY-UP trigger.

You should be able to modify the trigger, rather than deleting it. So depending on your requirements code a

begin
null;
end;


or

begin
do_key('Up');
end;


in your KEY-UP-Trigger


Gerald
Re: Frm-15103 subclass [message #178399 is a reply to message #178169] Wed, 21 June 2006 01:19 Go to previous message
wency
Messages: 450
Registered: April 2006
Location: Philippines
Senior Member

thanks!
Previous Topic: MASTER-DETAIL ERROR
Next Topic: problem while deinstallation of oracle forms and oracle reports
Goto Forum:
  


Current Time: Fri Sep 20 09:55:54 CDT 2024