Add Search Option On Navigation Bar in Oracle APEX

Add Search Option On Navigation Bar In Oracle APEX

Add Search Option On Navigation Bar In Oracle APEX


In Today's Post I Will Try To Use Search Item Side Navigation Menu In Oracle APEX || Oracle Apex Application Using The Sql Code Provided By Me.

Some Discussion About Add Search Option On Navigation Bar In Oracle APEX.

In Today's Post I Will Try To Add Search Option On Navigation Bar In Oracle APEX Using Oracle Application. Add Search Option On Navigation Bar In Oracle APEX.
I Hope Everyone Will Like It. Comment On Any Of Your Problems, I Will Try My Best To Solve The Problem In-shah Allah. Everyone's Cooperation Is Desirable. Visit My Blog Site, New Technology Related Videos, You Will Get Different Types Of Tutorials Of Oracle Apex, And Hopefully You Can Use Them In Your Daily Work.
Please Stay Tuned By Subscribing To The Youtube Channel , And Encourages New Videos To Be Uploaded.

Steps to Add Search Option On Navigation Bar In Oracle APEX.

In today's post I will try to How to Use Add Search Option On Navigation Bar In Oracle APEX.
I Hope You Can Easily Use Add Search Option On Navigation Bar For Your Oracle Apex Application Using The Sql Code Provided By Me.

1. Go to the Share Components   >>
Copy the Navigation bar template
Name- Navigation bar-2
Copy and paste below code   >> List Template Current with Sublist Items   >>


2. Go to the Share Components   >>
ser Interface    >> User Interface Attributes   >> Navigation Bar
Select List Template= Navigation bar-2,
Click= Apply Changes
3. Copy and paste below jquery code Execute when Page Loads section.
 
                     $('#nav_id').keyup(function() {
                        apex.item( "P11_SEARCH" ).setValue(apex.item( "nav_id" ).getValue())
                        });
                    	//or please use one of this
                    	$('#nav_id').keyup(function() {
                            var searchVal = document.getElementById("nav_id").value ;
                    	$s("P11_SEARCH", searchVal);
                    });
                 
4. Inline CSS
 
                    #nav_id {
                        height: 33px;
                        width: 377px;
                        border-radius: 10px;
                        color: black;
                        font-size: 17px;
                    }
                    
                    #navbtnid {
                        margin-right: 34px;
                        height: 29px;
                        padding-top: 4px;
                        padding-left: 7px;
                        background: chocolate;
                    }
                
5. Create a Item Name- P23_SEARCH
6. Change your sql code
 
                    where upper(a.PRODUCT_NAME) like upper ('%'||:P23_SEARCH||'%');
                
7. Hide the item- P23_SEARCH

                All Our Work Is Done, Now We Will Try To See If The Work Is Completed Successfully.
If There Is Any Problem With The Sql Code Provided By Me Then You Can Definitely Let Me Know By Mail Or Mobile Number And Comment. I Must Give You Any Sql Code.

🔗 Demo Application-
            Url- Demo Application
            Username- demo, Pass- demo



User Authorization is an important issue for any web application. Without the use of "User Authorization", no application is complete.
I will try to show all the important things in the Oracle Apex application through a few parts, including user login according to "User Authorization", user role, user log, user menu usage. Hopefully, if you see all the parts related to "User Authorization", you can easily use "User Authorization" in Oracle Apex.
Below Is The Link To All The Posts Related To User Authorization. Can Turn Around A Little If Needed. Links to all the parts related to User Authorization will be given below.
1. User Authorization Schemes, Part-1 Video Url- https://youtu.be/vSdzwnkFDRs
2. Add Create New Account button on the login page, User Authorization, Part-2 Video Url- https://youtu.be/IajwZ5dp6Qc
3. Create a ChangePassword Page, User Authorization, Part-3 Video Url- https://youtu.be/iRXsO0MTOuM
4. Reset Password, User Authorization, Part-4 Video Url- https://youtu.be/IK3PjyWGQIA
5. Dynamic Navigation Menu, User Authorization, Part-5 Video Url- https://youtu.be/Ozoc4cpjBKY
6. Set Menu According To User Access Role, User Authorization Part-6 Video URL- https://youtu.be/X407N_N2HNM
7. Add Edit Button in Report According to User Access Role || Oracle APEX? User Authentication, Part-7.User Authorization Video URL- https://youtu.be/n9W64qUoS1E
8. Access google authentication in Oracle Apex | Google Authentication. User Authorization Video URL- https://youtu.be/X407N_N2HNM
9. Change Password in Email Verification if you Forget Your Password. User Authorization Video URL- https://youtu.be/MPZQuraig7w

Hope you find this post helpful for Modal Close When Clicking Outside. To see more about Oracle Apex Application, you can visit my website.
You Can Also Visit My Youtube Channel. I Try My Best To Share My Education With Everyone. I Will Always Try To Give You Something New. Please Help By Subscribing To My Youtube Channel.
I hope everyone will like it. Please watch the full video,
Comment on any of your problems, I will try my best to solve the problem In-Shah Allah. Everyone's cooperation is desirable. Visit my blog site, new technology related videos, you will get different types of tutorials of Oracle Apex, and hopefully you can use them in your daily work.
Please stay tuned by subscribing to the YouTube channel, and encourages new videos to be uploaded.
=================
Visit my site to get more collaborative posts about Oracle Apex and subscribe to my YouTube channel. Thanks.
Comment on any of your problems, I will try my best to solve the problem In-Shah Allah. Everyone's cooperation is desirable.
Visit my blog site, new technology related videos, you will get different types of tutorials of Oracle Apex, and hopefully you can use them in your daily work.
==============================

🙍🏾‍ Md jABER HOSSEN
📲 Mobile- +8801760688286
📨 Email- jaberit786@gmail.com
🌐 FB- facebook.com/mdjaber.hossen1
Please Subscribe My Channel

Many thanks for visiting the site.

Then Enjoy.........................
Add Search Option On Navigation Bar In Oracle APEX.

Post a Comment

Hlo Sir

Previous Post Next Post