Sign Up

❇️ OrclQA.Com is a question and answer forum for programmers.
❇️ Here anyone can ask questions and anyone can answer to help others.
❇️ It hardly takes a minute to sign up and it is 100% FREE.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo

OrclQA.Com Navigation

  • Ask Question
  • Write a Tutorial
  • Online Courses
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • Image to Base64
  • PL/SQL Beautifier
  • Ask Question
  • Write a Tutorial
  • Online Courses
Hussain
Hussain

Hussain

  • 27 Questions
  • 47 Answers
  • 0 Best Answers
  • 196 Points
View Profile
  • 1
HussainProfessional
Asked: October 13, 20202020-10-13T14:34:57+05:30 2020-10-13T14:34:57+05:30

How do make enabled/disable button on Condition base in Oracle Apex

  • 1
Advertisement

Hi,

I have a approve button on invoice Forms. Now i want to restrict user can not do Action update/delete on a particular record have a Status is Approved.

Is there any Way to Achieve this.

Advertisement

Thanks.

oracle apex
  • 1
  • 2k
  • 0
  • 0
  • Share
    • Share on Facebook
    • Share on Twitter
    • Share on LinkedIn
Answer
    Advertisement

    1 Answer

    1. Vinish

      Vinish

      • 1 Question
      • 863 Answers
      • 74 Best Answers
      • 4k Points
      View Profile
      Vinish Enlightened
      2020-10-13T14:51:44+05:30Added an answer on October 13, 2020 at 2:51 pm

      You can do this using a DA on page load or using the server-side condition for the button. Following are the examples:

      Show and Hide Buttons Using Dynamic Action

      Create a DA on page load event. Specify the client-side condition Item = Value. Specify the item i.g. P2_STATUS and value as APPROVED.

      Create a True action as Hide and specify the Update button.

      Create a False action as Show and specify the Update button.

      Similarly, create one more True and False action for the Delete button.

      Show and Hide Buttons Using Server-side Condition

      Click on your Update or Delete button. Then from the property pallet, specify the server-side condition as Item != Value.

      Now specify the item as P2_STATUS and value APPROVED.

      • 0
      • Share
        Share
        • Share on Facebook
        • Share on Twitter

    You must login to add an answer.

    Forgot Password?

    Advertisement

    Sidebar

    Ask Question
    Write a Tutorial
    Advertisement

    Recent Blog Posts

    • Vinish

      Oracle LENGTH()

    • Vinish

      Oracle INSTR() Function

    • Vinish

      Oracle INITCAP() Function

    • Vinish

      Oracle Concat

    • Vinish

      Oracle CHR Function

    Advertisement
    Advertisement

    Explore

    • Home
    • Blog
    • New Questions
    • Tutorials
      • Oracle
      • Oracle Apex
      • Python
    • Tags
    • Users
    • Badges & Points
    • Image to Base64
    • PL/SQL Beautifier

    Creative Commons License
    This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
    © 2021 OrclQA.Com. All Rights Reserved.
    Privacy Policy - About Us