Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Issue with Button server-side condition evaluation

Uday S. Nadella11 hours ago — edited 11 hours ago

I have a Delete button whose visibility is controlled by a server-side condition (likely a Boolean expression). I want this condition to be evaluated when the Search button is clicked, so that the Delete button is shown or hidden accordingly. But I'm unable to achieve this.

When the user enters the Project Number and clicks the search button, an error would be displayed or the Project details would be fetched based on the fetch of the entered project number. In case of error being displayed, i would want the server-side condition of the delete button to be evaluated so that the delete button is shown or hidden, before error appears as inline notification. Any help to achieve this is appreciated, please.

Comments
Post Details
Added 11 hours ago
1 comment
29 views