Apex IR Page

Dear All,
I have an IR in which the data runs to multiple pages. Below, the page number is displayed for navigation. I have another report which is a popup based on a link in the previous report.
I move to page say 30 and click on the link and the data pertaining to that click is displayed. When i hit the back button, instead of staying in the 30th page, it moves to the first page.
I want the report to say in the same page from where i invoked another link...Is it possible in Apex...If so, kindly advice way forward...
Thanks
Rajesh V

Dear All,
I have an IR in which the data runs to multiple pages. Below, the page number is displayed for navigation. I have another report which is a popup based on a link in the previous report.
I move to page say 30 and click on the link and the data pertaining to that click is displayed. When i hit the back button, instead of staying in the 30th page, it moves to the first page.
I want the report to say in the same page from where i invoked another link...Is it possible in Apex...If so, kindly advice way forward...
Thanks
Rajesh V

Similar Messages

  • Limit access to Apex login page

    Hi,
    We are deploying an application to our users. I need to limit access to Apex login page f?p=4550 to some predefined Ip adresses. Any ideas on this?
    Best regards,
    Onur.

    How exactly the APEX engine forces a '404' to be returned, I am not entirely sure. Perhaps it sends back the Response with the Header Status set to 404 ?Yes, with this process on the login page.
    begin
      if not #OWNER#.wwv_flow_security.ip_check then
          #OWNER#.wwv_flow.g_unrecoverable_error := true;
          sys.owa_util.status_line(404, 'Page Not Found');
          sys.owa_util.http_header_close;
      end if;
    end;Scott

  • XE database home page link goes to APEX home page after 3.2 upgrade

    Hi - I had Oracle XE running on Win XP all OK.
    Taking the Database home page link took me to http://127.0.0.1:8080/apex/f?p=4550: etc etc BUT it took me to the XE login page which we use for system administration - all good so far.
    I then upgraded (sucessfully) the installed APEX (V2.1) which comes with XE to the new V3.2 version.
    All went well BUT the url above takes me to APEX login page and I can't get to XE adminstration.
    Any ideas or clues how I should upgrade to keep both login pages available ?
    Regards Dave Lee

    davejlee wrote:
    All went well BUT the url above takes me to APEX login page and I can't get to XE adminstration.
    I'm not sure what you mean with this?
    In APEX Upgrade guide are listed 'Database Management Differences between Oracle APEX 2.1 and 3.2'
    http://www.oracle.com/technology/products/database/application_express/html/3.2_and_xe.html

  • How can I add a UserGroup input in an APEX Login Page

    Hi,
    I am willing to add a UserGroup input (dropdown) in APEX Login page, but I see the default Login page supports only two parameter, i.e. Username and PWD. I see the authentication function wwv_flow_custom_auth_std.login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':1'
    takes only username and pwd. But I need to add one more field, how can I accomplish this ?

    Hi,
    I have similar structure of the accounting like you.
    I have table users, roles, ...
    Then i use script like this:
    select nvl(1, null)
    from APEX_USER u,
    APEX_USER_ROLE r
    where u.active = 'Y'
    and r.USER_ID = U.ID
    and u.user_name = v('APP_USER')
    and r.appl_id = v('APP_ID')
    and r.is_edit = 'Y'
    and ((instr(group_name, ',NB_EOS,') > 0 and :P2_STATUS not in ('2','0'))
    or instr(group_name, ',NB_ADV_NT_ADM,') > 0 and :P2_STATUS not in ('2','5', '0')
    or instr(group_name, ',NB_CALL_ADMIN,') > 0 and :P2_STATUS not in ('2','5', '0'))
    There i have set the row for each application and user with my defined roles.
    Regards
    J :D

  • Unable to view PDF in Apex UI Page using google Chrome

    Hi All,
    We are unable to see the pdf in Oralce apex UI page using googlre chrome broswer. but it is coming fine with IE/Firefox. In Google chrome when we open any document, it just shows grey box, document is not shown, any settings need to change to make it work from Apex.
    Google Chrome ver: 17.0.963.38 beta-m
    Thanks in advance
    Siva

    See the solution at http://support.microsoft.com/kb/2716529
    However, that Fix-it won't work on Windows 7; you will need to make the registry change manually.  Download, unzip, then run the attached registry script to change that registry value.

  • How to export the Apex web page to PDF with click of a button?

    How to export the Apex web page to PDF with click of a button?
    Am looking at exporting the Form view on APEX to be exported to PDF.

    In order to get a PDF, you need to generate a Report....in PDF format.
    If you are using the APEX Listener, you can initiate the download of the PDF by calling APEX_UTILS.download_print_document()  (I normally place this in a Process)
    BUT -- You have to create the Report (under Shared Components) and a Template (also under Shared Components).
    The white paper in my first post gives you the HOWTO "[Create] Custom PDF Reports with Oracle Application Express and the APEX Listener".
    Start by creating a Report (in Shared Components, bottom right) that uses a simple SQL statement like:
    Select * from emp where empno = :P15_EMPNO
    You may need to hard code the parameter before you hit "Download XML" button.
    The XML that you get from clicking "Download XML" satisfies the "Step 1 - Create an XML Data Source" found on Page 11 of the document.
    The rest of the instructions is in that whitepaper.
    MK

  • Altering an ApEx Calendar page

    Hello,
    I was wondering if it was possible to alter an ApEx calendar page in order to make it into a resource scheduling page. Instead of the days listed across the top, it would have a list of resources (like shared meeting rooms), then times would be listed in a vertical column, showing who was using what resources.
    Thanks!

    Hi,
    You can use something like this:
    http://www.moyosoft.com/joc/
    This is not Open-Source, it might be the case that Apache POI is working on something for Outlook now since Microsoft release the main API calls not too long ago.
    You will need the native library, and I assume somehow you can do a WebStart application to run the code in the client machine. Information regarding Java WebStart can be found on http://java.sun.com/javase/technologies/desktop/javawebstart/index.jsp
    I did not really investigate other ways of doing this, maybe there are better approaches.
    Also, take a look here http://java.sun.com/products/javamail/Third_Party.html
    Hope it helps,
    Daniel
    Edited by: Daniel Ruiz on May 3, 2010 1:11 PM

  • Third party system login page instead of apex login page

    Hello,
    One of my customers wants to login into an apex application using their intranet page. This page has two text fields:
    username and
    password
    and a login button.
    There is no validation done at their side. The goal is to pass this information to apex and apex needs to check if this information is correct (checking against own user tables) and let the user into the application or refuse an access. I am thinking about the best way to do that. Is there anyone out there with some similar experience?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

    Have a look SOLVED: Automatic Login but only if a user is an Oracle User
    Well I effectively do this with our Java application calling an APEX reporting application.
    The trick is to get apex to automatically submit the login page without the user having to pressing the login button.
    Once this works, the rest is fairly straightforward.
    Effectively what happens is our java application calls a procedure which populates a table with
    a username, encrypted password and a checkvalue (randomly generated), and returns the checkvalue to the calling procedure.
    We also have the bones of the URL in a properties file.
    The login page reads the value of the checkvalue from the URL in teh html header using various bits of javascript.
    We have a before header process on the apex login page which reads the information from the table
    table (and deletes it as soon as it reads it).
    It then uses the username, and password obtained from the table and just passes these values to the wwv_flow_custom_auth_std.login procedure.
    I can email you the code if you want.

  • Apex home page 404 not found, listener.ora edition ?

    Salam Alaïkum
    When i try to launch the APEX start page, i get a header of the page "PROCESSUS D'ECOUTE ORACLE APPLICATION EXPRESS" , and just below it, the famous error appear "
    404 - Not Found" , the listener is verified as active..
    But when i take look on the file "listener.ora" of the database, i do not find a line that's specified for the launch of the APEX start page as i think , here's it :
    (ADDRESS = (PROTOCOL = tcp)(HOST = localhost)(PORT = 7070))(Presentation = HTTP)(Session = RAW))
    and when i try to modifiy it by editing it manually and executing this :
    lsnrctl reload listener
    lsnrctl save_config listenerit says me that there's no modifications to do.. command successfully done
    Any idea about this.. with my thanks in advance

    Hossam wrote:
    Salam Alaïkum
    When i try to launch the APEX start page, i get a header of the page "PROCESSUS D'ECOUTE ORACLE APPLICATION EXPRESS" , and just below it, the famous error appear "
    404 - Not Found" , the listener is verified as active..
    But when i take look on the file "listener.ora" of the database, i do not find a line that's specified for the launch of the APEX start page as i think , here's it :
    (ADDRESS = (PROTOCOL = tcp)(HOST = localhost)(PORT = 7070))(Presentation = HTTP)(Session = RAW))
    and when i try to modifiy it by editing it manually and executing this :
    lsnrctl reload listener
    lsnrctl save_config listenerit says me that there's no modifications to do.. command successfully done
    Any idea about this.. with my thanks in advanceHas Apex ever worked or this this a brand new installation?
    Which listener are you using?
    What version of Apex?
    What version of Oracle?
    What URL are you using?
    If using the HTTP server is your DADS.conf file (assuming latest version of Apex) configured correctly?

  • Help with how to refresh one region of an APEX 4 page.

    I have tried the options I can find to refresh a single region (classic report) on an APEX 4 page. I want the refresh to happen automatically without any input from a user (no button press, no sorting on the report or anything). Just based on a 5 second interval. Can someone help me further. It seems that I need to either use javascript or jquery. I am not sure where to put this code.
    I have tried the following different methods. I put them in the Region Footer. Not sure if that is the proper place. Nothing happened when I did this.
    Using: Application Express 4.0.2.00.07
    <script type="text/javascript"> 
      <!-- 
        jQuery('#STATIC_ID_OF_REGION').trigger('apexrefresh');
      //-->
    </script>
    <script type="text/javascript"> 
      <!-- 
        setInterval( "$a_report('#REGION_ID#'.substring(1), 1, 7, 7);", 5000);
      //-->
    </script>
    <script type="text/javascript"> 
      <!-- 
        setInterval(function(){ $('#P4_LIST').trigger('apexrefresh'); }, 000);
      //-->
    </script>Thanks.
    Edited by: cjmartin on Oct 13, 2011 2:34 PM

    Hi cj,
    The following works for me. I just chucked the function in global function definition on the page definition.
    var doIt = function(){
    $('#comment_report').trigger('apexrefresh');
      setTimeout("doIt()", 5000);
    }And execute on page load:
    doIt();Edited by: trent on Oct 14, 2011 9:11 AM
    By the way, what is the function $a_report? I can't see any documentation for it: http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21676/javascript_api.htm#CDEEIGFH Is it a supported function?
    Also in your above examples, you set the interval once, but it wouldnt recurr as you're only calling setTimeout once. http://www.w3schools.com/js/js_timing.asp

  • APEX Web page display suddenly broken -- Cannot display page.

    I came in this AM and a file system had filled up. After fixing it I tried to bring up the main APEX web page to log into the application as the Admin development user for my application workspace.
    I received an error - Unable to display web page from the client.
    I checked the network, database and everything else and it all looks good.
    Did something get locked up that I may not be aware of that needs to be reset ?
    Any ideas ?
    Thanks in advance,
    Anon

    Hi Anon,
    Maybe a session is hanging?
    A quick fix would probably be to restart your database and webserver (if you use that).
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    REWARDS: Please remember to mark helpful or correct posts on the forum

  • Browser error on APEX Login Page

    Good morning,
    Version Information:
    - APEX 3.1.1
    - Database 11.1.0.6.0
    - Application Server: 10.1.3
    I'm using the APACHE install on my APP server to connect to APEX.
    When I connect to the APEX_ADMIN login page, after filling in the blanks, I get a browser error message, not an APEX error. The "caution" icon pops up on the status bar at the bottom of the browser window. When I look at the message, it says:
    Line: 34
    Char: 1
    Error: Object expected
    Code: 0
    URL: http://<myservername>:7778/pls/apex/f?p=4550:10:7817059686490562
    That URL, of course is the login page.
    When I checked the status, the install completed successfully. I am listening on port 7778 mainly because those that came before me configured the app server's http.conf with 7778.
    What am I missing?
    Thanks,
    Don.

    Thank you for your responses,
    Yes, I'm pretty sure that my image alias is correct (see my DADS.CONF listing below).
    I am NOT upgrading from 3.0, this is a new, clean install. I'm still checking other possible causes. Not sure where to go next.
    # ============================================================================ # mod_plsql DAD Configuration File # ============================================================================ # 1. Please refer to dads.README for a description of this file # ============================================================================ # Note: This file should typically be included in your plsql.conf file with # the "include" directive. # Hint: You can look at some sample DADs in the dads.README file # ============================================================================
    Alias /i/ "D:\oracle\AppServ\Apache\Apache\images/"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDocumentPath docs
    PlsqlDatabaseConnectString <myservername>:portno:<servicename> ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword <apexpassword>
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>

  • Apex Modal Page (Skillbuilders) error

    hello,
    I have an issue. I have a page (IR) and when click link it open a modal (skill builder) page. when I try to submit the page then i get this error. An unexpected internal application error has occurred. Please get in contact the Support and provide reference# for further investigation. i tried on firefox and IE8. it work fine sometimes but mostlly getting this error. and getting same error on both. Any help will be greatful. Thx.
    Edited by: Irha10 on 07-Mar-2013 02:25

    Irha10 wrote:
    I run again and getting same error and after debugging I found this below.
    Logging exception in final_exception_handler: Sqlerrm: ORA-20987: APEX - An unexpected internal application error has occurred. Please get in contact the Support and provide reference# for further investigation. Backtrace: ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 622 ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 903 ORA-06512: at "APEX_040200.WWV_FLOW_VALIDATION", line 915 ORA-06512: at "APEX_040200.WWV_FLOW", line 8709.
    any idea please?Yes. Read what Scott wrote again. You still have custom error handling in place which is throwing a way too generic message.
    From the backtrace it would seem that there is an error occuring in a validation and if you're debugging then you should be able to see what validation is causing this problem. It could be as simple as trying to do a TO_NUMBER on some characters.
    But try and disable your custom error handling so you can properly debug this.

  • APEX Bug: Page Copy with Items in Region on Page 0

    I've created a region on Page 0 which is a common place holder for items. On all the pages developers will link several items to this region.
    If I copy a page that has items associated to a region on Page 0 those items are not copied. Items that are associated to regions on the current page get copied
    Martin
    http://www.talkapex.com

    Hi Martin,
    I have filed bug# 10386419.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Apex 5 Page Designer Suggestion and Bug

    Hi Apex Team,
    I would like to make a suggestion and report a bug related to the Page Designer.
    1. When editing the properties of an item on the Page Designer, there are two “CSS Classes” options, one under Appearance and another under Advanced (Show All options). My guess is they refer to the Item CSS Classes and HTML Form Element CSS Classes from the Component/Tree View; but this is not obvious for someone that comes new to Apex straight to the Page Designer. I would suggest renaming one of them with a more meaningful name to remove ambiguity.
    2. On the same item’s property on the Page Designer, by going to the List of Values Icon (^) of the CSS Classes or Custom Attributes, after the popup window opens, by clicking twice on the Go (>) button, the results are quadruplicated, even worse by quickly clicking multiple times. This does not happen for the Format Mask popup window.
    Thank you,
    Erick

    Hi Gerald,
    Saving the pivot view as primary default report works fine.  When you defined the pivot, did you save the setting as primary default settings (Actions > Save Report > Save As Default Report Settings, select primary)? Once you save, the report will display in pivot view when you come back to the page or reset the report.  If there is still an issue, please let me know the reproducible steps.
    Regards,
    Christina

