View multiple pages in a script.

Hello all,
In a script , I am  able to see the second page only by giving page numbers(say page 1,page 2)
in the goto tab in the output screen.
How can I see the second page by clicking F3 or the back button?
<<text removed by moderator>>
Edited by: Matt on Nov 13, 2008 2:04 PM - do not use ASAP or urgent.

Hi,
Next to FIND, FIND NEXT button you can find button to navigate between pages.
Best regards,
Prashant

Similar Messages

  • Viewing multiple pages in Firefox

    I often open multiple pages such as two or three and want one on top the other below but if I click minimize they all get hide.
    How could I view multiple pages?
    Please someone reply and oblige.
    Thank you

    Hi,
    Thank you for links, few hours ago I tried some of the add-ons but did not sort it out therefore, deleted.
    I appreciate your help.

  • Can't View Multiple Pages of a Document in Cover Flow

    According to the various Steve Jobs demonstrations and the accompanying manual, I thought we would be able to see multiple pages of a document in cover flow. The manual on p. 13 states:
    "Move the pointer over an item to view a movie or see the pages of a document".
    Yet this doesn't seem to work for Apples own Pages or Numbers. I have a multiple page Pages document that shows as one really long page both in cover flow and Quick look. Is there something I need to turn on? Anyone else having this problem?

    Adding to the problems of viewing Pages & Keynote documents, I have to say the integration is quite poor.
    There don't appear to be any problems 'flicking' through different multiple pages of a Pages document in Finder/Quicklook if it is based on an iWork template but if it is an original document containing shapes or images masked by shapes then problems arise; the document will only present the first page and in Quicklook the preview presents all elements separately i.e the image followed by the shape which was used to mask it...quite frankly it looks awful. And the same occurs in Keynote previews. Does anyone else have this experience?
    Fingers crossed this is a bug which will be addressed quickly.

  • Regarding Multiple pages in SAP Script Output

    Hi All,
    I have a requirement in SAP Script where i need to print data in multiple pages. I had created 1 page - FIRST with properties <b>Next Page</b> as FIRST , <b>Mode</b> as INC.
    In the output i have multiple line items, the data will carry upto 3 pages.
    Now In the output First page data is printing correctly.
    In the second page all the windows are carried forward to print all the data correctly except in MAIN WINDOW.
    In Second page in MAIN Window i have ITEM HEADER which i want to print on every page as it is printing in First page of output, but i am not been able print ITEM HEADER though i am able to print all the ITEM DETAILS correctly on every page.
    Can anybody tell how can i print ITEM HEADER on every page which is in MAIN Window.
    Thanks in advance.
    Thanks & Regards,
    Rayeezuddin.

    Hi Shaik,
             If you are only printing Item Details in the Main Window, why don't you create a saperate window just above your main window for Item Headers.
    Hope this should solve your problem or Please elobarate your query.
    Thanks,
    Vinod.

  • Multiple pages in sap=script

    HI ,
    I have a scenario in which the header window has to be displayed in all the consecutive pages.In the layout i gave consecutive pages and created header window in each page.
    But the data in the header window of the first page is not displayed in the consecutive pages.
    Please help.....

    Hi Abhinav,
    I think in SAP Script  you have to code for header separately in each and every page. In smartforms, you can code it in such a way that the header is populatedin all the pages.
    However please discuss this with ABAPer, or put it in ABAP forum, where you get a better reply, may be with a code sample also.

  • Problem in multiple page printed (SAP Script )

    Hi Experts ,
    In SAP Script print ,
    First page print is perfect on preprinted stationary ,but
    Second page data is getting printed 2-3 cm up.
    Please tell me various reason for this ...
    Thanks
    Sonal

    Hi Sonal ,
    This happens with your predefined stationary .
    Are you declaring it in the same window where your declaring your data ?
    If yes, Try taking another variable window and keep all your predefined sationary there and then call it evry time you call your window with data .
    Or, It can be with the Text element try giving 2 empty lines before the text element it solves your problem!
    Hope it helps!
    Much Regards,
    Amuktha .
    Edited by: Amuktha Naraparaju on Feb 9, 2009 9:57 AM

  • Viewing multiple pages in .pdf form

    Hello
    Everytime I open a multi-page pdf in illustrator, it only opens the first page..  Why is this, and is there an option to change it?
    CS5
    Thanks in advance, N

    Look around for
    AI_openMultiPagePDF_CS4_CS5.v1.02
    by Carlos Canto

  • Can viewing multiple pages (5 or more) that require flash be the root cause of flash player crashes?

    I am wondering if flash plaer crashes can be cused due to having multple pages running or requiring the use of the flash player?

    Unless you're really short on VRAM or you have corrupted video or NIC drivers, no.  I often run 5 or 6 YouTube pages at once with News, and Forum pages open as well.

  • Multiple pages in scripts.

    Hi ,
    Could you please tell me how is multiple pages trigerred in scripts.
    Say the second page.
    Is this done through the print program?
    Are there any specific control commands to do so?
    <<text removed by moderator>>
    Thanks in advance,
    Suchi.
    Edited by: Matt on Nov 13, 2008 2:04 PM - do not use ASAP or urgent.

    Hello all,
    Thanx a lot for ur replies.
    In the debugger mode ,I am able to see the page changing from first to next page,
    but then while executing the print program I see only a single page.
    I have used the following code:
    *& Report  Z_75354_SCRIPT_SESSION
    REPORT  z_75354_script_session.
    TABLES : z75354_emp.
    TYPES :BEGIN OF ty_empdetail,
            zempno TYPE z75354_emp-zempno,
            zmailid TYPE z75354_emp-zmailid,
            zpu TYPE z75354_emp-zpu,
            zmark1 TYPE z75354_emp-zmark1,
      zmark2 TYPE z75354_emp-zmark2,
      zmark3 TYPE z75354_emp-zmark3,
      zmark4 TYPE z75354_emp-zmark4,
      zmark5 TYPE z75354_emp-zmark5,
      zmark6 TYPE z75354_emp-zmark6,
      zmark7 TYPE z75354_emp-zmark7,
      zmark8 TYPE z75354_emp-zmark8,
      zmark9 TYPE z75354_emp-zmark9,
      zmark10 TYPE z75354_emp-zmark10,
      zgrade1 TYPE z75354_emp-zgrade1,
      zgrade2 TYPE z75354_emp-zgrade2,
      zgrade3 TYPE z75354_emp-zgrade3,
      zgrade4 TYPE z75354_emp-zgrade4,
      zgrade5 TYPE z75354_emp-zgrade5,
      zgrade6 TYPE z75354_emp-zgrade6,
      zgrade7 TYPE z75354_emp-zgrade7,
      zgrade8 TYPE z75354_emp-zgrade8,
      zgrade9 TYPE z75354_emp-zgrade9,
      zgrade10 TYPE z75354_emp-zgrade10,
      v_total TYPE i,
    END OF ty_empdetail.
    DATA : i_empdetail TYPE STANDARD TABLE OF ty_empdetail WITH HEADER LINE,
          wa_empdetail TYPE ty_empdetail,
          wa_empdetail_temp  TYPE ty_empdetail,
          l_sum1 TYPE i.
         v_total TYPE char250.
    SELECT-OPTIONS : i_empno FOR z75354_emp-zempno .
    START-OF-SELECTION.
      SELECT zempno
            zmailid
            zpu
            zmark1
            zmark2
            zmark3
            zmark4
            zmark5
            zmark6
            zmark7
            zmark8
            zmark9
            zmark10
            zgrade1
            zgrade2
            zgrade3
            zgrade4
            zgrade4
            zgrade5
            zgrade6
            zgrade7
            zgrade8
            zgrade9
            zgrade10
            FROM z75354_emp INTO CORRESPONDING FIELDS OF TABLE i_empdetail
      WHERE zempno IN i_empno.
      SORT i_empdetail BY zempno zmark10.
      LOOP AT i_empdetail INTO wa_empdetail.
        wa_empdetail_temp = wa_empdetail.
        l_sum1 = wa_empdetail_temp-zmark1
        + wa_empdetail_temp-zmark2 + wa_empdetail_temp-zmark3 +
    wa_empdetail_temp-zmark4  + wa_empdetail_temp-zmark5 +
    wa_empdetail_temp-zmark6 +
    wa_empdetail_temp-zmark7
        + wa_empdetail_temp-zmark8 + wa_empdetail_temp-zmark9 +
    wa_empdetail_temp-zmark10.
        AT END OF zempno.
          MOVE l_sum1 TO wa_empdetail_temp-v_total.
          MODIFY i_empdetail FROM wa_empdetail_temp TRANSPORTING
           v_total.
          CLEAR :
         l_sum1,
               wa_empdetail_temp,
               wa_empdetail.
        ENDAT.
        ENDLOOP.
    END-OF-SELECTION.
      CALL FUNCTION 'OPEN_FORM'
       EXPORTING
      APPLICATION                       = 'TX'
      ARCHIVE_INDEX                     =
      ARCHIVE_PARAMS                    =
      DEVICE                            = 'PRINTER'
      DIALOG                            = 'X'
         form                              = 'Z_TEST_75354'
         language                          = sy-langu
      OPTIONS                           =
      MAIL_SENDER                       =
      MAIL_RECIPIENT                    =
      MAIL_APPL_OBJECT                  =
      RAW_DATA_INTERFACE                = '*'
      SPONUMIV                          =
    IMPORTING
      LANGUAGE                          =
      NEW_ARCHIVE_PARAMS                =
      RESULT                            =
    EXCEPTIONS
      CANCELED                          = 1
      DEVICE                            = 2
      FORM                              = 3
      OPTIONS                           = 4
      UNCLOSED                          = 5
      MAIL_OPTIONS                      = 6
      ARCHIVE_ERROR                     = 7
      INVALID_FAX_NUMBER                = 8
      MORE_PARAMS_NEEDED_IN_BATCH       = 9
      SPOOL_ERROR                       = 10
      CODEPAGE                          = 11
      OTHERS                            = 12
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      LOOP AT i_empdetail.  "
        CALL FUNCTION 'WRITE_FORM'
        EXPORTING
          element                        = 'MAIN'
        FUNCTION                       = 'SET'
        TYPE                           = 'BODY'
          window                         = 'MAIN'
      IMPORTING
        PENDING_LINES                  =
      EXCEPTIONS
        ELEMENT                        = 1
        FUNCTION                       = 2
        TYPE                           = 3
        UNOPENED                       = 4
        UNSTARTED                      = 5
        WINDOW                         = 6
        BAD_PAGEFORMAT_FOR_PRINT       = 7
        SPOOL_ERROR                    = 8
        CODEPAGE                       = 9
        OTHERS                         = 10
        IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    CALL FUNCTION 'CONTROL_FORM'
    EXPORTING
    COMMAND = 'NEW-PAGE'
    EXCEPTIONS
    UNOPENED = 1
    UNSTARTED = 2
    OTHERS = 3
    IF SY-SUBRC NE 0.
    *MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
      ENDLOOP.
      CALL FUNCTION 'CLOSE_FORM'
      IMPORTING
        RESULT                         =
        RDI_RESULT                     =
      TABLES
        OTFDATA                        =
      EXCEPTIONS
        UNOPENED                       = 1
        BAD_PAGEFORMAT_FOR_PRINT       = 2
        SEND_ERROR                     = 3
        SPOOL_ERROR                    = 4
        CODEPAGE                       = 5
        OTHERS                         = 6
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Please help.

  • Multiple page view

    Hi
    Can I view multiple pages at once. Word has a slider at the bottom right which enbles you to shrink or enlarge the page view. On my imac I can see many pages in one view, very usefull when working oin large docs. Can I do the same in pages9?
    ifa mike

    Welcome to Apple Discussions
    You can use two-up to see two pages side-by-side & you can change the zoom percentage to see more pages down.

  • Adding Digital Signature Fields to Multiple Pages in a Document

    Hello,
    I have a batch processing java script which will place digital signature fields in a drawing.
    Sometimes the drawing could have multiple pages and the script needs to place the digital signature fields onto each page.
    The problem with the script I have is that the digital signature fields are only appearing on the first page.
    Can anyone please provide assistance with modifying my script so that the digital signature fields appear on every page?
    // Drawing signature field rev 0
    var numpages = this.numPages;
    for (var i=0;  i < numpages; i++) {
    var a = this.addField("Checked", "signature", i, [1783, 174, 1724, 198]);
    var b = this.addField("Designed", "signature", i, [1783, 149.5, 1724, 173.5]);
    var c = this.addField("Design App", "signature", i, [1783, 125, 1724, 149]);
    var d = this.addField("Proj App", "signature", i, [1783, 101, 1724, 125]);
    Thanks very much.

    Just index the field names:
    var numpages = this.numPages;
    for (var i=0;  i < numpages; i++) {
    var a = this.addField("Checked"+i, "signature", i, [1783, 174, 1724, 198]);
    var b = this.addField("Designed"+i, "signature", i, [1783, 149.5, 1724, 173.5]);
    var c = this.addField("Design App"+i, "signature", i, [1783, 125, 1724, 149]);
    var d = this.addField("Proj App"+i, "signature", i, [1783, 101, 1724, 125]);
    Tho there's no point in signing each page in the same document, tho I also see engineering folk do this. They just love signing every data sheet.
    And the result will not be good. Each signature will cause a problem/alert for the previous signatures.
    Care to indicate your engineering company?

  • I'm unable to view a multiple page pdf document using Safari. A locked padlock appears in the right corner of the tab. Thanks

    I'm unable to view a multiple page pdf document using Safari. A locked padlock appears in the right corner of the tab. Thanks

    hello prgc37, you original problem was likely caused by a fault extension that you have installed. can you try to [[Reset Firefox – easily fix most problems|reset firefox]] and see if this can address the issue...
    otherwise such connection issues are also often caused by a firewall/security software which doesn't recognize & therefore blocks new firefox versions. please remove all program rules for firefox from your firewall and let it detect the new version of the browser again.
    [[Fix problems connecting to websites after updating Firefox]]
    finally please also [https://www.mozilla.org/en-US/plugincheck/ update your plugins] (flash seems a bit out of date).

  • Issue in displaying box in multiple pages of scripts

    Hi all,
    In my requirement i am getting the output in multiple pages . I am using ' BOX FRAME 30 TW' for getting the box .This box is getting only in first page but is not displaying in multiple pages.
    how can i achieve this?
    waiting for u r replies.
    Regards,
    Bhanu.R

    Hi Phani,
    The box you defined must be on the same page where you defined your first page.
    Always take a variable window to make it apper on multiple windows.
    First write perform for your box then call your main page.
    Much Regards,
    Amuktha.

  • When I open Safari why does it not open my pre-set home page, but instead opens multiple previously viewed web pages?

    I open up Safari and expect it to go straight to my home page, but instead it seems to open any number of previously viewed web pages.  I have recently installed Lion and I don't recall this happening with Snow Leopard.  Any ideas...?

    Hold down the shift key as you click the Dock icon. This will kill the automatic "resume" feature found in Lion.
    Hold down the Option key when you use the Safari menu to quit the app. This will "discard windows".

  • Users prompted to log in to view public pages

    I have a page in my app called "publicHome.jspx". It has a pageDef file for it. In the Application | Secure | Resource Grants, I've granted View access to that page to the "anonymous-role" role. This should mean that anyone can view the page without being prompted to log in.
    However, when users go to that page, they are redirected to the login page to log in. This is the problem; this is not expected behavior.
    I've found that if I remove the pageDef file for publicHome.jspx, then users can go to the page without being prompted to log in. This is expected behavior, since pages without a pageDef file are not secured by ADF.
    If I then create a new pageDef (empty, with no bindings), then re-grant View permissions to "anonymous-role", users are prompted to log in once again. (The problem is repeatable.)
    This does NOT happen on the Embedded WebLogic Server that comes with JDev (v11.1.1.5.0, BTW). It only happens when we deploy it to a standalone WebLogic (v10.3.5) server. I've tried deploying it to multiple standalone WL servers - it fails on all of them. (So, it doesn't seem to be a problem with my WL setup.) And, to really make it worse, it used to work - something changed to cause this, and I can't figure out what!
    I've verified that the "anonymous-role" is NOT defined in my jazn-data.xml file, since I know that triggers an endless loop bug.
    I'll be happy to post any config files that might be of use - just let me know which ones you'd like to see.
    Thanks in advance for any help!
    Karl

    Hi,
    can you try starting the stand alone WLS instance in development mode (which makes it to be the same as the embedded server).
    See
    http://docs.oracle.com/cd/E13222_01/wls/docs100/medrec_tutorials/devmode.html
    See: Step 2: Edit the server startup file.
    In a command-line shell, move to the root directory of the MedRec domain:
    Open the setDomainEnv.cmd (Windows) or setDomainEnv.sh (UNIX) script in a text editor:
    Look for the line that sets the PRODUCTION_MODE script variable:
    set PRODUCTION_MODE=false
    Frank

Maybe you are looking for