How to search a string in all opened html report ?

Hey people .. Sorry to bother U again.. I have a problem again.. and thanks to solve my previous problems...
I want to make an application in which I want to search a result string
in all opened Html reports... If I don't want to go to the all
desination and search one by one.. Is there any method to search the
result in all opened reports at that time..
I am very confulsed .. I have no Idea how I am gonna solve it... If anybody can help.. I would really appreciate that.. Thanks..

Thanks Justin I have managed that problem..
I am stuck at another one.. If you can help.. I have also posted addressing you in another relavent Thread..
I have a spreadsheet data which has 286*516 Pixels data. Data is 16bit
(from which only 12bit is usefull). Each data is a Level of a Pixel. I
want to Display Grayscale Image.
I have used 3D Graph to display it and projection XY selected . I am
getting My image as grayscale Image but somewhat slow display if I
continously run it.
Second Method I tried is Directly "some 2D Graph" ( Sorry I forgot the
Name.. I will get it next time) which directly display that 16 bit
spreadsheet file. But it has only 255 levels so it didn't utilized my
data and resolution is poor.
My doubts are..
1. Is 3D graph method I am using is Actually displaying my 16 bit image.
2. In 3D graph method : Because of that 12 bit format of my data and I
had to convert it in 16 bit I am loosing any levels or       
    Resolution ?
3. Is there any way of increasing 255 level to 16bit level 2D Graph method.
4. Is there any method that can display my 16bit information as a image utilizing all my levels.
Please Do me a favor .. thank you

