Home » Developer & Programmer » Forms » Standard Menu Button Problem
Standard Menu Button Problem [message #203493] Wed, 15 November 2006 05:10 Go to next message
rabhavani
Messages: 8
Registered: June 2006
Location: HYDERABAD
Junior Member

Hi,

I have a master-detail block,when cursor is in detail block,on hitting Standard New button it should create a new detail line..
instead its now creating new header.

Any help on this..its urgent

Regards
Bhavani
Re: Standard Menu Button Problem [message #203562 is a reply to message #203493] Wed, 15 November 2006 09:25 Go to previous message
rabhavani
Messages: 8
Registered: June 2006
Location: HYDERABAD
Junior Member

Hi,

I got the solution

added a procedure in a common package

if name_in('system.cursor_block')='<detail block name>' then
create_record;
end;

and called this procedure from KEY-CREREC trigger

Previous Topic: Using Citrix to access Oracle Forms
Next Topic: forms 6i will compatiable with Oracle 10g
Goto Forum:
  


Current Time: Fri Sep 20 13:36:40 CDT 2024