Home » Developer & Programmer » Application Express, ORDS & MOD_PLSQL » Conditional Button Display (APEX 4.1 and Oracle 11g)
Conditional Button Display [message #582475] Thu, 18 April 2013 12:19 Go to next message
inka
Messages: 14
Registered: February 2013
Junior Member
Hello All,

I have an entry form with items and buttons such as Create, Cancel and Clear. On the same form I also have buttons that redirect user to another entry form. I only want to display the redirect buttons after user clicked on the Create button. How can I accomplish it?
Re: Conditional Button Display [message #582497 is a reply to message #582475] Thu, 18 April 2013 16:02 Go to previous message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
I suppose that CREATE button isn't always displayed, which means that it contains a condition: review it (it might be that the condition is a not null one, checking whether some P_ID value is (not) null). Use the opposite condition for your buttons.

For example: if CREATE button is displayed when P1_ID is null, then you'd display your buttons when P1_ID is NOT null.
Previous Topic: Update Statement
Next Topic: Invoking PL/SQL through the embedded gateway
Goto Forum:
  


Current Time: Thu Mar 28 07:01:27 CDT 2024