Maybe you are looking for

  • Bug? InfoView SP4 logon using ivsLogonToken and start.do

    Greetings to the forum. We have developed a custom login page for accessing InfoView using the StartAction (start.do) IEnterpriseSession's logon tokens via ivsLogonToken parameters. Everything has worked quite nicely until we started functional tests

  • Download none-English characters from tables

    Hi guys, I use apex 4.1.1 multilingual - with oracle xe 11g R2.. with listener 1.1.3 deployed on Glassfish 3.1.1 I have Arabic data stored in my tables. if I go to Object Browser and try to download it, I get question marks instead of the letters....

  • Working with Cyrillic Data

    Hi, We have a requirement where I have to work with Cyrillic data i.e. Russian data. I have to parse data based on specific fields.  I tried using match function but looks like it is having problem dealing with Cyrillic Russian data.  When I try to f

  • Creating Photo Albums on iPhone

    Can anyone explain how I create photo albums on the iPhone? And then how to move pics to different albums? Thanks in advance!

  • Audit in Oracle

    Hello, everybody! I have a problem in auditing some user actions in Oracle. For example, how could I audit using of GRANT ANY PRIVILEGE privilege? I asked it for auditing: AUDIT GRANT ANY PRIVILEGE BY ACCESS The following record has been appeared in