Home » Developer & Programmer » Forms » key-next-item trigger (forms 10g)
key-next-item trigger [message #508333] Fri, 20 May 2011 05:57 Go to next message
poojamunj
Messages: 64
Registered: May 2011
Location: MUMBAI
Member
hi,
can any one tel me how to call a function on key-next-item trigger.
atlst the syntax.
thanks
Re: key-next-item trigger [message #508334 is a reply to message #508333] Fri, 20 May 2011 06:01 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Trigger = PL/SQL. So, call it as you'd do that in SQL*Plus. For example, SYSDATE is a function.
declare
  l_date date
begin
  l_date := sysdate;
end;
Re: key-next-item trigger [message #508417 is a reply to message #508334] Sat, 21 May 2011 00:07 Go to previous message
poojamunj
Messages: 64
Registered: May 2011
Location: MUMBAI
Member
thank you sir
Previous Topic: RADIO BOX DISABLE
Next Topic: How to sent Global variable between two forms in oracle form 10g ? ( with web.show_document )
Goto Forum:
  


Current Time: Sat Sep 07 15:29:09 CDT 2024