Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. borntorun

    Cognos Calculation Report Studio

    Hi, I have no access to framework and I need to perform the following calculation, I would like to work out the easiest way of doing it. Count(itema) / (itemb/1000) grouped by date. I could write the sql myself but only want to do this if it is the easiest way. Thanks for any pointers.
  2. borntorun

    Startup 10g Windows Exclusive

    Hi, Can someone tell me how I can start up oracle in exclusive mode so that i can issue an alter database command thank.
  3. borntorun

    Simple Function with ref cursor

    Hi, I am looking for an example of a simple function with a ref cursor that returns something, then how i can call this and just this in a query. Any pointers or ideas. COuld be something against the scott schema. Thanks.
  4. borntorun

    Finding key combinations

    Auger282, obviously you always look in the manual first these are hidden short cuts for the development team, hence my question. I know one of the combinations but can't find the other. I know there are two.
  5. borntorun

    Finding key combinations

    Hi, I have a .net application and i know there are some hidden three/four key letter combinations to help debug the application. Is there any application which will go through all possible three/ four letter keyboard combinations and check them for me? Thanks.
  6. borntorun

    Keep item selected

    Hi, I have an activeX component which is a list view and a text box. I would like the last item in the activeX to remain selected and in blue, even when i move to the textbox is there anything i can do to enable this? Thanks.
  7. borntorun

    Way to access textarea from a html form

    Hi, Do you know how i can access the following form, which is in a simple html page. <form method="post" ACTION="http://servlet/test.jsp" name="upform" ENCTYPE='multipart/form-data'> <p> <input type="textarea" name="textarea" value="Find in Jsp"> <input type="submit" name="Submit"...
  8. borntorun

    Send xml stream to jsp page

    I am doing it as a html text area, so the question is how do i access the form text area property that is submitted to the jsp page? Any ideas? Thanks.
  9. borntorun

    Send xml stream to jsp page

    Hi, I have a stream of xml created by javascript/html i would like to send this to a jsp page rather than recreating it all in jsp. How can i send a stream of xml to a jsp page for saving. I have tried file uploading in a form but the user must select the file to upload, obviously. Tried as a...
  10. borntorun

    Save java file

    HI, I would like to pass a string to a java program and then save this to the file system, in a specific location. It should overwrite any file that is existing but wait if the file is being read. Can i use the file class? Thanks.
  11. borntorun

    XML WIldCard Search

    HI, This is my dummy xml <type> <default>test1</default> <next>testing</next> <next>tests</next> </type> - <type> <default>test2</default> <next>tested</next> <next>tester</next> </type I need to do a wildcard search and return those that say have 2 in them. When they...
  12. borntorun

    xml search tool

    Yes i search for the first two letters whatever is put up. I am looking at the possibility of doing this using xml script from source forge. I then have to display these to the user. I was thinking of putting them in an array to begin with but think there might be a better way of doing this.
  13. borntorun

    xml search tool

    Hi, I need to do an xml wild card search of a document and then return in array all those that are similar So say the user puts in France I have to search FR Fr France FRANCE Thanks. Any pointers. I then need to say whether this is top level or lower level My xml document has two levels...
  14. borntorun

    XML WIldCard Search

    Hi, I need to do an xml wild card search of a document and then return in array all those that are similar So say the user puts in France I have to search FR Fr France FRANCE Thanks. Any pointers. I then need to say whether this is top level or lower level My xml document has two levels...
  15. borntorun

    Remove all rows with word excel

    HI, I have subtotals in an excel spreadsheet that someone has given me. I would like to remove all rows from this sheet that has 30,000 rows where they have the word total it. Thank you list.
  16. borntorun

    Dynamic url links

    Perfect thanks
  17. borntorun

    Dynamic url links

    Can you help me add the links? How do i dynamically generate html links for a list of say 5 to 10 items? Thanks.
  18. borntorun

    Dynamic url links

    HI, I have a javascript loop that gets a users settings, from this i would like to dynamically on a web page create the users html links. For example she selects companies i will create links to the companies they selected. Thanks.
  19. borntorun

    Power Point Macro

    Hi, I would like to create a macro so that when they the document is opened or a button is hit it prompts the user to print to a pdf printer or not. Any help gratefully received. Thanks.
  20. borntorun

    ParseXML

    Hi, Could you help me know how to parse the following xml in java script so i can get the text? <test> <country>brazil</country> <town>rio</town> <person> <name>ronaldo</name> <name>socrates</name> <name>zico</name> <name>pele</name> </person> </test> Need to extract values. This is in IE...

Part and Inventory Search

Back
Top