Navigation Previous, Next not working

Navigation - Go to Previous Page and Go to Next Page are not working properly. It works only for page 1 and 2.
Using SAP Crystal Reports, Developer Version for Microsoft Visual Studio version 13.0.8.1216.
Crystal Reports Activex viewer has been used to display reports.
Is this issue fixed any other version
--Jagannath

After adding to Page_Init() Navigation worked fine, but I don't understand previous versions were working fine in Page_Load(), why not latest version of Crystal Reports not working.
Thank you for the answer.
--Jagannath

Similar Messages

  • Web Gallery, previous/ next not working consistently

    First time I've seen this:    next and previously are not working good. Some work in the gallery, some don't.
    Reboot Firefox, some different ones work, some dont. It's worrisome. I'm sending this to people- any tips?

    .Mac email can be set up two different ways on the iPhone. For "Send to Web Gallery" button to appear when clicking on the action button while viewing a photo, you must have your .Mac email set up as IMAP. This is the default setup for a .Mac email account.
    If you take the time to manually set up your .Mac email as POP, then you will not have the "Send to Web Gallery" option and you will be unable to successfully email into your web gallery even if all else is set up correctly.
    To check to see how you have .Mac email set up on your iPhone, go to the Home Screen, tap Settings, tap Mail, tap your .Mac account name, tap Advanced, move down on the page, and make sure you see "IMAP Path Prefix" setting (it can be blank and does not need to be changed). If the "IMAP Path Prefix" is there, then you do indeed have your .Mac email set up as IMAP on your iPhone.
    If you do have it set up as a POP account, you can delete that mail account by selecting the red Delete Account button when viewing your email account as listed in Settings.
    To add your .Mac email account as an IMAP account, from the Home Screen, tap Settings, tap Mail, tap Add Account..., tap .Mac, and fill out the fields with your information, tap Save and it will verify access to your .Mac email account.

  • Please see my site about Navigation Bar Links not working

    Greetings,
    I have an urgent issue with www.ForexProFund.com and it's navigation bar links. For some reason only some of the links work in the navigation bar. I have tried and recreated new pages and moved all the content over to the new pages with no luck. I moved the nav bar to the most "forward" position and pushed everything else to the back so it's on the top for sure. You can see that on the "contact" page, the navigation bar does not work, and I have no idea why...it's the same on the "Open Account" page.
    I really need this fixed, as I am sure many of you do.
    Thanks in advance for any input or ideas.
    Jason :>

    Hi there,
    Can you tell me how to "reduce" these things? I am not sure why some links in the nav bar and others do not...maybe I am doing something wrong? Very frustrating since Mac. does not let you simply setup a nav bar....it all has to be template based and then these types of things happen. Either way, if you have details of how to remedy this, please let me know. I tried to remove the line under the nav bar on the first two pages and still no luck.
    Thank you!

  • Navigation keys does not work

    The following navigation keys does not work.
    - Task navigation key
    - Home navigation key
    - Back navigation key
    The rest of the keyboard work

    Hi AdventureGuy and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    Unfortunatley not, however given that you still have a part of the touch screen still not working I would have to advise you to contact your local  Xperia Care team for assistance in arranging an assessment of your device.
    What are your thoughts about this forum? Let us know by doing this short survey.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • HT5429 navigation voice is not working

    Navigation voice is not working.

    What's the reason you think the JSP <jsp:scriptlet> tags works in JSF?
    CM.

  • Navigation Rules are not working

    Hi
    I had written my application in Java Creator.
    Now i am shifted to -- NetBeans
    Here my Navigation Rules are not working.
    I am unable to navigate between pages.
    can anyone please help me, why navigations are not working.
    and how to write navigation rules in Netbeans.
    Thanks
    Praveen

    Could you explain more about your problem?
    -Do you have the navigation rules in your faces-config.xml?
    like:
    <navigation-rule>
    <from-view-id>/page1.jspx</from-view-id>
    <navigation-case>
    <from-action>#{Controller.toPage2}</from-action>
    <from-outcome>success</from-outcome>
    <to-view-id>/page2l.jspx</to-view-id>
    </navigation-case>
    </navigation-rule>

  • Next-Previous Do not work Properly for lengthly dynamic Where Clause

    I have created a View object using Expert Query mode
    with following Query:
    SELECT LIC_SYS_ID,
    LIC_NAME,
    TERRITORIES,
    LANGUAGES,
    MEDIA,
    SEGMENT_NAME,
    CHANNELS,
    ACTIVITY_CD,
    LS.LIC_SHORT_NAME,
    LS.LIC_AKA_NAME
    FROM V_LICENSEE_SEARCH LS
    ORDER BY LIC_NAME
    Then at run time the following Where Clause staments get added by in JSP based on the users criteria
    wClause = "(ACTIVITY_CD = '" + activityStatus + "')"
    + " AND " +
    "(LIC_NAME like '" + licenseeName + "%' OR " +
    " LIC_SHORT_NAME like '" + licenseeName + "%' OR " +
    " LIC_AKA_NAME like '" + licenseeName + "%' ) "
    In this case the DataScroller does not work properly It DataTable traves only one setp when I click the "Next" link, But if I use the Drop down list of the Scroller its works fine.
    Secondly the "Next" "Previous" links of the DataScroller work fine if I use only one stmt in the WhereClause ex: "ACTIVITY_CD LIKE 'A%'".
    Can anybody help me with this, Is this a limitation of DataScroller/DataTable/DataSource tags why does it not work??
    Please help me its urgent.
    Thanks a ton !!

    Thx for the reply, I did try your suggestion It did not throw any exception. Here is the log messages after enabling jbo Debug.
    [391] Reusing a cached session application module instance
    [392] Getting a connection for internal use...
    [393] Creating internal connection...
    [394] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    wClause : (ACTIVITY_CD = 'A') AND (LIC_NAME like 'A%' OR LIC_SHORT_NAME like 'A%' OR LIC_AKA_NAME like 'A%' )
    [395] Column count: 10
    [396] ViewObject : Reusing defined prepared Statement
    [397] $$added root$$ id=-2
    [398] Application Module failover is enabled
    [399] Getting a connection for internal use...
    [400] Creating internal connection...
    [401] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    [402] <AM MomVer="0">
    <cd/>
    <VO>
    <VO Sz="8" St="8" Def="com.sophoi.ipls.media.tv.businessentities.licensee.LicenseeView" Name="licenseeView">
    <Wh>
    <![CDATA[(ACTIVITY_CD = 'A') AND (LIC_NAME like 'A%' OR  LIC_SHORT_NAME like 'A%' OR  LIC_AKA_NAME  like 'A%' )]]>
    </Wh>
    <Or>
    <![CDATA[LIC_NAME ASC]]>
    </Or>
    </VO>
    </VO>
    </AM>Long postings are being truncated to ~1 kB at this time.

  • ActionScript 2 issues: previous button not working

    Hello,
    I am trying to create a slideshow in Flash CS4 using ActionScript 2.
    I have imported "pause" and "play" buttons from the libraries, and I have created "next" and "previous" buttons by using the PolyStar tool.
    Here is my problem: The "previous" button is not working. However, the other buttons (even the "next" button, which only really has the opposite code) do work.
    I am writing all of my code in the frames, which probably isn't the best idea, but it would be hard for me to change now.
    Code (an example code frame)(currently on the 1st frame):
    prev.onPress = function(){
    gotoAndStop("14");
    begin.onPress = function(){
    play();
    pause.onPress = function(){
    stop();
    next.onPress = function(){
    gotoAndStop("2");
    previous.onPress = function(){
    gotoAndStop("14");
    "prev" is an instance of "previous". "begin", "next", and "pause", are instances of a play button, "next", and a pause button. I am using frame labels that go from "1" to "14".
    What am I doing wrong?
    feffer1218

    Thanks for your advice, but it didn't work.
    1. I changed all of my frame labels so that they have the letter "p" in front of all of them. (ex: "p1" instead of "1")
    2. I commented out the "previous.onPress" code.
    2 examples of code:
    //p1 (first photo)
    prev.onPress = function(){
        gotoAndStop("p14");
    begin.onPress = function(){
        play();
    pause.onPress = function(){
        stop();
    next.onPress = function(){
        gotoAndStop("p2");
    /*previous.onPress = function(){
        gotoAndStop("14");
    //p2 (second photo)
    begin.onPress = function(){
        play();
    pause.onPress = function(){
        stop();
    next.onPress = function(){
        gotoAndStop("p3");
    prev.onPress = function(){
            gotoAndStop("p1");
    I don't know what I'm doing wrong! The Properties window says that "prev" is an "instance of: previous."
    Any ideas? Thanks for the attempt, though.
    feffer1218

  • ITunes 11 'Up Next' not working for album

    When I click on the small arrow and select 'Add to Up Next' for an album, nothing happens to the Up Next list.  Nothing is added.   When I do this for a song, it does add the song just fine.   It's just not working for the album.  Anyone else seeing this?

    Make sure the tracks are active (check box to the left of track when looking at songs in a list). I ran into this on a number of albums that I had previously deactivated(unchecked) so they would be skipped in playlists/iTunes DJ. If they are not checked they can only be played or added individually as you are discribing.
    It is also possible to re activeate multiple tracks by rt-click to pull up menu. There you can check/uncheck selected or just 'Add to Up Next" directly.
    hope that helps.

  • Navigation buttons are not working in Jdev 11.1.2.2

    Hi All,
    I am new to ADF and I am trying to create navigation buttons but it is not working.
    I created the taskflow and the pages and I set the actions to the buttons but it only refresh the page
    Best Regards

    Sorry for disturbance it is working now :)

  • Why my navigational link is not working?

    Hello
    I am a newbie and in the process of creating my first website.  My problem is navigation links.
    I created a horizontal navigational link using Spry.  I've already written the link address for each tab navigation.  But when I view my web page using "Live View" and or press F12 or Ctrl F12 (IE and Firefox)
    the link will only work on the first clicked tab.  Clicking the subsequent tabs would not work.
    I tried to test a simple link by typing 5 words and linking them to 5 files accordingly.  The same result, that it will only work on the first clicked word and would not work subsequently.
    Please help and thank you in advance.

    If you haven't already, you'll need to procure space on a remote web server from a commercial hosting company.  When you've got the log-in details from your host, plug that info into Dreamweaver.
    See Setting Up Local & Remote site folders (CS5 & CS5.5)
    http://help.adobe.com/en_US/dreamweaver/cs/using/WS753df6af718a350a60097e0f131686fa2b4-7ff e.html
    Upload your test page & dependant files to your remote server. 
    Come back here and post the URL to your problem page. 
    When your question is answered, you may remove the files from your remote server.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • User Login - go to previous URL not working

    Hi
    I have a user login set up using the DW server behaviour.
    The problem I have is that the redirect to the previous url doesnt work and always directs a successful login to the default successful login page.
    The problem seems to revolve around this part of the code:
                    if (isset($_SESSION['PrevUrl']) && FALSE) {
                        $MM_redirectLoginSuccess = $_SESSION['PrevUrl'];
                    header("Location: " . $MM_redirectLoginSuccess);
    and in particular the use of the && FALSE check.  I can see from my debugger that the value of $_SESSION['PrevUrl'] is properly set to the previous url.  If I remove the && FALSE check the login works as I would expect and redirects to the previous URL.  However, as this is 'out of the box' DW code I am concerned in case removing the && FALSE check may be doing some harm.  I have to admit I dont understand the logic of what the && FALSE part of the IF statement is actually checking for.
    Any advice and/or reassurance that by removing the && FALSE is not doing any harm or exposing me to any risks would be appreciated.
    Thanks

    session_start() is set
    As I step through the code and watch the variables I can see that the value of $_SESSION['PrevUrl'] is equal to the previous url but $MM_redirectLoginSuccess remains as the default success page.
    If I remove the && FALSE element from the IF statement, the value of MM_redirectLoginSuccess is changed to the the value of $_SESSION['PrevUrl'], which is what I want.
    So my question is, what is the && FALSE bit doing and why is it there and do I need it?

  • Navigator in Photoshop Not Working!

    Hi guys, my question is about my Navigator feature in Photoshop.  I use this feature all the time but yesterday it stopped working, saying my workspace had too many panels open to show Navigator, which was not true as all I really use is Layers, History, Character, and maybe a couple others at any given time. I have tried everything, closing all my panels, searching Photoshop Preferences, and am finding no information regarding this problem.   When I try to select Navigator from the Window panel, absolutely nothing happens.  Please help!

    Which version of photoshop and operating system are you using?
    Did you try Window>Workspace>Essentials (Default) and then see if the Navigator panel works?
    How many of the extension panels do you have in your workspace?
    Could you post a screenshot of photoshop?

  • Searching .php files - previous suggestions not working

    I'm having a problem getting previous suggestions to work in indexing my php files.
    I do development in and out of my sites folder, but I can't get any of my php files' content to index. I've added this line to the source code importer:
    <string>public.php-script</string>
    and I've forced the reindex of those files with:
    mdimport -r /Library/Spotlight/SourceCode.mdimporter
    forced the indexing of a target folder with:
    mdimport -f /dir
    I've even forced the import of a specific folder with the importer:
    mdimport -r /Library/Spotlight/SourceCode.mdimporter -f /dir
    I simply cannot get Spotlight to look into these files. I get them by name, but not by content.

    Check out:
    http://www.macosxhints.com/article.php?story=20050514182520714

  • Navigation bar does not work properly in CS3

    The navigation bar shows only the up and the over pictures in
    all browsers. It works properly in a framed site, showing all 4
    different pictures. But not in the css-layout based site with files
    from the same template, which show all in the same window. Does
    anyone know where this problem comes from?

    > Why not use frames again?
    This question is answered in detail several times a day here,
    but here's the
    executive summary -
    1. They are difficult for inexperienced users to get right -
    a) pages will not align properly if one of them throws
    scrollbars
    b) links will not work when targeted into different frames
    without
    hand-modification of code
    c) new (and inexperienced users) have problems with the idea
    of a single
    frameset page that only specifies constituent frames
    d) new (and inexperienced users) can be confused by the fact
    that the
    <title> tag on the frameset page is the one that
    appears in the browser
    e) etc., etc., etc.
    2. They are difficult for your visitors
    a) depending on how savvy you are, you may have removed
    scrollbars to
    'fix' #1b, not thinking that you have also removed those
    scrollbars for
    people with smaller viewports
    b) search engines will index *all* pages within your
    frameset, meaning
    that a navigation frame or a content only page MAY be shown
    in a search hit
    list - imagine the confusion when the page is loaded without
    navigation, for
    example
    And - they are so amateur. Really.
    > it doesn't
    > matter if I use javascript or CSS rollovers, only up and
    over will work
    > with
    > refreshed pages.
    With js rollovers it's only *easy* to achieve the up and the
    over states.
    With CSS rollovers, you can achieve up, over, over while
    down, and down.
    > Lots of the CS3 manual obviously refers to those
    > "oldfashened" stuff.
    Much of this has been removed in CS4.
    > The paid diva comes in to do the job down and over by
    down in
    > both cases.
    The DivaHTML extension is a good deal. It is just a CSS
    rollover with an
    'easy' user interface.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "quilterin" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks again! I will look at the code. So if I
    understand right, it
    > doesn't
    > matter if I use javascript or CSS rollovers, only up and
    over will work
    > with
    > refreshed pages. The paid diva comes in to do the job
    down and over by
    > down in
    > both cases.
    > Why not use frames again? Is it just out of fashion? Or
    are there
    > substantial
    > reasons against it? Lots of the CS3 manual obviously
    refers to those
    > "oldfashened" stuff.
    >

Maybe you are looking for