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
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo

OrclQA.Com Navigation

  • Oracle
  • Oracle Apex
  • Python
  • Questions
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Ask Question
  • Add Post
  • Oracle
  • Oracle Apex
  • Python
  • Questions
  • About
  • Questions
  • Answers
  • Best Answers
  • Posts
  • Comments
  1. Asked: September 8, 2021

    How to get confirmation message for Logout

    shashi

    shashi

    • 15 Questions
    • 22 Answers
    • 0 Best Answers
    • 115 Points
    View Profile
    shashi Professional
    Added an answer on September 12, 2021 at 3:46 pm

    Thanks sir jii it worked for me followed the steps as u mentioned it was helpful.

    Thanks sir jii it worked for me followed the steps as u mentioned it was helpful.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  2. Asked: September 8, 2021

    How to get confirmation message for Logout

    shashi

    shashi

    • 15 Questions
    • 22 Answers
    • 0 Best Answers
    • 115 Points
    View Profile
    shashi Professional
    Added an answer on September 12, 2021 at 10:02 am

    Hi sir jii , i need to redirect to external url when i click the logout button and more over how to specify the dialog page when we create it as an region in page.  

    Hi sir jii , i need to redirect to external url when i click the logout button and more over how to specify the dialog page when we create it as an region in page.

     

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  3. Asked: August 22, 2021

    How to clear all rows and insert only one row in IG Report

    shashi

    shashi

    • 15 Questions
    • 22 Answers
    • 0 Best Answers
    • 115 Points
    View Profile
    shashi Professional
    Added an answer on August 24, 2021 at 9:40 am

    yes ur right need to hide the rows when the user clicks and create one updatable row.

    yes ur right need to hide the rows when the user clicks and create one updatable row.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  4. Asked: August 22, 2021

    How to skip read only cells in IG report

    shashi

    shashi

    • 15 Questions
    • 22 Answers
    • 0 Best Answers
    • 115 Points
    View Profile
    shashi Professional
    Added an answer on August 23, 2021 at 10:12 am

    I got the solution will share the code so that will help others. Goto to IG report artibute-->javascript intialization code and write this code function(config){ config.defaultGridViewOptions={ skipReadonlyCells:true }; return config; }

    I got the solution will share the code so that will help others.

    Goto to IG report artibute-->javascript intialization code and write this code

    function(config){

    config.defaultGridViewOptions={

    skipReadonlyCells:true

    };

    return config;

    }

    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  5. Asked: August 22, 2021

    How to clear all rows and insert only one row in IG Report

    shashi

    shashi

    • 15 Questions
    • 22 Answers
    • 0 Best Answers
    • 115 Points
    View Profile
    shashi Professional
    Added an answer on August 23, 2021 at 9:41 am

    Hi thanks for your reply but i dont want to delete the data form table permanently just need to clear the rows when i click  Add row button and generate only one row .

    Hi thanks for your reply but i dont want to delete the data form table permanently just need to clear the rows when i click  Add row button and generate only one row .

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  6. Asked: August 17, 2021

    How to make the IG report column readonly By using JS

    shashi

    shashi

    • 15 Questions
    • 22 Answers
    • 0 Best Answers
    • 115 Points
    View Profile
    shashi Professional
    Added an answer on August 17, 2021 at 2:59 pm

    Yes sir i got the solution through css ,go to column-->appearance-->css classes and enter as is-readonly.This makes the column read oly

    Yes sir i got the solution through css ,go to column-->appearance-->css classes

    and enter as is-readonly.This makes the column read oly

    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  7. Asked: August 12, 2021

    How to fetch other table records in interactive grid on page load

    shashi

    shashi

    • 15 Questions
    • 22 Answers
    • 0 Best Answers
    • 115 Points
    View Profile
    shashi Professional
    Added an answer on August 15, 2021 at 9:38 am

    Yes sir jii actually i have to loop the values from table dynamcially to interactive grid on page load,where intially the interactive grid should be created  and while on page load dynamically should loop the values to that IG report.

    Yes sir jii actually i have to loop the values from table dynamcially to interactive grid on page load,where intially the interactive grid should be created  and while on page load dynamically should loop the values to that IG report.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  8. Asked: August 11, 2021

    How to align the button in Apex page

    shashi

    shashi

    • 15 Questions
    • 22 Answers
    • 0 Best Answers
    • 115 Points
    View Profile
    shashi Professional
    Added an answer on August 12, 2021 at 9:41 am

    Hi sir jii i tried with the css code u mentioned not able to fix it. I gave static id for button and wrote the code in inline css of the apex page still the button alignment is same.

    Hi sir jii i tried with the css code u mentioned not able to fix it.

    I gave static id for button and wrote the code in inline css of the apex page still the button alignment is same.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  9. Asked: August 10, 2021

    Problem In dowanloading the PDF file in IR report

    shashi

    shashi

    • 15 Questions
    • 22 Answers
    • 0 Best Answers
    • 115 Points
    View Profile
    shashi Professional
    Added an answer on August 10, 2021 at 2:20 pm

    When i try to downlaod pdf file for Interactive grid report its working fine ,but for IR report its throwing me the exception

    When i try to downlaod pdf file for Interactive grid report its working fine ,but for IR report its throwing me the exception

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  10. Asked: August 10, 2021

    Problem In dowanloading the PDF file in IR report

    shashi

    shashi

    • 15 Questions
    • 22 Answers
    • 0 Best Answers
    • 115 Points
    View Profile
    shashi Professional
    Added an answer on August 10, 2021 at 1:52 pm

    Iam using the 20.1.0.00.13 version,how to check the printing option is enabled for IR report sir jii.

    Iam using the 20.1.0.00.13 version,how to check the printing option is enabled for IR report sir jii.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
1 2 3

Sidebar

Explore

  • Ask Question
  • Add Post

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