Refresh does not occur in the interactive report

Hello

There is a custom in our society theme. Man, I have found is when I type something in interactive report and click go. Page is said to be static is not showing the waiting or loading option when the research is happening. But the research is happening.

Users have noticed the need to fix this bug please suggest me how to solve this problem.

Thank you
Sudhir

Hello

Your bar top theme mask loading icon. And for me, it hides the IR also search bar.

What I quickly check, you can delete under form .navbar-fixed-up, low-fixed-.navbar class

position: fixed;

Or consult the person who created this theme

Kind regards
Jari
-----
My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
Twitter: http://www.twitter.com/jariolai

Published by: jarola on 9 April 2013 12:10 AM

Another method is to add the new style

#apexir_LOADER {z-index: 99999!important;}

Tags: Database

Similar Questions

  • the form validation (Checkbox) does not work for the interactive report

    Hello

    I use the oracle apex 4.0 and oracle 11g.

    I wrote a under select query on interactive report

    Select
    apex_item. CheckBox(1,RESIDD) | apex_item. Hidden(2,RESIDD) row_selector.
    apex_item. Text(3,RESNUM) as resnum
    of 'PDRRES '.

    and written validation to display the error message ( error of function return text ) as

    DECLARE
    vRow directory;
    BEGIN
    -apex_application.g_print_success_message: = NULL;

    BECAUSE me in 1... apex_application.g_f01. COUNTY
    LOOP
    vRow: = apex_application.g_f01 (i);
    apex_application.g_print_success_message: = apex_application.g_f01 (i) | » -'|| apex_application.g_f03 (vRow) ;
    END LOOP;
    END;

    Output: No data available error message

    As long as it works for sql report with above logic because apex built in line selector
    but it fails in the case of interactive report for some reason any.

    Please suggest.

    Saroj Nayak

    Saroj Nayak says:

    DECLARE
    vRow BINARY_INTEGER;
    BEGIN
    --  apex_application.g_print_success_message := NULL;
    
    FOR i IN 1 .. apex_application.g_f01.COUNT
    LOOP
    vRow := apex_application.g_f01(i);
    apex_application.g_print_success_message := apex_application.g_f01(i)||'-'|| apex_application.g_f03(vRow) ;
    END LOOP;
    END;
    

    You have set the value of vRow to the value of the number box i which is checked. There is probably nothing in the apex_application.g_f03 with RESIDD as index table

    What you want is hollow loop all the hidden objects g_f02
    and with in this loop through all verified elements checkbox g_f01
    and if the values of these in the game, you have your line for checking f03

    for k in 1 .. apex_application.g_f02.count
    loop
      for p in 1 apex.application.g_f01.count
      loop
        if   apex_application.g_f01(p) =  apex_application.g_f02(k)
        then
          apex_application.g_print_success_message := apex_application.g_f01(p)||'-'|| apex_application.g_f03(k) ;
        end if;
      end loop;
    end loop;
    

    Nicolette
    PS your NPA between

    { code }Your code { code } without the spaces between {, } and code 
    
  • Redirection does not occur in the safe application of ADF on Oracle Cloud

    Hi all

    We are trying to secure deployment ADF Oracle Cloud application.

    I did the my login.html as default page by adding in welcome-file-list, as described below.

    <>login-config

    FORM < auth-method > < / auth-method >

    < form-login-config >

    <!-form-login-page > /faces/com/kbace/hrc/pages/LoginPage.jspx < / form-login-page->

    login.html < form-login-page > < / form-login-page >

    error.html < form-error-page > < / form-error-page >

    < / form-login-config >

    < / login-config >

    < Welcome-file-list >

    Welcome < file > login.html < / welcome-file >

    < / Welcome-file-list >

    and here's my index.html.

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "> < / meta >"

    "< meta http-equiv ="refresh"content="0;url=/faces/HomePage.jspx ">

    < /title > < title > index

    < / head >

    < body > < / body >

    < / html >

    I have a created a test user and the required role assigned to the test user in the Cloud identity console.   The test user is able to connect successfully, but after authentication redirect to the homepage does not occur.

    so could suggest where I am wrong? I run the application locally and tested with server integrated weblogic application works as expected.

    I think there is no problem with authentication since if I specify incorrect credentials, the application takes to error.html as expected.

    I don't get how to redirect to the home page after authentication. can someone help me on this?

    Thank you

    Nassim

    I don't know what the problem is in your configuration, I did a quick test and security seems to work fine for me. Action taken:

    • In the console identity JCS

      • create user test1 and test2
      • create the test2Role and test1Role roles
    • Create "Fusion Web Application".
    • Create simple jspx page with nothing but a label release on it, access the page for the page definition create PageDef file
    • Generate the security configuration by using "application-> Secure-> configure ADF security."
      • The ADF security: choose "ADF Authentication and Authorization.
      • Authentication type: "HTTPS authentication of the Client (Public Key Certificate)" that will be based on the JCS authentication mechanism
      • Auto strategy grants: "no automatic grant."
      • Welcome authenticated: accept the default values
    • Navigate to the web.xml file
      • Remove the existing constraint and add a new constaint with ' / * ' model
      • Add a "Welcome" file to automatically navigate to the page in the web context root access
    • Access the jazn-"Data.xml"
      • Create the role of the application "test1Role".
      • Create the user "test1" and to entrust the "test1Role."
      • Give the page resource to the application role 'test1Role '.
    • Deploy to JCS

    With this configuration, the page is accessible with the "test1" user but trying to access "test2" get:

    Error 401 - non authorized

    Seems so its works very well. Don't know what is the matter with your configuration. For reference the key parts in my web.xml file contains:

    faces/SecurityTest.jspx

    TestConstraint

    /*

    CLIENT-CERT

    and jazn-"Data.xml":

    jazn.com

    Test1

    Test1

    {903} = CBA09WxYMg7guOpQEGHoMOVyjeKUh7Vu0e4I0Qs6elY

    SecurityTest2

    test1Role

    oracle.security.jps.service.policystore.ApplicationRole

    test1Role

    test1Role

    Test1

    oracle.security.jps.internal.core.principals.JpsXmlUserImpl

    test1Role

    oracle.security.jps.service.policystore.ApplicationRole

    oracle.adf.share.security.authorization.RegionPermission

    view.pageDefs.SecurityTestPageDef

    view

    --

    Jani Rautiainen

    Relationship with the developers of Applications in fusion

    https://blogs.Oracle.com/fadevrel/

  • "of data type not supported" in the interactive report

    Hello

    I'm trying to download a file from a link to an itneractive report.

    In the section "attributes of report" interactive column, I defined in the section "links" in a column of the 'target', 'URL', and the URL like this:
    DOWNLOAD:CONVENTIONS:#FILE_BLOB#:#ID#::#MIME_TYPE#:#FICHIERS#:#LAST_UPDATE#::attachment:Conv
    When I run the interactive report, the link view this:
    Download: CONVENTIONS: [type]:188:C22.pdf:attachment:Conv of data not supported

    The table "CONVENTIONS" is defined as follows:
    ......
    ACTIVATE THE 'ID' NUMBER NOT NULL,
    VARCHAR2 (2048 BYTE) "FILES."
    'FILE_BLOB' BLOB,
    "LAST_UPDATE" DATE,
    'MIME_TYPE' VARCHAR2 (255 BYTE)

    Where is my mistake?

    Thanks for your help!

    Christian

    Hello Christina,

    Sorry Wizard, you need to use is the "form > form on Table with Report", because the normal create assistant interactive report allows you to enter a query.
    Once you have completed the wizard, take a look at the generated SQL statement (must use the dbms_lob.getlength) and the value in "number Format / Date" for this column.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • Newly added column is not displayed in the interactive report

    Hello

    I have a tableA with 3 columns. In the application I view as form with region as interactive report (Oracle 10 g Application Express 3.2) report.

    I added a column for tableA.Now when I'm refreshing the report by adding this column in the select query, the new added column is not displayed in the application.

    How can I do this so that the added column can be displayed. I don't want to delete it all and do it again.

    Thank you
    Siya

    Hello

    Run the application and select the columns in the report menu interactive action.
    Save the layout by default if you always see these columns

    BR, Jari

  • InDesign 2014 E-mail hyperlink does not work when the interactive pdf is displayed in a tab in the browser

    When we create an interactive pdf in inDesign CC 2014, the e-mail link does not time the 'topic' and 'to' when the client opens in a browser view. Works fine when downloaded and opened in Acrobat, but most customers will use the browser method. How does one solve this problem when making the PDF, or, how does one prevent the PDF to open in a browser? There was once a "prevents the opening in the browser" in earlier versions of Acrobat, but it isn't here in xi Acrobat. Thank you, in advance!

    You can solve by the PDF, that so fine because in Acrobat, then the link is OK. You also can not prevent to open in the browser, because the browser manages how to open a PDF file. PDF included browser readers can be turned off or there are (probably) settings always open the PDF file in an external application (Adobe Reader, etc.).

    However, I also create PDF files of in Indesign (although non-interactive ones), which include hyperlinks for e-mail, and put it on our Web site. If I use Chrome and click any PDF link, it opens in the browser and hovering over an e-mail address reveals the mailto: link (subject not included, is not serious in any way) and a click opens my mail client. Works perfectly.

    Can you provide a link to one of your PDF files online for testing?

  • Button refresh does not appear in the address bar and Favorites bar is empty when I first start FF30

    When I launch Firefox 30, my favorite bar is empty. I have to deselect in view > toolbars, and select new it and they appear.
    Also, my refresh button at the far right of the address bar has disappeared and all I see is a magnifying glass.
    Another question, I now have is that when I copy and paste the URL of any page in the location bar, this then triggers a Google search and go directly to the page associated with the URL.
    I tried to rename the profile FF and uninstalling/reinstalling FF, but this has not resolved.
    Pointers as my next step should be would be appreciated.
    IM using Windows 7 Professional 32-bit SP1

    Hi Tora Bisu,
    Thanks for the reply, but that did not help me because you didn't tell me where to find the ' Stop/reload button Hide URL' parameter, and I couldn't find myself.
    However I have addressed myself in addons successively disabling and re-enabling them until I discovered the culprit.
    The culprit that I discovered was the classic theme restaurateur, who has now been duly disabled and will not be used again.

  • I am new user and get a "brush" effect when I didn't ask for one. It occurs randomly and in different areas of the image. This happens when the display of the library to develop. IM on an iMac.  Does not occur with the same image on my Macbook Air. I ca

    Screen Shot 2014-08-04 at 4.50.16 PM.png

    It would be useful to not type the text of your message in the subject line, as it is cut.

    If by effect of brush, you hear the Red areas, it is due for making salient clipping on to the right of the histogram.  Click again, and it will turn off.  You also have shadow clipping (pure black) WARNING on top left of the histogram that would show blue then disable that, too, unless he's intentionally.

    If you mean something else indeed brush then please describe specifically what you mean.

  • Column header in the interactive report with special characters

    Interactive column heading in the report sorting and filtering is broken when I used special characters in it.

    Column sorting options appear in the wrong place and the page becomes unresponsive.

    Cause: I use a slash "/" in my query and who broke it. I tried ampersand and the same problem exists.

    Query: Select project name, status ' Open/closed' projects;

    This problem does not exist in the classical report, but only in interactive report

    Version: Apex 4.2.4

    Here's a demo app with the problem I'm talking about. Trying to sort the column entitled ' open/closed '.

    http://Apex.Oracle.com/pls/Apex/f?p=12289

    U:testuser

    P:test

    The issue is identical to an another forumn.

    https://community.Oracle.com/message/11156426

    However, I have just created this new discussion with the hope that this minor bug might be fixed in the next version of the apex.

    During this time, no workaround or suggestions are welcome.

    I tried to make the column "Remove HTML and special characters", but that did not help. I think I have a header of column with some special characters is a pretty basic requirement apex should support.

    Hello

    I guess simple fix is that not not to use the query column aliases where is /.

    But you can use ' Open/closed' as an attribute of the column header.

    Kind regards

    Jari

  • ORA-20987: APEX - interactive report region does not exist in the application

    ORA-20987: APEX - interactive report region does not exist in the application

    I'm trying to get the query of an international registration (interactive report) on a specific page in my application.

    The code I am using is thesi:

    create or replace function get_report_query (nPage_id number)

    return varchar2

    as

    l_report apex_ir.t_report;

    l_query varchar2 (32767).

    l_list varchar2 (32767).

    number of nRegion_id;

    number of nIR_id;

    OWA.vc_arr nm;

    VL owa.vc_arr;

    BEGIN

    SELECT region_id

    IN nRegion_id

    Of apex_application_page_regions

    WHERE application_name = "E-BRIL.

    AND page_id = nPage_id

    AND source_type = "interactive report";

    nIR_id: =.

    apex_ir.get_last_viewed_report_id (p_page_id = > nPage_id,)

    p_region_id = > nRegion_id);

    NM (1): = "DUMMY_JUST_TO_SET_UP_OWA_UTIL";

    VL (1): = 'WHATEVER ';

    OWA.init_cgi_env (nm.count, nm, vl);

    l_report: = APEX_IR. () GET_REPORT

    p_page_id = > nPage_id,

    p_region_id = > nRegion_id,

    p_report_id = > 0);

    l_query: = l_report.sql_query;

    because me in 1.l_report.binds.count

    loop

    l_list: = l_list | i||'. '|| l_report. Binds (i) .name | » ='|| l_report. Binds (i) .value;

    end loop;

    Return l_query;

    end;

    /

    I want to get the query of the IR on my page 3. And I run;

    get_report_query (3)

    That's what I get:

    ORA-20987: APEX - interactive report region does not exist in application, page 3 and 1278226325207011749 region. -Contact your administrator of the application.

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 630

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 911

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 33

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 55

    ORA-06512: at "EBR_OWNER. GET_REPORT_QUERY', line 19

    The regio_id seems ok, because when I ask this region_id of apex_application_page_regions, id 1278226325207011749 is returned.

    Page 3 is also correct.

    I tried to follow Denes Kubicek his blog (Denes Kubicek ApEx BLOG: interactive report query is).

    What I'm doing wrong here?

    We use the Apex 4.2.

    Thanks in advance.

    Reg,

    Chris

    1717220 wrote:

    Please update your forum profile with a recognizable username instead of "1717220": Video tutorial how to change username available

    ORA-20987: APEX - interactive report region does not exist in the application

    I'm trying to get the query of an international registration (interactive report) on a specific page in my application.

    The code I am using is thesi:

    create or replace function get_report_query(nPage_id IN number)
    return varchar2
    as
    l_report  apex_ir.t_report;
    l_query  varchar2(32767);
    l_list  varchar2(32767);
    nRegion_id number;
    nIR_id number;
    nm  owa.vc_arr;
    vl  owa.vc_arr;
    BEGIN 
    
        SELECT region_id
        INTO nRegion_id
        FROM apex_application_page_regions
        WHERE application_name = 'E-BRIL'
          AND page_id = nPage_id
          AND source_type = 'Interactive Report';
    
        nIR_id :=
          apex_ir.get_last_viewed_report_id (p_page_id        => nPage_id,
                                            p_region_id      => nRegion_id);
    
        nm(1) := 'DUMMY_JUST_TO_SET_UP_OWA_UTIL';
        vl(1) := 'WHATEVER';
        owa.init_cgi_env( nm.count, nm, vl );
    
        l_report := APEX_IR.GET_REPORT (
                        p_page_id  => nPage_id,
                        p_region_id => nRegion_id,
                        p_report_id => 0); 
    
        l_query := l_report.sql_query;
        for i in 1..l_report.binds.count
        loop
            l_list := l_list||i||'. '||l_report.binds(i).name||'='||l_report.binds(i).value;
        end loop;
    
    return l_query;
    end;
    

    I want to get the query of the IR on my page 3. And I run;

    get_report_query (3)

    That's what I get:

    ORA-20987: APEX - interactive report region does not exist in application, page 3 and 1278226325207011749 region. -Contact your administrator of the application.

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 630

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 911

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 33

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 55

    ORA-06512: at "EBR_OWNER. GET_REPORT_QUERY', line 19

    The regio_id seems ok, because when I ask this region_id of apex_application_page_regions, id 1278226325207011749 is returned.

    Page 3 is also correct.

    I tried to follow Denes Kubicek his blog (Denes Kubicek ApEx BLOG: interactive report query is).

    What I'm doing wrong here?

    We use the Apex 4.2.

    The '0' in line 31 should be "nIR_id".

    What is the purpose of the lines 24-26?

  • New column in the interactive report do not appear

    After that I created an interactive report with 5 columns that appear on the screen, I changed the query and added another column (also appears in the 'Report attributes' tab) this column does not appear on the page.
    Only if I create the report as it will appear.

    Why is this?

    When executing the application, next to the interactive report, click on the little train, must say select columns make sure you that the column you want to display has been selected...

  • Fields on several Internet sites have been changed in another language. The browser is set to English, and this problem does not occur with Chrome.

    Fields on several Internet sites have been changed in another language. The browser is set to English, and this problem does not occur with Chrome. Specifically, a large part of Tumblr and Facebook menu has been changed in another language (Russian, I think). I tried reinstall Firefox, clear the cache and reset firefox to its default state. None of them helped. Any suggestions on how to fix this?

    Hey again,

    Sometimes a problem with Firefox can be a result of malware installed on your computer, you may not be aware of.

    You can try these free programs to search for malicious software that work with your existing anti-virus software:

    Microsoft Security Essentials is a good permanent antivirus for Windows 7/Vista/XP, if you do not already have one.

    More information can be found in the article troubleshooting Firefox problems caused by malware .

    I hope this helps!

    Curtis

  • Phone numbers contained in the e-mails and the web links will appear for several seconds and then disappear. I use Yahoo mail, however, if I use IE 8, the problem does not occur. Help!

    Phone numbers contained in the e-mails and the web links will appear for a few seconds and then disappear. I use Yahoo mail, however, if I use IE 8, with Yahoo mail, the problem does not occur. Help!

    This has happened

    Each time Firefox opened

    Is whenever I use Firefox

    Tools > Addons > > Extensions

    You have the Skype for Firefox extension?
    If so, disable it. Known to cause this problem for many users.

  • Can I TEMPORARILY disable or Turn off match without opt-out, so the matching and download process does not occur until I want to him and re-enable/turn back on?

    Can I TEMPORARILY disable or Turn - off Match without opt-out, so that the matching process and upload does not occur until I want what he and re-enable/turn it on again?

    Hello

    Yes, but why do you want to disable iTunes game? When you subscribe to Match iTunes, your library is analyzed to determine what can be matched or must be downloaded. When the scan is complete, your library will be updated automatically when you add new tracks or edit metadata.

    Jim

  • Several times after that I opened Google it does not connect to the internet. Has worked for a long time, and now it will not. Sometimes it opens if you "Refresh" sometimes not. Please help.

    Several times after that I opened Google it does not connect to the internet. Has worked for a long time, and now it will not. Sometimes it opens if you "Refresh" sometimes not.  Help, please. It has been stable over the years and now it will not work. I get no help when I diagnoise of problems, but I never. It has been checked and rechecked. PitStop does not even recognize a problem. I could change the homepage, but I prefer to use Google if it works. Frustrating.

    You may need to update your toolbar, google has made some changes just about everything and possibly that the page is not where it used to be.

Maybe you are looking for