Re: Displaying Page

Hi All,
Iam using Jdeveloper 11.1.2.3.0,
I have taken 2 tabs in my jspx page ie,List and New
List containing a Table and Form and the New tab containing Form  and I have taken a menu List in the Left side of the page Which contains the forms as taken as a link to the page
When I click on the Link It is going to the page and displaying List and New tabs,
The Requirement is that:
When I select the New Tab and clicking on the Form Link it should automatically display the List page
but it is staying on the new page itself .
Can anyone suggest the solution for the above problem.
Thanks,
Sandeep

Brent,
You can override refreshShuttleIterators in JhsDataAction.
Steven Davelaar,
JHeadstart Davelaar.

Similar Messages

  • How to display page numbers in report

    hi all,
    i would like to know how to display page numbers in this format " 1 of 5" in the report.
    Any help would be much appreciated.
    thanks
    seema

    Hi,
    Check this too...
    Page No. in ALV output
    If you query is solved, kindly close the thread.
    Regards,
    Anjali
    Message was edited by: Anjali Devi Vishwanathan

  • How can i display page number in this format in xml publisher report (1-1)

    in this format
    1-1
    1-2
    1-3
    2-1
    2-2
    2-3
    can i display page nos in this format in xml publisher please help me on this

    Hi,
    Use the SET COUNTRY..
    SET COUNTRY 'US'.
    write: / sy-datum.
    SET COUNTRY 'IN'.
    write: / sy-datum.
    Thanks,
    Naren

  • How to display page no for different master pages in one adobe form application

    Hi All,
    we have requirement where we need to  display page nos in different master pages in one single adobe form.
    For the First form the page nos should be displayed pgno of total pages and for 2nd form the page no shuld be displayed as pgno of total pg.
    so please help me with any script or suggestions for displaying the page no accordingly in different master pages. Your suggestions are greatly appreciated.
    Thanks
    Raja.

    Hi Lingaraj,
    We have 2 different Master pages and 2 Body pages. For the seccond Master page the page no are comming correct like 1 of 3 ,2 of 3 and 3 of 3 but for First master page the page no are comming 0 of 3  in all of the page its not displaying the current page no in 1st master page.
    Screen shots are attached for first master page and Hierarchy Node.Pls see the highlighted section in 2nd image.
    Pls see and suggest me accordingly. Hope this helps are let me know anything u require.

  • How do I display "Page $$ of $$" in a Captivate 4 project?

    Hello everyone,
    Okay, I know that I can use a transparent text caption with "Page $$rdinfoCurrentSlide$$ of $$rdinfoSlideCount$$".
    The problems are:
    - I want this to be displayed in a very small font in the far right corner. Unfortunately, the variables are so big that I cannot place the text caption on the far right. Although using center justification and some spaces before this text, I can approximate the location I want this to display in.Unfortunately, even though the x/y coordinates are precise on every slide, the text moves around a bit from slide to slide.
      Is there a better way to FIX this text into a specific spot? i.e. a fixed x/y location placehold for each of these variables?
    - Oddly, it only begins counting on the first page it is displayed. In my lesson, this caption is placed on the second slide... but it displays Page 1 of 26. I suppose I could subtract 1 from $$rdinfoCurrentSlide$$.
    - What is the best way to copy this text caption to each page of my project?
      Must I really copy page to each individual page?
      If I select "Display for rest of Project" I cannot remove it from a few slides where it is not appropriate. It cannot be covered up either - because it will flash there for a very short moment... doesn't look good.
    Thank you for your advice!

    Hi Shawn
    On the slide where you inserted the caption, make note of its name. You find this in the Options tab.
    On the slide where you wish to hide the caption, edit the Slide Properties and configure an On slide enter event to Hide the caption.
    As for the brief display of the variable, you may be able to mask it out briefly. I say *may* here, as I'm not 100% certain it will work with the caption displaying for the rest of the project. But it's certainly worth a try! Just insert a Highlight Box in the position to obscure it briefly. If you want the appearance of the Caption fading into view, configure the Highlight Box to fade out.
    Give that a go and see how you fare... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How to display Page numbers in XMLreport(on PDF)

    hi all,
    we have a requirement where we need to display page numbers(e.g.page 1 of 10),on an XML report.
    can anybody suggest me the solution.

    Hi,
    Check this too...
    Page No. in ALV output
    If you query is solved, kindly close the thread.
    Regards,
    Anjali
    Message was edited by: Anjali Devi Vishwanathan

  • Your changes are driving me back to IE now I can no longer attach a photo I cannot open using my bookmark and now you have screwed up my ebay display page I have to use IE to do these things why ? ?

    1) since an earlier update I can no longer make an attachment using Firefox, must use IE
    2) I can no longer click on Firefox using a bookmark, must go to Icon on bottom of page
    3) Now - my ebay display page is screwed up, if I go to IE is perfect
    HELP ! why do you do these things to us ?

    Follow the steps in the Kb :-
    http://helpx.adobe.com/creative-suite/kb/error-licensing-stopped-windows.html

  • Display pages that reacts to different values in the drop down list.

    I currently did up a simple drop down list that stores values retrieved from the database. I would like the program to display pages that reacts to the selected value without the press of any button, which means, if I select any value from the drop down list, the page will be displayed according to the value selected.
    Below are the codes that I did for the retrieval of data from the database.
    <%
            String username = "test";
            String password = "test";
            String thinConn = "jdbc:oracle:thin:@dbdev:1521:ORCL";
            Connection conn;
            Statement stm;
            ResultSet rs;
            String baseQuery ="SELECT DISTINCT ID FROM STAFF ORDER BY ID ASC";
            try {
                conn = DriverManager.getConnection(thinConn,username,password);
                stm = conn.createStatement();
                rs = stm.executeQuery(baseQuery);
    %>
    <strong>Retrieve ID from Database</strong>
        <select size="1" name="dropdown">
        <%
        while (rs.next()) {
            String id = rs.getString("ID");
            out.write("<option value=\"" + id + "\">" + "level " + id + "</option>");
                    conn.close();
                } catch (SQLException e) {
        %>
        </select>Would appreciate if someone might offer some help to what I have to do next
    Edited by: wyndsor on Jun 26, 2008 7:34 PM

    cotton.m wrote:
    [_An instant classic_|http://www.webdeveloper.com/forum/showthread.php?t=184937]
    Sometimes I find myself wondering why people think they won't get caught with their cross forum cross posting. Then I realize that if they knew about Google they wouldn't have needed to ask the question in the first place.
    It's kind of funny in an ironic sort of way.

  • Safari will not display pages

    I recently updated to Mountain Lion on my late 2010 MacBook Air.  Today, I attempted to use Safari and I can get no page to display.  Safari itself loads, but no pages will load.  I use Chrome as my default browser and only pull up Safari occasionally, so I can't say for sure that I have used Safari since the upgrade, however, I probably have.
    Today, I was invited to a Go To Meeting online meeting.  I opened the page in Chrome and it downloaded the GTM app.  I clicked on that and it tried unsuccessfully to download required files from it's server via it's own app.  I tried this several times without success and then thought to try the entire process using Safari.  That is when I discovered that Safari would not display pages.  It acts as if it has no connection to the internet.  Safari loads and the progress bar moves a little across the top then it just stops.  It never times out or complains; just nothing.
    Given that the GTM app looks also like it cannot connect to the internet, I went looking at some of the suspects.  My firewall is turned off.  My network status comes up clean when I test it. ...and more oddly, Chrome seems to have no problems with any and all pages.
    I searched for similar problems with solutions and one recommendation was to boot into safe mode to see if that made a difference.  I did that and there was no difference.  Since I don't use Safari routinely, it is stock, as delivered.
    Any ideas for how to troubleshoot this?
    Thanks,
    Bill

    Select  ▹ System Preferences ▹ Network ▹ Advanced ▹ Proxies. If any proxies are selected, deselect them, apply your changes, and try again. You must apply the changes before they take effect. You don’t need to change the other settings.

  • Firefox 3.6 does not display pages correctly

    I recently upgraded to 3.5 beta 4 and it worked ok. 2 weeks ago it stopped displaying pages correctly. Uninsalling and reinstalling did not cure problem. I unistalled and installed v3.6. Same problem.
    I could provide a screenshot of Mozilla home page. Backgrounds, table borders and some inages to not display. I have disabled all plugins and "load images automatically" is checked.
    The images and background of this page do not display. I checked with K-meleon and IE.

    If you have increased the minimum font size then try the default setting "none" as a (too) high value can cause issues.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow websites to choose their fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"
    *https://support.mozilla.org/kb/Changing+fonts+and+colors
    It is better not to increase the minimum font size, but use an extension to set the default page zoom to prevent issues with overlapping text.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    On other platforms instead of Tools > Options use:
    *Mac: Firefox > Preferences
    *Linux: Edit > Preferences
    *Windows: Firefox > Options
    <i>Press F10 if the menu bar is hidden on Windows and Linux or use "Firefox > Options/Preferences"</i>

  • Error: Cannot Display Page when Page1 invoke Page2

    In page1 when click Add button will invoke page2.
    Page1 Coding as below :
    pageContext.setForwardURL(Constants.DETAIL_UPDATE_PG,
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    true, // Retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
    OAWebBeanConstants.IGNORE_MESSAGES);
    Parameter pass (in property parameter):
    txnId     ${oa.current.FaoBudgetTransactionId}
    detailId ${oa.current.BudgetDetailId}
    periodId ${oa.current.BudgetPeriodId}
    Page2 ( in processRequest ) Coding as below
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (!TransactionUnitHelper.isTransactionUnitInProgress(pageContext,
    Constants.UPDATE_TXN, true)) {
    // if back button is pressed
    am.invokeMethod("rollback");
    TransactionUnitHelper.endTransactionUnit(pageContext, Constants
    .UPDATE_TXN);
    OADialogPage dialogPage = new OADialogPage(NAVIGATION_ERROR);
    pageContext.redirectToDialogPage(dialogPage);
    } else {
    // teth: added if
    String createNew = pageContext.getParameter("createNew");
    if (createNew != null && createNew.equalsIgnoreCase("Y")) {
    OAViewObject masterVo = (OAViewObject) am.findViewObject(
    "FaoBudPeriodsTempVO1");
    if (masterVo == null) {
    throw new OAException("Object FaoBudPeriodsTempVO1 not found.");
    } else {
    String txnId = pageContext.getParameter("txnId");
    String detailId = pageContext.getParameter("detailId");
    String periodId = pageContext.getParameter("periodId");
    When page1 invoke it error as below.
    Error: Cannot Display Page
    You cannot complete this task because you accessed this page using the browser's navigation buttons (the browser Back button, for example).
    To proceed, please select the Home link at the top of the application page to return to the main menu. Then, access this page again using the application's navigation controls (menu, links, and so on) instead of using the browser's navigation controls like Back and Forward.
    Can somebody help me to solve this problem.
    Thank you very much.

    What is the value of Constants.DETAIL_UPDATE_PG ?
    --Shiv                                                                                                                                                                                                       

  • Displaying page(.mxml) not popup in ActionScript.

    Hi All,
        Added following code in ActionScript and it is working fine(displaying page in pop-up).
        PopUpManager.addPopUp(WesternStatesModel.appHome, WesternStatesModel.appLogin as DisplayObject);
        Rather than displaying page in pop-up I'd like to open this page, how to do this in ActionScript.
        Thanks in advance.
    Regards,
    Sharath.

    Hi,
       I'm having following code
    --------------Home.mxml-----------------------
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Panel xmlns:mx="http://www.adobe.com/2006/mxml"
      title="Home" horizontalScrollPolicy="off"
      verticalScrollPolicy="off" width="372" height="276">
        <mx:ViewStack id="homeViewStack">
               <mx:Canvas id="homePage">       
                   <mx:Label id="home_label"/>    
                 <mx:DataGrid id="dg" dataProvider="{WesternStatesModel.resultDG}" width="327">
                    <mx:columns>
                         <mx:DataGridColumn dataField="code" headerText="Code"/>
                        <mx:DataGridColumn dataField="name" headerText="Name"/>                     
                    </mx:columns>
                </mx:DataGrid>
               </mx:Canvas>
        </mx:ViewStack>
    </mx:Panel>
    In my controller(ActionScript)
    I can open this page with below line
      PopUpManager.addPopUp(WesternStatesModel.appHome, WesternStatesModel.appLogin as DisplayObject);
    here appHome is referencing to Home() object. Is there anyway we can open Home.mxml file without addPopUp I even tried below way but still it is not working
    WesternStatesModel.appHome.homeViewStack.selectedIndex=0;
    Thanks,
    Sharath.

  • Help needed- Reg: Display page number in SQL Reports

    Hi,
    I need to display page number in " page no: X of Y " format where X is current page & Y is total number of pages. Now I am able to display only the current page using ' sql.pno '. but not able to display in ' X of Y ' format.
    Any inputs in this regard will be helpful.
    Thanks & Regards,
    Anilkumar.

    Hello Anil,
    If you have the above requirement for Oracle Reports then follow the steps:
    1.In the Paper Layout view or Paper Design view, choose InsertPage Number.
    2. In the Insert Page Number dialog box, choose from the list the location for the page number.
    3.Click the desired page number format: Page Number Only or Page Number and Total Pages.
    Cheers,
    Suresh

  • HT2506 Is it possible to print separate pages on the same sheet in preview. I would like to split a set of class power points to display Page 1 and 2 on the first page, page 3 and 4 on the second page etc. Thanks in advance!

    Is it possible to print separate pages on the same sheet in preview. I would like to split a set of class power points to display Page 1 and 2 on the first page, page 3 and 4 on the second page etc.
    Thanks in advance!

    Nevermind everyone!
    I got it to work with Print Down/Across...silly me.
    Thanks anyway!
    -Arin

  • Display Page X of Y in footer area

    Hi All,
    I am new to ABAP OOPS. I am using OLE programing method.
    I want to display Page no in the form of Page X of Y at Footer area of the word file.
    I used one program which displayed every thing except Page no in footer area.
    Footer area should be in deactive mode.
    Please help me.
    Thanks,
    Subbu.

    Hi,
    1) REPORT  YUTILITY_MAIN no standard page heading LINE-SIZE 150 LINE-COUNT 60(5).
    2) in the end-of-page.
    write: /99 'Page ',sy-pagno ,' of ','@@@'.
    v_bottompage = sy-pagno.
    3) in the end-of-selection.
      v_temp = v_totpage.
      do v_bottompage  times.
        read line 59 of page sy-index.
        replace '@@@' in sy-lisel with  v_temp.
        modify line 3 of page sy-index.
      enddo.
    add this code in your program it will work.
    4) and one thing in the footer where '@@@' your r putting. If any doubt, contact me.
    example : write: /99 'Page ',sy-pagno ,' of ','@@@'. where it is printing see that first and adjust urself.
    Thanks,
    Kiran

  • Displaying page number in ALV grid display

    Hi,
    Is it possible to display page number in an ALV grid display?
    If yes, how?
    I tried it in top of page event, but it didnt work.
    Harmeet.

    hi,
    check out the sample code....
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
          EXPORTING
            i_callback_program          = sy-repid
            i_callback_user_command     = 'F00007_USER_COMMAND'
            i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE'
            it_fieldcat                 = g_t_fieldcat[]
            it_events                   = gt_events[]
            i_save                      = 'A'
          TABLES
            t_outtab                    = g_t_final_report[]
          EXCEPTIONS
            program_error               = 1
            OTHERS                      = 2.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
          FORM TOP_OF_PAGE                                              *
    FORM top_of_page.
    write : sy-pagno.
    ENDFORM.                    "top_of_page
    Reward Appropriate points.
    Regards,
    Mansi.

Maybe you are looking for

  • Unable to open Livecycle forms even with latest plug-ins

    Hi guys, I have a created a few dynamic forms designed using livecycle designer ES..In order for my users to open these forms, they need to have atleast Adobe acrobat / reader version 8.1 or higher to view these dynamic files. However, quite a few of

  • Multiple issues with new IPod Nano+ ITunes 7

    I am a formerly happy and loyal Apple user, but have recently become disenchanted due to what I see as bad faith actions. I bought a new Ipod nano for my wife and brought it home to set up. When I plugged it in, it told me that I needed ITunes 7. Fai

  • Why isnt my ipod 4th generation not charging?

    hey guys, i got my ipod for christmas this year so its only been like 7 months or something\and it stoped charging and its pluged in i think the wires down were the charger connects either broke off or are bent or somethings in there... but heres the

  • Backup report function returns: ORA-00942: table or view does not exist

    Hello All, I recently switched over from control file RMAN to recovery catalog. I logged into the 11g database control, executed a full backup and all went well. However, I just noticed that after I click on 'Backup Report' in database control (enter

  • Query regarding Name format page for Portugal

    Hi All, We are PeopleTools 8.50 and Peoplesoft HRMS Application 9.0. We have implemented the e recruit module for different countries and I would like to know if a delivered name format page exists for Portugal such as NAME_PRT_SEC because I do not f