Home » Developer & Programmer » Forms » FRM-41008: Undefined function key
FRM-41008: Undefined function key [message #86103] Tue, 31 August 2004 22:35 Go to next message
domingo
Messages: 54
Registered: June 2004
Member
Hi

  In my form i have two blocks a, b.

  a--- master

  b --- details

 when in block a , i execute query b gets populated .

  I have a function key ie when user presses F7 key another form gets     called.

  when i am in block a and i press F7 key the other form is called .

but when i navigate to block b and try the same it gives me the error

FRM-41008:  Undefined function key.

  I have written the key trigger in both the blocks .

   Kindly tell me why is it happenning and how to get rid of it .

    Thanking you all in advance

    -- domingo 
Re: FRM-41008: Undefined function key [message #86122 is a reply to message #86103] Wed, 01 September 2004 22:29 Go to previous messageGo to next message
omar
Messages: 19
Registered: February 2002
Junior Member
Hi,
try to write the trigger on the form level ! and see what will happen. maybe you didnt write the secound trigger on the correct block.
Re: FRM-41008: Undefined function key [message #86128 is a reply to message #86122] Thu, 02 September 2004 02:12 Go to previous message
argya
Messages: 7
Registered: August 2004
Junior Member
Domingo
Do one thing ,
for both the blocks go in the on error trigger
write the following code ---

IF (err_type = 'FRM' and
err_code = 41008) then
call_the _procedure;
end if;
Hope it works
Thanks --
SHUBH
Previous Topic: How to Add sub column with oracle spread table(MMTX.OCX)
Next Topic: any command in SQL/PLSQL work same as COPY/NAME_IN function in d2k
Goto Forum:
  


Current Time: Sun May 19 11:32:59 CDT 2024