"Search Results Go To" tentative Bug Report

Start from the following simplified situation:
Then go tho the Numeric Control terminal and right-click>> Find>> Local Variables.
The Search Results window should show this:
If you double-click any of these two occurrences, LV will bring you to it.
Now change one of the Numeric Control local variables into a String local variable (simply left-click on it and select String from the drop-down list.
You'll get this:
Now check the Search Window again (don't do a search, just go back to it).
It hasn't been updated!
If you double-click on the second "Write" item in the list above (which does not exist anymore, since it is now a local variable associated with String), you will be brought to...the String local variable:
Brings you here:
I would have expected something similar to what happens in the Search Results window when you delete an object, that is, the occurence of this object in the Search Results window becomes grayed out, like this (check item 2):
which proves that the Search Results window CAN respond to user events happening in some other windows
Now, are you ready for the best part?
OK, so if I Undo the deletion of the local variable on the diagram (which I did to obtain the snapshot above), what do you think happens?
Well, obviously nothing, to be consistent with the previous lack of update of the Search Results window... or wait... it did actually react to a deletion, but it does not to an "undeletion"?
So now we have two "Numeric Control" write local variable on the diagram, but only one is accessible from the Search Results window (same snapshot as above).
I tried the usual black magic Ctrl-Run Arrow trick, but to no avail.
I'd say it is a bug.
Tested in LV 2013 SP1 W7-64

Jeff is saying to stop creating code in LabVIEW that has bugs.  The steps you undertook to come across this bug within LabVIEW itself are very unusual.  You created a local variable of the wrong data type.  Then you needed to search through that code for all the instances of that local variable and need to replace it with a local variable of another data type.  As a result, the search dialog box just didn't handle its updating as cleanly as you would've liked it to.  If you didn't create a bug in your code where you used the wrong local variable, you never would have needed to do the search and replace that you did.
In order to stumble across the LabVIEW bug, you had to create a certain set of circumstances that no ordinary LV programmer has ever seemed to done.  There is a reason why this particular LV bug has never been discovered before.  Using the wrong local variable and needing to replace it with another this not that uncommon.  But using the wrong local variable that is one datatype such as numeric and then needing to replace it with another of a different datatype such as a string, especially much later that you need to use the search function to find them all, normal people just don't do.  Usually, you figure out you have the wrong variable when you see you have the wrong datatype and it doesn't wire up to the rest of the code the way you might expect without broken wires.
I'm sure NI appreciates you finding bugs and reporting them.  You seem to have an uncanny ability to find bugs that nobody else seems to come across.  More than your fair share.  I don't know why that is.  Somehow I think you have a different mentality than other programmers that leads you down paths that others just never think to do.  Whether that is a good thing or bad thing, I don't know.  NI takes notes issues CAR's and evaluates them and tries to fix them as they can based on priority, scheduling, resources, ....  They aren't going to be able to fix things as quick as you might like them too.  And if it is  bug that is not significant, or not affecting a lot of people, or has a viable but perhaps inconvenient work around, then it is going to take them much longer to get to fixing it then a major, showstopper bug that affects everyone with no workaround.  It might even take years.  But you seem to have developed more of a negative attitude such as "I can't just believe NI allows this bug to exist in their code that obviously has existed for years"  for bugs such as this that I don't think anyone before you has ever come across before.

Similar Messages

  • Tentative bug report: property node (and other objects) resizes structure in which they are dropped even when this is not needed

    This one has bugged me for a while, so, since I am in a mood to report annoying features, here it is:
    On the diagram, when you drop an object that could have its size increased by user action (for instance a property node in which you chose "Value", which is a short property, but you could later change this to a "longer" one, which admittedly might require more space on the diagram), a case structure in which you drop it, will automatically increase its size.
    Let me illustrate this with ONE example (can be reproduced with other objects such as enums, clusters, etc...).
    Here is a simple diagram:
    Note that I am going to create a property node from the front panel. This, for a reason that makes the beauty of this "feature", is very important. Apparently, if you create the property node from the diagram, nothing weird happens. The exact location where I will drop the node is not very important but needs to be close enough from the border.
    Here is the result (LV 2011 but as I said, this has bugged me for a few versions already):
    Basically, the case structure (and the whole diagram as a matter of fact) has expanded.
    This is particularly annoying, say, when you are creating a diagram with 10 cases in a case structure and you start dropping things such as property nodes in each case: the structure keeps growing, and growing, and growing...
    That also works with Event structure, and I am ready to bet, with other as well.
    As I said, it is also not limited to Property nodes. I have noticed that this happens if you drop a cluster constant that contains an enum (presumably because some of the enumerated strings are longer than others).
    I could speculate why this is the case, but that is not my job.

    Actually, this might not be true. I found a variant of this behavior. With "Place Structure with Auto Grow enabled" unchecked, here is what I observed while dropping a property node on my diagram:
    Before:
    After:
    This is the expected behavior. The Property Node is partly hidden inside the Case Structure I dropped it in. Now that's not what I wanted to do. I wanted to drop it in in the innermost Case Structure:
    The problem is that now this Structure has grown (as has the whole diagram) to leave space for the whole Property Node:
    It is a subtle bug in the sense that I tried to reproduce it on a new VI with a series of nested Case Structures, but it did not result in this behavior.
    Anybody caring to comment?

  • Bug report: ube_ipa: internal error when compiling with -xO5

    When compiling imlib2-1.1.2, one source file causes compilation to fail with the following error message:
    ube_ipa: internal error
    cc: ube_ipa failed for loader_tiff.c
    The command which fails is (probably wrapped):
    cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../src -I../loaders -I../libltdl -I/usr/X11R6/include -I/usr/openwin/include -I/opt/csw/include -I/opt/csw/include -I/opt/csw/include -g -fast -xarch=386 -xstrconst -v -xildoff -xO5 -c loader_tiff.c -KPIC -DPIC -o .libs/loader_tiff.o
    Changing -xO5 to -xO4 works around the problem. The source file in question is imlib2-1.1.2/loaders/loader_tiff.c
    Patch 112756-10 has been applied, and doesn't correct the problem. GCC doesn't have any problem compiling the file.
    A quick note to any Sun employees reading this: it took me 45 minutes to find somewhere to submit this bug report. Searching sun.com for "submit bug report" turned up many forum postings where people asked "Where do I submit bug reports?", a bug report form for Sun One Java Studio, and not much else. It might be in your interest to make submitting bugs easier.

    Internal errors, such as the one you encountered, are generally considered compiler bugs. They indicate that the compiler reached an unexpected state and therefore bailed out. I opened bug 20703141: internal error: pic_relocs(): hh reltype? to investigate. I see the same error message emitted by the current Studio development release; I will update this thread if I find a work-around.
    Thanks,
    Mark

  • Confused after reading bug report

    Hello,
    I'm working on a desktop application which utilizes the system tray. I have an icon set with a popup menu that is triggered when the user left-clicks on the icon. Originally I was using java.awt.PopupMenu but then came across javax.swing.JPopupMenu which looks a little nicer and has support for icons. For the most part it works great. However I noticed that when the user triggers the popup menu more than once (i.e. the user left-clicks the tray icon twice or more times), a ClassCastException is thrown. After doing a bit of searching, I came across [this bug report|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6583251] and many others describing the issue I was having.
    According to the report, the evaluation is:
    Everything is clear
    we shouldn't cast mouseEvent.getSource() to Component without checkingUnfortunately this still leaves me a little confused. I mean, it does sort of let me know where the problem is happening (in the MouseListener portion of my Tray Menu where I am trying to detect the popup trigger), but I don't understand if this means that there is a way to prevent this from happening or not.
    In other words, I think the bug is coming from this block of code (correct me if I am mistaken):
    public void mouseReleased(MouseEvent e) {
              if ( e.isPopupTrigger() ) {
                   this.setLocation( e.getX(), e.getY() );
                   this.setInvoker( this );
                   this.setVisible( true );
         }Where e is apparently being casted to a Component, thus causing the error. Now, why this error occurs when the user clicks twice or more on the icon, I don't really understand. Ultimately, my question is: Is there any other way this can be written to prevent the error?
    One solution would be to simply use java.awt.PopupMenu, but I want to make sure there isn't a better solution first as JPopupMenu looks much nicer.. but if I have no other option, I will of course substitute looks for function.
    Any clarification would be greatly appreciated.
    (Apologies if this is the wrong forum. I was originally going to post this in the Swing forum, but the error actually cites AWT, yet I'm using a Swing component.. so I figured the Java Programming forum would be alright. Well, please feel free to move it if necessary.)

    ejp wrote:
    The exception stack trace tells you where the exception is being thrown from. It certainly isn't from that code, because there are no class casts of any kind there, let alone casts of e.getSource() to Component.Hi ejp, thank you for the response. My apologies.. I only assumed that e.isPopupTrigger() was throwing the exception because the bug report mentioned mouse events, and the stack trace doesn't specify where the error is within my code (e.g. the line, method, or even which class is throwing the error that I've written, though it does cite other Java classes not written by me). The e.getSource() in actionPerformed() was my next guess because that and the MouseListener are the only two places where I am detecting events. Nevertheless, I still don't believe that I am using casting, so I'm not sure how to fix this.
    Here is the stack trace:
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: java.awt.TrayIcon cannot be cast to java.awt.Component
         at javax.swing.plaf.basic.BasicPopupMenuUI$MouseGrabber.eventDispatched(Unknown Source)
         at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Unknown Source)
         at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Unknown Source)
         at java.awt.Toolkit.notifyAWTEventListeners(Unknown Source)
         at java.awt.TrayIcon.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: java.awt.TrayIcon cannot be cast to java.awt.Component
         at javax.swing.plaf.basic.BasicPopupMenuUI$MouseGrabber.eventDispatched(Unknown Source)
         at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Unknown Source)
         at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Unknown Source)
         at java.awt.Toolkit.notifyAWTEventListeners(Unknown Source)
         at java.awt.TrayIcon.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)Below is my TrayMenu class extending JPopupMenu:
    package gui.menus;
    import gui.frames.TrayTweetFrame;
    import java.awt.HeadlessException;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import javax.swing.ImageIcon;
    import javax.swing.JMenuItem;
    import javax.swing.JPopupMenu;
    import util.Constants;
    public class TrayMenu extends JPopupMenu implements ActionListener, MouseListener {
         private JMenuItem exitMenuItem = null;
         private TrayTweetFrame frame = null;
         private JMenuItem minimizeMenuItem = null;
         private JMenuItem restoreMenuItem = null;
         private static final long serialVersionUID = 1L;
          * Constructor
          * @param TrayTweetFrame frame
          * @throws HeadlessException
         public TrayMenu ( TrayTweetFrame frame ) throws HeadlessException {
              this.frame = frame;
              this.initialize();
         } // end constructor
          * This method handles the events.
         public void actionPerformed( ActionEvent e ) {
              // Exit
              if ( e.getSource().equals( getExitMenuItem() ) ) {
                   getFrame().exit();
              // Restore or Minimize window
              else if ( e.getSource().equals( getRestoreMenuItem() ) ||
                        e.getSource().equals( getMinimizeMenuItem() ) ) {
                   getFrame().minimize();
         } // end method actionPerformed()
          * This method initializes and returns
          * the Exit menu item.
          * @return MenuItem exitMenuItem
         public JMenuItem getExitMenuItem() {
              if ( exitMenuItem == null ) {
                   exitMenuItem = new JMenuItem( Constants.MENU_EXIT, new ImageIcon("img/icons/exit.png" ) );
                   exitMenuItem.addActionListener( this );
              return exitMenuItem;
         } // end method getExitMenuItem
          * This method returns the frame.
          * @return frame
         public TrayTweetFrame getFrame() {
              return frame;
         } // end method getFrame
          * This method initializes and returns
          * the Minimize menu item.
          * @return MenuItem minimizeMenuItem
         public JMenuItem getMinimizeMenuItem() {
              if ( minimizeMenuItem == null ) {
                   minimizeMenuItem = new JMenuItem( Constants.MENU_MINIMIZE, new ImageIcon("img/icons/minimize.png" ) );
                   minimizeMenuItem.addActionListener( this );
              return minimizeMenuItem;
         } // end method getMinimizeMenuItem
          * This method initializes and returns
          * the Restore menu item.
          * @return MenuItem restoreMenuItem
         public JMenuItem getRestoreMenuItem() {
              if ( restoreMenuItem == null ) {
                   restoreMenuItem = new JMenuItem( Constants.MENU_RESTORE, new ImageIcon("img/icons/maximize.png" ) );
                   restoreMenuItem.addActionListener( this );
                   restoreMenuItem.setEnabled( false );
              return restoreMenuItem;
         } // end method getRestoreMenuItem
          * This method initializes the menu.
         private void initialize() {
              this.add( getMinimizeMenuItem() );          // Minimize
              this.add( getRestoreMenuItem() );          // Restore
              this.addSeparator();                    // --------
              this.add( getExitMenuItem() );               // Exit
         } // end method initialize
         public void mouseClicked(MouseEvent e) {
              // Check for double-click
              if ( e.getClickCount() == 2 ) {
                   // Minimize to the system tray
                   getFrame().minimize();
              } // end if
         public void mouseEntered(MouseEvent e) {}
         public void mouseExited(MouseEvent e) {}
         public void mousePressed(MouseEvent e) {}
         public void mouseReleased(MouseEvent e) {
              if ( e.isPopupTrigger() ) {
                   this.setLocation( e.getX(), e.getY() );
                   this.setInvoker( this );
                   this.setVisible( true );
    } // end class TrayMenuAm I doing something wrong? Like I said, I'm not casting (at least explicitly..), so I'm not sure why I'm getting a java.lang.ClassCastException error. Normally I can figure out problems like these with Google, but again, when I did Google this, I came across the bug report which describes my issue exactly (but at the same time, left me wondering what the solution is).
    Again, any help is appreciated. Thanks again, ejp!

  • Bug report - nbsp in search results

    See http://apex.oracle.com/pls/apex/f?p=24317:86
    Out of the box report on EMP with query as
    select * from emp
    where (:P86_SEARCH is null or lower(empno||ename||job) like '%'||:P86_SEARCH||'%')
    order by empnoand Highlight Search enabled on EMPNO, ENAME and JOB columns for &P86_SEARCH. Report Attributes "Show Nulls as" is set to blank (per documentation it should default to (null) but that doesn't seem to be happening either)
    Runs fine without any search, see http://screencast.com/t/eF1xXtjQ5
    But when you enter a 1-letter search for any of the letters N, B, S or P, the HTML code & nbsp; magically appears in the search results with the search letter highlighted. See http://screencast.com/t/lYXnBnb5u

    Hi Vikas,
    Thank you for reporting this issue. I easily reproduced this.
    I have filed this as Bug 12581907 to be fixed for Application Express 4.1.
    Thanks again.
    Joel

  • Need to create link to Word Doc in blob column in search results report

    I got the Oracle Text boolean search of word documents in a blob column of a table working.
    Now I need to be able to create a link in the results report.
    I know that Oracle creates a link for each document in the column when you attach a file, I just need to know what the link should be to allow users to open the document in the search results report.
    Right now the application is set to do a search in the attached word documents, and in the results window it shows the names of the people who match the search, but it won't allow me to create a link to their resume in the results report.
    the name of the table is CONTRACTOR_LIST and the blob column is RESUME.
    How would you go about creating a simple link to the word file in the results window?
    Here is the code for the query
    select score(1) relevance, Name, Resume
    from contractor_list
    where CONTAINS (resume, :P1_SEARCH, 1) > 0
    order by 1 desc
    That works, but I can't get it to link to the resume file.
    Here is the code I'm using for the link
    javascript:popupURL("#RESUMEL#")
    This just give me an error page and the the link is
    http://server-namer:8080/apex/[datatype]
    the error is
    Bad Request
    The HTTP client sent a request that this server could not understand.
    Thanks again!
    Edited by: gjones77 on Dec 2, 2008 6:14 AM
    Edited by: gjones77 on Dec 2, 2008 7:08 AM

    It is within the table I believe (I'm not a DBA or a developer) since I created a BLOB column and then used the file browse feature to allow users to attach a resume to the table in order to be able to perform a search of the attached documents.
    I'm just having a hard time pointing the link in the search results report to the document in the blob column.
    The information on that page is great if you're trying to create a link to the document on the initial report.
    But I created a query using Oracle Text to run a report that does a boolean search of the attached word documents in the table.
    When it displays the search results, it doesn't create a link to the document and I can't figure out how to do it.
    Here's a link the the instructions I used to create the initial search report with Oracle Text, mind you I only created the index and query, I didn't add in all the link data since they're using documents on websites and I'm using documents in a table.
    http://www.oracle.com/technology/products/database/application_express/pdf/apex_text_application_v1.6.pdf
    If you can help me with this I'd really appreciate it.
    Thanks again.
    Greg
    Edited by: gjones77 on Dec 2, 2008 8:14 AM

  • Scroll bug in search result in contacts

    Got a bug in contacts when search result need to scroll (more than 10 results) cant choose last result contact. Its scroll away every time you trying to scroll it.

    I'd similar problems.
    The search option didn't find many massages I posted.
    Searching for JClient gives just a single item !!!!
    What's wrong ?
    TIA
    Tullio

  • Form pagination based on search results. Classic report

    hei folks,
    can anyone give me idea how to implement form pagination based on report search results on other page?
    and im using Classic Report.
    pagination by default gives me 1...count(rowid) number of pages
    best regards,
    Simon

    Done.
    Process Get Next or Previous Primary Key Value has a field Optional WHERE clause, you can repeat the 10 store high Where clause from your original report (on page 1). If report includes more then one table - use a view, because inside Optional WHERE clause you can only use one table/view.
    nJoy,
    Simon

  • Non appearing report search results

    I'm using html db version 1.5 and I'm having difficulty with the search result from a report region.
    This problem doesn't always occur, but on occasion for no apparent reason, sometimes the search results don't display on screen, but the record counter indicates that there are records and the records are exportable. Usually users have to restart the application and then it does back to normal.
    I would appreciate any insight you can pass on.

    Try resetting pagination when submitting your search, see the following posting for more information:
    Pagination Problem
    Hope this helps,
    Marc

  • Bugs on selecting photos in search result

    When you select photos from any of the albums, click "Share", that seems to be normal
    But if you search photos (for example: taken at specific location), choose a photo from searching result, click "Share", it will incorrectly pointed to another photo.
    Anyone have same issue?
    iOS: 8.0.2
    Device: same on iPhone 6 and 5s
    Thanks

    Index error make sense to me.
    1. Try turn off icloud backup first.
    2. Export all your photos to PC or MAC.
    3. Disconnect your MAC, and clear your photo on your iphone.
    4. import all the photo back.
    I wish this would help you.

  • BUG REPORT - Catch Up, ITV player

    I'm sure there must be some way to report bugs officially - but I don't know what it is.
    On a couple of occasions now, I have noticed that the most recent episode of Coronation Street (e.g. 7.30pm, Weds 26th Sept 2012) does not appear in the Catch Up/ITVPlayer menu system for Coronation Street.   If, however, you press the blue button and search for Coronation Street, the espisode does appear in the search results providing that the "On Demand" checkbox is set.
    This is a bug in the "Catch Up" menu system.

    andrewk wrote:
    It has happened before (with a Coronation Street episode) and no, it never did appear in the Catch Up menu system.  The episode on Weds 26th is still is not present in the Catch Up menu.
    Andrew
    If you're on the new system they sometimes forget to put an episode of a soap in the appropriate collection and put it directly into Drama and Soaps instead.
    E.g. Wednesday's Corrie isn't in the Coronation Street Collection which you may have bookmarked, but in the menu above.

  • FAQ: I found a bug. How do I write a useful bug report? Or send bug files to Adobe?

    If you think you've found a bug in Photoshop CS6, please post your findings here on the forums.
    Here is a list of the information we'll want for you to gather at a minimum:
    Clear and concise steps so that someone who isn't in front of your comptuer can reproduce the issue you are seeing
    Include information on the operating system/version you are running. (e.g. "Mac OS 10.7.3" or "Win XP Service Pack 3")
    Here are some more detailed instructions for writing a useful, complete bug report for us on the forums:
    Provide a descriptive title that includes your OS information:Example: "Photoshop crashes when I save a JPEG file using the File>Save For Web & Devices... command (Mac OS 10.7.3)"
    Provide concise, step-by-step details on how to reproduce the issue you are seeing.
    Example:
    Open an 8-bit, RGB image by selecting File>Open...
    Create a new layer by clicking the "Create New Layer" button on the bottom of the Layers panel
    Paint on the layer created in Step #2 using the default Brush tool
    Choose File>Save For Web & Devices...
    Make sure the optimized format is set to "JPEG" and set the Quality setting to "80"
    Click the Save button at the bottom of the Save For Web & Devices dialog, choose the desktop as the location for saving the file
    Provide a description of the "Result" you are observing:
    Example: "Result: Photoshop crashes"
    If there is an error dialog, please include the exact wording displayed in the dialog or provide a screen shot or video of the entire screen so we can see the dialog as well as the state of the application - i.e. what panels are shown, the state of the Layers panel, etc.
    If the error is a visual defect, either in the user interface or the image itself, provide a screen shot or video of the entire screen so we can see the dialog as well as the state of the application - i.e. what panels are shown, the state of the Layers panel, etc.
    Provide a description of the "Expected Result":
    Example: "Expected Result: Photoshop to save JPEG file to the desktop, no crash"
    In some cases this may be obvious (such as in the case of a crash) but in others, what you expect to happen may be different than what the application was designed to do. Please be as specific as possible.
    Provide the crash log by submitting all crash reports, including your email address, for every single crash your encounter:
    You may also include the contents of your crash log in your forum posts as well, but always submit them using the above instructions as well.
    Crash logs are located on Macintosh here: Users/<your user name>/Library/Logs/CrashReporter
    Provide your System Info from Photoshop: What's even more useful is if you can share your System Info from Photoshop as it contains all kinds of useful information (OS/version, graphics card, driver version, 3rd party plug-ins used, etc) that will help the team track down your issue.
    On occasion, the Photoshop engineers may request that you provide problematic files in order to reproduce and debug your issue.
    In these cases, please post the file somewhere using your own servers or one your favorite online document/distribution services and provide a URL/instructions to download the file:
    Dropbox
    Adobe SendNow
    YouSendIt
    If the file isn't something you can post publically, you can request that someone from the engineering team contact you to figure out a secure way to get the affected files.
    Thanks,
    The Photoshop Development Team

    First thing would be to realise the exact error. Second would be to check your logs to see what you have installed/upgraded which might be causing this error. Third, google your error and see if matches turn up. Fourth, search in Arch bugtracker to see if a match exist. Else file a report.

  • Is it possible to select multiple files on the W8.1U1's SEARCH RESULTS window page? For instance, if 10 CPP files are found by the seraching mechanism, can I select all 10 files and have them open in Visual Studio at once?

    TIA.

    Brandon, this forum member is known since a long time ago an arrogant (he thinks he knows more than every other) and stupid(*) (full of misconceptions). His first post is a very good example of what I just wrote. How does he dare to suggest to use File
    Explorer, if W8.1 already has a system built for doing just this search?  Do I have to open File Explorer in the folder (or somewhere near) the item I'm looking for? What about the other items in folders above it? This suggestion is stupid(*). He even
    asserts that I'm using Modern UI! I'm not! I'm using the desktop, but his misconceptions make him write such idiocies(*) with such arrogance: asserting what he doesn't know (arrogancy and stupidity). And more, this guy is no one to say he/he/he to me, because
    I know he is what you deleted from my posts, and more, he is often crying, moaning and snivelling like a spoiled child in this forum and messing up any thread posting stupid(*) images of programs imagined/designed/developed by others. All posts from him in
    this thread must be trashed (you should do it). He has nothing to contribute POSITIVELY in this thread, but just to MESS IT UP.
    (*) stupid, I can write, after all, you didn't delete this word from this ... poster.
    Now, look at the first reply: this forum member has no idea how much stupid is his 'work around'. And this 'work around' does not answer my question and even does address the environment I mentioned: W8.1 U1 search results window page, and not File Explorer!
    His second post just reassures me he has no idea what is the searching mechanism I'm talking about. He even mentions Win-w(!) which proves he totally ignore what is the searching mechanism I'm talking about. A user like this one, must have many monitors to
    keep him busy looking at them, and having excuses for not read and learn technical documentation. It's ignorance about technical aspects of computer issues that makes him post bad bug report and a bad idea in Connect site:
    Using Get-Date -Format "CyM" to work around some bugs
    https://connect.microsoft.com/PowerShell/feedback/details/884502/using-get-date-format-cym-to-work-around-some-bugs
    Only total ignorance about PowerShell makes someone post such bad 'bug' report. He got critics about his bad post, but I'm sure he doesn't understand.
    Column headers for alias should include DisplayName instead of just Name
    https://connect.microsoft.com/PowerShell/feedback/details/908152/column-headers-for-alias-should-include-displayname-instead-of-just-name
    In fact, the information displayed is already DisplayName, but this guy has no technical knowledge to understand what is happening.
    These 2 forum members just messed up a thread that should be free of negative contributions, besides off topic.

  • "Search" not working properly. Bug?

    Perhaps it's just me (because no one else seems to have reported on this). I raise it here because I cannot find a bug-report form for Apple. (I'm sure there is noe, I just can't find it...)
    OSX 10.47, G5 dual 2GHz, 4.6GB ram. Not a newbie.
    Although Spotlight sits up there, I traditionally use command-F when I want to find something. Say I have a folder full of images, some of which are duplicates. For example, say I have a folder with, among other things, image-25.jpg and image-25•02.jpg
    In the good old days, (OS 9) it was easy to dispose of dupes. Open the window in list view and you could carefully drag so you selected just the wider-width names that the •02 gives them. Not any more.
    So, to quickly find what could be in theory 100 dupes, I do a search for •02.jpg. None found. Huh?
    Do a new search looking for just 02.jpg. Nothing. Huh?
    Do a new search. This time I copy-and-paste a file name: image-25.jpg. Nothing.
    I shouldn't need to mention that I have set the prefs correctly. I leave "Search For" alone and, instead, turn "Kind" into "Name" then add "Contains". Then I select the partition on which these files are contained.
    I even switched to Spotlight to see if anything is different. It is not.
    I tried a nifty utility I have, SpeedSearchX 2.3b3. But I think it looks only for text content, not file name.
    I tried File Buddy. This time, it works. So what the **** can be wrong with Apple's built-in tools and why does no one else report a problem?

    I gather you have not taken a look in the Spotlight forum:
    http://discussions.apple.com/forum.jspa?forumID=757
    You will find endless complaints about Spotlight and Find not finding files.
    If I do a search on 02.jpg Spotlight returns 499 results, such as 02.jpg, 02step02.jpg, 202.jpg, DSCN00002.jpg, and so on. If I do a Command-F search on my Data drive, with Name:Contains: 02.jpg I get 298 items with a similar variety of names.
    You should try reindexing the drive that is not returning results. Open Spotlight pane in System Prefs, click the Privacy tab, drag the offending volume into the list, wait a few seconds, then delete it from the list. Spotlight should reindex and then find things just fine.
    If it doesn't you can always use EasyFind:
    http://www.devon-technologies.com/download/index.html
    Scroll down to the second batch of goodies. It is free.
    Francine
    Francine
    Schwieder

  • IBase search result list not showing in Account Identification

    Hi Gurus,
    I'm new to CRM and we have an upgrade issue. We just migrated to EHP3 for SAP CRM 7.0. After the migration, the installed Base result list is not showing in the Account Identification screen. We have the requirement to show the installed base on the right side of the confirmed account and also the result list in case the customer have multiple equipments. The first part is working correct and it shows the data if there is only one equipment with the customer. But in cases where there are more than 1, the installed base view shows blank and also the result list does not show. Instead the Interaction History is displayed. I have checked all the forums and the config and it all looks correct. Here is the list of config that we have
    1) I have the Account Identification Profile created and assigned the Object Component 'ICCMP_IBASE'  to it with Auto Search checked ON. This I believe is for the IBase Details which is working fine for single equipments.
    2) Function Profile 'BPIDENT' with value of the Account Identification Profile has been assigned to the Business Profile.
    3) The Installed Base Profile 'DEFAULT_TREE' has been updated to UNCHECK 'Display Tree' as we want the result list.
    4) Function Profile 'IBASE' with value 'DEFAULT_TREE' has been assigned to the Business Profile.
    Am I missing something? The exact same config works perfectly in a box that has not yet been upgraded. Any help would be appreciated...

    Hi,
    I tested this issue and I can reproduce it in my environment. However, as far as I know, this behavior won't affect the usage of the address book.
    I searched the internal resource but I cannot find a bug report regarding this issue. If you have any suggestion about this issue, you can submit a feedback via:
    http://office.microsoft.com/en-US/suggestions.aspx
    Best Regards, 
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

Maybe you are looking for

  • #multivalue error for detail object in webi report

    Hi, I am facing #multivalue error in my webi report. I am using 2 queries  Query 1 Account Number Cost Center Query 2 Account Number Order Number Now I want to display Account Namer,Cost Center and Order Number in the report. So I merged Account Numb

  • How do I eject a CD in Solaris 10?

    The only way I have discovered so far is to start the CD Player application and use it's eject button!

  • Export job on EM Grid Control 10gR2

    As far as I understand Export job on EM Grid Control 10gR2 can be created only on Database Maintenance page. Also Create Like is not supported for this job type, it cannot be edited and cannot be in Job Library. Thus, its definition is not in Grid Co

  • System.dbnull

    Hi, i am getting the below error message plz help me to resolve the issue unable to cast object of type 'system.dbnull' to type 'system.string' Thanks Murugesan

  • Safari gerating multiple bookmarks

    Safari seems to be generating multiple bookmarks when I search recipes.  Is this a problem with Safari or am I doing something wrong? Thanks, Louise