Similar Messages

  • How to search a string from the database?

    how to search a string from the database? starting with some character

    If you're trying to do this in a SELECT, you can use the LIKE verb in your WHERE clause.
    Here's an Example
      SELECT obj_name FROM tadir
        INTO prog
        WHERE pgmid = 'R3TR'
          AND object = 'PROG'
          AND obj_name LIKE 'Z%'.
    In this case it will select every row that obj_name starts with Z. 
    If you wanted to find every row that the field obj_name contains say... 'WIN'  you use LIKE '%WIN%'.
    Edited by: Paul Chapman on Apr 22, 2008 12:32 PM

  • Why does "Open HTML Report in Broswer" crash on some machines?

    I've been using the "Open HTML Report in Browser" subvi to generate simple printable reports from a control program, but the program hangs on the control system PCs. I am running Win2000 with IE on my programming box, but on the XP machines with IE and Mozilla running the LabView 7 runtimes the program will hang in the Open HTML Report subvi every time. Is there any known cause for this? Are there any alternatives?

    rsd212 wrote:
    I am running Win2000 with IE on my programming box, but on the XP machines with IE and Mozilla running the LabView 7 runtimes the program will hang in the Open HTML Report subvi every time. Is there any known cause for this? Are there any alternatives?
    Hello rsd212,
    The behavior we you are seeing is probably due to the security policies set up on your windows XP machine. Have you installed Service Pack 2 on the machine?
    One way to check if is this is security policy issue is to force the report VI to open the browser with the System Exec VI instead of using DDE. You can do this by opening the Open URL in Default Browser Core subVI inside Open HTML Report in Browser -> Open URL in Default Browser and changing the code to always run the System Exec version and skip the DDE version.
    If this works you can either keep the VI as is or revert to the original version and troubleshoot what security policy is preventing DDE from working on your computer.
    Please let me know if you have any questions.
    Regards,
    Matt
    Keep up to date on the latest PXI news at twitter.com/pxi

  • How to search a string in some folder.

    Hi ,
    In my application users will upload some pdf,xls files to server. files will be saved in server. From the front end can search on all files with some specific string. If that string is there in any of the file, user has to get link to download that file and the text just before and after that user string. Its like how we get in google. This type of search we need to implement, Could any one please let me know how to implement, any free API are there in java. Please its urgent, help on this.
    Thanks
    Mohan

    user594301 wrote:
    I have 2 columns in a table. entry_no and msg_txt. entry_no is number(12) and msg_txt is LONG. I want to search one string in msg_txt. How can I write a query for this ?You can't write a query for this. The only thinks you can do with a long in a query is put something in and take it out again - with diffiuclty, usually.
    You can write a PL/SQL function to do this for you if necessary. The function will have to perform the search directly if the long < 32760 bytes or use DBMS_SQL to break the LONG up into 32760 byte segments that can then be manually searched. If you are lucky someone has done this already and posted the code online. Either way the solution will be slow and probably painful to implement.
    If possible convert your data to a CLOB and use DBMS_CLOB to find the data you need.

  • How to find a string in all directories/folders

    Good Day,
    I need to search for a word through out all the directories .Is there any command that which I can type to search for a string in all the directories,folders and sub folders at one time.
    Thanks in advance.
    Regards,
    Gopi.CH
    Edited by: 915796 on 10-Jun-2012 19:18

    Use the find command if you are looking for a specific file or directory name. The following example will find only filenames (type f) that contain the word "sample", but exclude the results found in /usr and /u01:
    # find / -type f -name "*sample*" | egrep -v "/u01|/usr"
    /home/oracle/snippets/parse2.sample
    /home/oracle/snippets/parse3.sample
    /root/sample.bin.dc
    /root/sample2.bin
    /root/sample.bin
    /root/sample.des
    /root/sample.out
    /etc/gdm/PostLogin/Default.sample
    /proc/sys/kernel/perf_event_max_sample_rateUse the grep command to search for content. For example:
    # grep -r "Dude" /home
    /home/oracle/snippets/sched_stop_dist.sh:# Author   : Dude
    /home/oracle/snippets/healthcheck.sh:# Author:     Dude

  • How to set preference to "show all" open windows in all open applications (until I quit)

    how do I set preferences to "show all" windows in all open applications (until I quit the application) ?

    Can you explain more what the problem is and what you want to see.
    All windows are shown by default, unless you minimize them, so I'm confused at what you are asking.

  • Is there an addon to view the titles (or search the text of) ALL open tabs in MULTIPLE Firefox windows?

    Ive seen lots of "Tab Menus" for a single window. I know that there is only 1 firefox executable when I have many windows open so wouldn't these titles all be available in memory ??
    I love having many windows open with many tabs in each to keep them grouped, but it becomes hard to find the one I am looking for.
    Thanks.

    If you want a list of all open tabs the you can consider to use the "Show my windows and tabs from last time" to make Firefox store session data in sessionstore.js and parse the content of this file in a Firefox tab.
    *Tools > Options > General > Startup: "When Firefox Starts":<br>"Show my windows and tabs from last time"<br>"Show my home page"<br>"Show a blank page"
    This code can run in the Scratchpad (Firefox/Tools > Web Developer;Shift+F4) in a Browser environment and in the Browser Console (Ctrl+Shift+J) and in extension's button that allows to run code with chrome privileges.
    I use the PrefBar extension for cases like this where code needs to be run with chrome privileges.
    *http://forums.mozillazine.org/viewtopic.php?f=38&p=12098147&start=60#p12098147
    You can find the Firefox profile folder here:
    * C:\Users\&lt;user&gt;\AppData\Roaming\Mozilla\Firefox\Profiles\&lt;profile&gt;\
    Note that the "AppData" folder in Windows Vista and later Window 7+ versions and the "Application Data" folder in XP/Win2K are hidden folders.
    *http://kb.mozillazine.org/Show_hidden_files_and_folders

  • How to use CR Viewer 2008 to open a report created in CR 2008?

    I have CR Developer 2008 version 12.0.0.683 that I am using to create a report whose data source is through the iHistorian OLE DB connector. I can preview the report in the Developer, but as soon as I use Crystal Reports viewer 2008 (12.2.0.r325)to open the report, I get the following error: "An error occured trying to load the report: The field size is not allowed to be negative:
    "-1".-----Error code:-2147215356 Error code n".
    CR viewer 2008 is able to open the samples reports, but not the report I create.
    Any help would be appreciated

    Hi Shweta,
    I am not using a .NET application. I not using Visual Basic either. I just have Proficy Historian 3.1 collecting data from an iFix tag, and i am reading that data into CR 2008 designer.
    I think that the viewer is unable some how to connect to my server with the iHistorian OLE DB. I tried adding the server in the viewer "server configuration" but no luck. I was able to view the report I created on crystalreports.com. So i believe that the problem is with Crystal reports viewer 2008 connecting to my data source server.
    Thanks,
    Abdou

  • How to search the file in all directoris

    dear sir,
    i know how to retrive ms word while clicking the button action.,
    if know the path of file where it exists.
    if i dont know the path,i want to search ms word in exiting all directories
    and retrive msword .how to do search the file?
    please help me ,
    thanks ,
    pullareddy
    [email protected]

    Sorry I do not understand your question.
    If your question is
    1. How Do I iterate over files in a Directory? Then see A1.
    -or-
    2. How do I let the user select a File (Dir)? Then see A2.
    A1:
    void processDir( String dirPath ) {
    File dirFP = new File( dirPath );
    String dirs[] = dirFP.list();
    for ( int i = 0; i < dirs.length; i++ ) {
    String fileName = dirs;
    String dirName = dirPath + File.separator + fileName;
    File theFile = new File( dirName );
    if ( theFile.isDirectory() == true ) {
    processDir( dirName );
    else {
    // Not Directory! ... It is a file!
    int nDot = fileName.indexOf( '.' );
    String ext = (nDot > 0 ) ? fileName.substring( nDot ) : "";
    // Process File...
    // To see if the extension is of a
    // particular Type...
    if ( ext.compareTo( "xyz" ) == 0 ) {
    // Process special file type...
    A2:
    String BrowsePath( )
    JFileChooser chooser = new JFileChooser();
    chooser.setFileSelectionMode( JFileChooser.DIRECTORIES_ONLY );
    chooser.setMultiSelectionEnabled( false );
    JFrame parentFrame = null; // Or better!
    int returnVal = chooser.showOpenDialog(parentFrame );
    String result = null;
    if (returnVal == JFileChooser.APPROVE_OPTION)
    File selectedFile = chooser.getSelectedFile();
    result = selectedFile.getAbsolutePath();
    return result;
    -John
    null

  • How to search a String within a text file ?

    ************** text file ****************
    Good bye good
    bye good bye
    good bye
    good bye good
    bye good
    ************** Input and Output ****************
    Input: good bye
    Output:
    total strings Matched: 5
    whichlinesmatched: 2
    whichlinesmatched: 2
    whichlinesmatched: 3
    whichlinesmatched: 4
    whichlinesmatched: 5
    whichlinesmatched: 0
    whichlinesmatched: 0
    whichlinesmatched: 0
    whichlinesmatched: 0
    whichlinesmatched: 0
    ** but the desired output is 3, and only line 2, 3, 4 matched
    ** Could you please have further help about this? Thank you.
    ************** the codes****************
    import java.io.*;
    public class Tokenize{
    public static void main( String args[] ){
    int maxNumberOfLine = 1000; //the maximium number of line in data file for input
    String fileName = "test"; // file name for data input
    String stringForCount = "good bye"; // specified word for counting
    int totalStringMatched = 0; // number of word matched
    int[] whichLineMatched; // line number for each word matched
    whichLineMatched = new int[maxNumberOfLine];
    // Input string (stringForCount) has been stored in a string array, wordForCompare[]
    // For example: stringForCount = "good bye"
    int stringLength = 2;
    String wordForCompare [] = { "good" , "bye" };
    // wordForCompare[0] = good
    // wordForCompare[1] = bye
    int wordFromFile;
    StreamTokenizer sttkr;
    try{
    FileInputStream inFile = new FileInputStream(fileName); //specifying the file to be opened
    Reader rdr = new BufferedReader(new InputStreamReader(inFile)); //assigned a StreamTokenizer
    sttkr = new StreamTokenizer(rdr);
    sttkr.eolIsSignificant(false);
    System.out.println("Searching for word : " + stringForCount );
    while( (wordFromFile = sttkr.nextToken()) != StreamTokenizer.TT_EOF)
    System.out.println( "going looping through file, token is: " + sttkr.sval );
    if(sttkr.sval.equals(wordForCompare[0])){
    if (stringLength == 1) {
    totalStringMatched++;
    whichLineMatched[totalStringMatched-1]=sttkr.lineno();
    } else {
    for (int p=1; p < stringLength; p++) {
    wordFromFile = sttkr.nextToken();
    System.out.println( sttkr.sval );
    if (!(sttkr.sval.equals(wordForCompare[p])))
    break;
    else if (p==stringLength-1) {
    totalStringMatched++;
    whichLineMatched[totalStringMatched-1] = sttkr.lineno();
    } // end of else
    } // end of for-loop
    } // end of else
    System.out.println( " total strings Matched: " + totalStringMatched );
    } // end of if
    }//end of while for wordFromFile
    for( int i = 0; i < 10; i++)
    System.out.println( "whichlinesmatched: " + whichLineMatched<i> );
    } catch(Exception e) {} //end of try
    }

    A small change to roopa_sree's code, this code fails if there are multiple occurences of the search string in the same line. Make this small change to correct it,import java.io.File;
    import java.io.BufferedReader;
    import java.io.FileReader;
    import java.util.StringTokenizer;
    public class WordCounter {
         public static void main(String args[]) throws Exception {
              if(args.length != 1) {
                   System.out.println("Invalid number of arguments!");
                   return;
              String sourcefile = args[0];
              String searchFor = "good bye";
              int searchLength=searchFor.length();
              String thisLine;
              try {
                   BufferedReader bout = new BufferedReader (new FileReader (sourcefile));
                   String ffline = null;
                   int lcnt = 0;
                   int searchCount = 0;
                   while ((ffline = bout.readLine()) != null) {
                        lcnt++;
                        for(int searchIndex=0;searchIndex<ffline.length();) {
                             int index=ffline.indexOf(searchFor,searchIndex);
                             if(index!=-1) {
                                  System.out.println("Line number " + lcnt);
                                  searchCount++;
                                  searchIndex+=index+searchLength;
                             } else {
                                  break;
                   System.out.println("SearchCount = "+searchCount);
              } catch(Exception e) {
                   System.out.println(e);
    }Sudha

  • How to search the file in all directories

    dear sir,
    i know how to retrive ms word while clicking the button action.,
    if know the path of file where it exists.
    if i dont know the path,i want to search ms word in exiting all directories
    and retrive msword .how to do search the file?
    please help me ,
    thanks ,
    pullareddy
    [email protected]

    Lets go back to your first question, the one you didn't post here. Why do you want to "retrieve ms word"? My guess is that you want to execute the Microsoft Word executable program and have it load a Word document that you happen to have available.
    If that's the case (and dozens of people have already asked that here), then do this:Runtime.getRuntime().exec("start yourdoc.doc");but put the actual file name in there in place of "yourdoc.doc".
    If you have some other reason for wanting to find MS Word's executable (e.g. you want to delete it), then please reply to this post and let us know.

  • How to search a string in clob?

    I have the following example Table (column description is a Clob):
    id title description
    1 test this is a large
    document with many
    chars above 4K.
    2 test2 test this is a test
    select * from mytable where description like '%with%';
    All the hours what i spent are not successful :-( Cause i know that
    you cannot search with "like" in a clob column. :-(
    Is there any way to search the data within the clob description and get all the
    information back ?
    I4m really new with Oracle...sorry for these kind of questions, but i say
    thank you very very much for every help!!

    I have a similar problem. I have read as much of the interMedia documentation, have indexes working successfully. However, the indexing seems sporadic - I can index smaller sets of characters, but where more that 4000 characters are present (and even some below this), I get no results back. I am using CLOBS, and the contains clause - as I say, the only difference seems to be the amount of text contained in the field.
    Would this be something to do with the text being stored in row, and the indexing failing due where a pointer is held instead?
    Any help vastly appreciated.
    Andrew

  • How to send email distribution to all users from report ?

    Hi all,
    I got the following report output :-
    Item_______Qty_On_hand_________Min_qty____Email
    [email protected]
    [email protected]
    [email protected]
    Once the reporis being generated, it will distirbute to all the email id list. Will this possible ? or any other better way to handle this ?
    Thanks.
    Rgds
    Lim

    hello,
    you need to use 9i or 10g for that. there you would set the "repeat on" property of you report to the group your report is based on. this will create one instance of your report for each person.
    then you need to use advanced distribution, create a distribution XML file that defines your desired email distribution with dynamic TO value.
    for further info about advanced distribution, consult the publisching reports manual.
    thanks,
    ph.

  • JSP/Struts How to get a String to display as HTML?

    <logic:present name="ShowAnswers">
      <logic:iterate id="ShowAnswers" name="ShowAnswers">
       <br>
       <html:textarea name="ShowAnswers" property="anAnswer"> </html:textarea>
    </logic:iterate>I've got a Vector of Strings that are being written to a .jsp using <logic:iterate> as shown above. The String anAnswer contains HTML code.
    Is there a way to get it written using the above framework as HTML rather than text ?
    I've tried <bean:write name="ShowAnswers" property="anAnswer"/> which also just writes out the raw HTML rather than the formatted HTML.

    try using the "filter" attribute of bean:write.
    <bean:write name="ShowAnswers" property="anAnswer" filter="false"/>
    For clarity you should use different names for your loop variable and your actual list. I know that it currently works, but thats only because they are in two different scopes.
    Also standard coding conventions specify that variable names should always start with a lower case letter.
    <logic:present name="ShowAnswers">
      <logic:iterate id="anAnswer" name="ShowAnswers">
       <br>
        <bean:write name="anAnswer" property="anAnswer" filter="false"/>
    </logic:iterate>

  • How to load the Bitmap file in a HTML report file ?

    Can one help me out in loading a BMP file in a HTML report file.

    Use Functions\Report Generation\Append Image To Report.vi

Maybe you are looking for

  • Query for outgoing payment

    Hi All,          i need a report for the outgoing payment where i could display the account details, the doc remarks, row total and also the payment mode, whther by cash or by cheque. I have a query but i dont know how to get the mode of payment and

  • Howto increase log recovery speed?

    We created a copy of our production MaxDB (2,8 TB) to have a shadow database. When I apply the logs (via script) I find out, that the shadow database is not able to "keep up" with the number of logs produced in the production. I figured out so far th

  • OSB question : passing a user defined transport header to a proxy service

    Hi All, I have a proxy service that calls another proxy service. The protocol for the "called proxy service" is set to local. The calling proxy service has a "transport header" action to add a user defined header to the outbound request. I log the ou

  • AF_Modules/dynamicconfigurationbean not found

    I've promoted my interface to out production environment and the receiver file adapter fails. "Exception caught by adapter framework: local bean not found: localejbs/AF_Modules/DynamicConfigurationBean" Any ideas what might be the problem?

  • How to fix font and app color

    My iPod touch changed the color of wallpaper and the color behind some of the apps. How do I get it back to normal?