Find button on toolbar won't search current page

Post Author: sarasew13
CA Forum: .NET
I'm having an issue with the Find button on the standard report viewer toolbar for ASP.  When I enter a search term and click on find, it starts searching on the next page even though there are entries (several) that match on the current page.
I found one mention on the internet that says it only searches forward (if you search from page 5 you won't get the entry on page 2) which is fine.  However, this keeps the user from searching from page 1 (for example) when they are on page 1.  If this is forward only (and that was only mentioned on a site not related to Microsoft or Crystal) then shouldn't it still look on the current page?
Anyone else have this issue?
Sara

Post Author: Ted
CA Forum: .NET
Yes. I'm using Crystal Reports for VS 2005 (ASP.NET). I don't see much written about this issue, but it sure annoys me, and my users won't like it either. Unless there is a better alternative, I'll remove the Find feature from the reports completely so that I don't have to deal with user complaints. They can use the browser Find to search a page at a time, or export the report and search using the exported format's application.

Similar Messages

  • In the Customize Toolbar I was unable to find some useful buttons like New Tab or Reload Current Page. Will they be added?

    I have nothing to add

    You can't have an icon twice. The "reload current page" is on the right of the location toolbar and the "New tab" icon is on the right of the tab toolbar.
    You can move them to the "Customize toolbar" window or any other place in any toolbar.

  • Can't find button id in Update Standard Appraisal: Overview  page

    Hi,
    I can't find button id of a button in Update Standard Appraisal: Overview page.
    In this page 'StepNavLinksRN' (style - pageButtonBar) having eight buttons and 2 form value but when i see from the front end application it have only four,
    Among the four i found three has created in that RN but one button ('Continue') can't able to find.
    As per the suggestions from forum i tried to find by seeing in the Controller, page souce. But still i couldn't find that .
    Anyone should help me, its urgent.

    Thanks to all.
    I found the event name of the button by the following code in the PFR:
    String str=pageContext.getParameter(EVENT_PARAM);
    throw new OAException(str, OAException.Information);

  • Adding buttons to toolbar not in the customize page

    I'm wanting to add buttons like Undo, Redo, Spellcheck and some others to the tool bar, but when customizing the toolbar, adding those buttons isn't an option. Is this possible?

    You have to tell Apple, not us. We are end-user like you.
    In the Pages Pages menu you can Provide feedback or use this link _http://www.apple.com/feedback/pages.html_

  • In the firefox configuration under the General - Startup settings is there a way to disable the 3 buttons under the homepage? (Use Current Page, Use Bookmark, Restore to Default)

    I am looking for a setting that I can put in the Mozilla.cfg file to disable those buttons from being clicked. Because when I set the homepage and lock that setting a user can still click the buttons below the homepage setting to change their homepage away from their "locked" setting

    If you lock the pref that sets the home page via a lockPref line in mozilla.cfg then it should not be possible to change the home page setting.
    Did you check that the pref(s) have a locked status on the about:config page?
    <pre><nowiki>lockPref("browser.startup.homepage", "http://www.google.com/");
    </nowiki></pre>

  • How to trace toolbar find button icon pressed or click?

    Hi Experts,
    I am not able to trace the event "toolbar find button icon pressed or click" for my UDO generator form.
    My problem:
    i hv a  UDO generator form, in which i hv taken a picturebox. when i add picture or update picture it is added or updated successfully. but when i click on the find button of toolbar menu of sbo, then the picturebox  should be blank ie. there should be no picture shown in picturebox. but, in my form the picture is not disappearing. 
    Please help me out.
    Thanking You
    vishwajit kumar

    Hi
    Try this
    Private Sub SBO_Application_MenuEvent(ByRef pVal As SAPbouiCOM.MenuEvent, ByRef BubbleEvent As Boolean) Handles SBO_Application.MenuEvent
            If pVal.BeforeAction = False Then
                SBO_Application.SetStatusBarMessage("Menu item: " & pVal.MenuUID & " sent an event BEFORE SAP Business One processes it.", SAPbouiCOM.BoMessageTime.bmt_Long, True)
                Select Case pVal.MenuUID
                    Case "1281"
                        oPictureBox.Picture = ""
                End Select
                End If
        End Sub
    Hope this helps
    Regards
    Arun

  • BLF SpeedDials NO Find Button

    Hi Guy,please take a look to the picture attached .
    I can't find the Find button to be able to search for directory numbers,instead of uing the drop down list.
    I have this button in different cucm servers other than this one i am working with now.

    Ahmed, did you read my post above
    Here is mine on CUCM 8.6.I think it depends on the amount of DN that you have. If your DN exceed the amount that can be seen in the drop down menu, then the find button appears
    It depends on how many Extensions you have.
    Please rate all useful posts
    "opportunity is a haughty goddess who waste no time with those who are unprepared"

  • My firefox opens, but it won't search anything. At all.

    Ever since it had asked me to update it, which I did, it hasn't been working. It doesn't search anything. I type things in the search bar, and it won't work. It won't search, the page stays at the home page. Nothing changes.
    I uninstalled it, adn re installed it to see if it was an error, but the same thing happends anyways.

    Just restart Firefox and it will open back in 'normal' mode. If it works in safe mode it is most likely an extension at fault. See
    http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes
    http://kb.mozillazine.org/Firefox_crashes#Crash_when_starting_Firefox

  • How to find out if I navigate out of the page

    Dear gurus,
    I need to replicate ‘Warn about changes’ functionality in a certain case.
    In my case page A displays view object VO1 in a tabular form, each record having a link in column ‘type’ that takes navigation to page B.
    On page B the user changes the type to a new value using a pick list and submits a page B, then clicks Apply button that takes him back to page A with the new value for type brought from page B.
    Now page A has a new value for type. Not committed yet. I need to show a warning popup message (similar to seeded ‘Warn about changes’ message) if a user navigates out of page A now.
    I am thinking about using javascript to show the popup message. I will use the condition whether VO1 is dirty or not. But I don’t know how to track the fact that I navigated out of page A. Does anybody know how to find out is navigation out of the current page did occur?
    Thank you
    Anatoliy

    Hi,
    as there are links on the table from where you are navigating...set the fireaction property to fire an event say
    "click". grab that event in contoller.
    Controller code:
    String name = (String)pageContext.getParameter("event");
    if("click".equals(event))
    this means you are navigating out of page A.
    now invoke a method in AM to check if VO is dirty or not and if it dirty then throw an exception on page rather than pop_up.
    String check = (String)am.invokeMethod("checkvodirty");
    if("dirty".equals(check))
    throw new OAException("The Transaction is dirty",OAException.ERROR);
    else
    navigate to page B using pageContext.setForwardurl().
    In AM you can write :
    public String checkvodirty()
    sapeEAAddressesVOImpl addr = getsapeEAAddressesVO1();
    String test = "";
    if(addr.isDirty())//this checks that VO is dirty
    test = "dirty";
    else
    test = "notdirty";
    return test;
    Thanks,
    Gaurav

  • Where to find names for buttons and toolbars for use in userChrome.css?

    I'm trying to change the layout of the new beta 8 browser, I would like to put the tab bar up into the title bar. The only problem with this is that the Home button and the New Tab button then stop working. I know that the Home button is called "home-button" but I don't know what the new tab button is called. I was merely wondering if there was a way of finding this out at all and if so how I would go about it.
    Thanks.

    Yes, you need to inspect a Chrome window.
    The DOM Inspector (DOMi) has a menu item (Search > Select Element By Click) and a button to "Find a node to inspect by clicking on it" (left icon on the toolbar).<br />
    You first need to open the browser window in the DOMi (File > Inspect Chrome Document) and choose the first from the list or choose the window that you want to inspect if you ave opened more.<br />
    Click the Find button and use the keyboard (Alt Tab) or the Task bar to go back to the browser window (do not click in the browser window).<br />
    Click that element with the mouse and keep the button pressed until you see a red border to indicate the the DOMi has located that element in the DOM tree.<br />

  • How can i get FIND button and hotmail to the toolbar, and how do i update firefox i dont want to update automatically

    how can i get FIND button and hotmail button to the toolbar, and how do i update firefox i dont want to update automatically

    Thanx 4 your "you're welcome" cor-el. It's now 4p.m. E.S.T. in Melbourne, Victoria, Australia on Thu. 29/9/2011 and my page tells me u sent this message 21Hrs. ago. To elaborate a bit on my prev. message: I soon realized that after R clicking in the 'Downloads' screen and then on the 2nd. in the drop down menu I could click and drag and drop the icon of the wanted download into the open file or memory device as required. I would take up the offer I see in this e-mail to participate in helping like you and others do but I won't as I feel I'm not experienced enough yet. Nevertheless u keep up the good work. Yours, james1.51.
    P.S. I used Google Chrome for this not Mozilla but it's still me!

  • How to find function code for buttons on toolbar in oops alv

    Hi experts,
    I want to remove some buttons from toolbar in oops alv, i know the procedure like get function code and pass the value in a table and pass that table to IT_TOOLBAR_EXCLUDING of
    method set_table_for_first_display but I WANT TO KNOW HOW TO FIND FUNCTION CODE FOR BUTTONS ON TOOLBAR IN OOPS ALV

    Hi Prakash,
    -->First you have to set the pf status in your alv program by,
    {FORM pf_status USING rt_extab TYPE slis_t_extab.
      SET PF-STATUS 'FIRST'.
    ENDFORM.                    "PF_STATUS}
    -->Pass this Subroutine name in the Function module, Reuse_alv_grid_display's parameters i.e,
          i_callback_pf_status_set          = 'PF_STATUS'}
    *-->Then doble click on that pf status,
    From the menu bar, select Extras->Adjust Template->List Viewer,
    This will give you the existing statndard gui status of the program*
    ->Then catch that function codes in the User command Parameter of the Function module Reuse.. i.e,
          i_callback_user_command           = 'COMM'
    And make a subroutine of the name 'COMM'i.e,
    FORM comm USING ucomm LIKE sy-ucomm selfield TYPE slis_selfield.
      DATA: okcode TYPE sy-ucomm.
      okcode = ucomm.
      CASE okcode.
        WHEN 'REF'.
        CALL FUNCTION 'POPUP_TO_INFORM'
          EXPORTING
            titel         = 'MANSI'
            txt1          = 'CREATED BY'
            txt2          = SY-UNAME
          TXT3          = ' '
          TXT4          = ' '
    endcase.
    Hope it helps you
    Regrds
    Mansi

  • I downloaded IOS6 and all my apps, including the App Store icon, disappeared. If I go to the Passport icon, there is an App Store button, but I have to search through all the apps to find the one I want  and then click on "Open" to use it.  Help!

    I downloaded IOS6 and all of my app icons, including the App Store icon disappeared. Now to use an icon, I have to go to Passport and click on the App Store button at the bottom and search through all of the apps to find the one I want and then click on Open. There doesn't seem to be a way to delete the app and start over.

    Hey PlayerPS,
    Thanks for the question, and welcome to Apple Support Communities.
    It sounds like the application you are looking for is indeed still on your iPhone. You can confirm this by searching in the Spotlight Search for this application. It may have accidentally been moved to a folder, or an additional Home screen:
    iOS: Understanding Spotlight Search
    http://support.apple.com/kb/HT3636
    via http://manuals.info.apple.com/en_US/iphone_user_guide.pdf
    Thanks,
    Matt M.

  • Finder will NOT search current folder

    I've searched online and the Apple Community for an answer but none correct my problem. 
    My Finder window will NOT search the current folder.  I have gone into Finder Preferences to ensure that SEARCH CURRENT FOLDER is chosen.  It is.  I have rebooted my computer and Finder, cleared the cache etc to no avail.  iMac 10.7.5 and  Macbook Pro  10.7.5
    These are the instructions I'm following, which require a search on sub. 
    http://www.webtechgadgetry.com/2013/12/mac-osx-tip-add-icloud-photo-stream-finde r-sidebar/
    ~/Library/Application Support/iLifeAssetManagement/assets/sub
    When I type CMD + F, I only get a search on whatever folder was selected at the time I searched, not sub.  Ugh. Worked perfectly on my Macbook Pro.  Not so much on my iMac. Thanks in advance for you assistance. 
    Picture below:  Go to folder search
    Next Pic: Search above finds sub folder and it is highlighted.
    Next Pic: After  CMD + F, You can see in the search bar, SUB is not shown. 

    The folder is not indexed by Spotlight. Open the Spotlight preference pane and check the Privacy settings. If the folder, or a parent folder, isn't listed, add it to the list and then remove it to rebuild the index.

  • I purchased a song and it shows up in the song list with an exclamation point on the sie of it.  It says the song could not be found.  I have done a search and can't find it but iTunes won't let me download or buy it again.  Help!!

    I purchased a song on iTunes and it shows up in the song list with an exclamation point on the side of it.  It says the song could not be found.  I have done a search and can't find it but iTunes won't let me download or buy it again.  Help!!

    Hello levon10
    Just delete the song and then go through the process of downloading the purchase again.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

Maybe you are looking for

  • How to copy characteristic values from Purchase Order to MIGO Goods Receipt

    Dear all, I have a configurable material X, then i create a purchase order for that material and then i input characteristic value in the Purchase Order transaction and save it However when i do the Goods Receipt transaction via MIGO and using the Pu

  • Problem with HDTV Playback

    Am trying to watch some shows I can't get in the uk on my Mac and they've been recorded as an HDTV format. I can see the shows but cannot hear anything. I have the Quicktime pro but am seriously puzzled as to why I can't hear anything...does anyone k

  • SD: Service tax and sales tax

    Dear All My client has 3 plants in different states and in to erection activities. while configuring the service tax and sales tax i have created  single G/L accounts for the service tax and sales tax based on tax code. Now my client is asking how ca

  • Moving word documents to PDF

    Hey, I have about 50-80 word documents I need in PDF formant.  I have both adobe 5 and 9, I was wonderinf if there was any way that was faster than individually saving every document as a PDF and moving them into adobe. Any ideas?  Thanks

  • Wasting ink on a Photosmart c7280

    sorry to hijack but i cant start a new thread for some reason. i have a similar problem but my printer is a c7280. ive had to replace several ink cartridges in color before i had to change the black one. i only really use the printer for school assig