Check which page button is pressed?

Oracle Application Express is a rapid development tool for Web applications on the Oracle database.
Post Reply
admin
Posts: 2062
Joined: Fri Mar 31, 2006 12:59 am
Location: Pakistan
Contact:

Check which page button is pressed?

Post by admin »

Begin
if V('REQUEST') = 'OK' Then -- Here OK is the button name which can be Submit, Cancel, Delete etc.
return true;
else
return false;
end if;
End;
Malik Sikandar Hayat
admin@erpstuff.com
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests