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 Chriss Miller 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: *

  • Users: borntorun
  • Content: Threads
  • Order by date
  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

    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.
  5. 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.
  6. 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"...
  7. 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...
  8. 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.
  9. 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...
  10. 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...
  11. 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.
  12. 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.
  13. 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.
  14. 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...
  15. borntorun

    Length of a number in javascript.

    Hi, I need to test if a number has a decimal point and count the characters before the decimal point. Obviously without a decimal point i can just do length. Thanks.
  16. borntorun

    Running VB program

    Hi, I have an activeX control. I then create a form which i add this control to, with a button to run the activeX control In visual studio 6 whenever I just run the form it doesn't run the form but the activeX as a html file... Do you know how i can get around this. Thanks.
  17. borntorun

    Some starter pointers. ActiveX control.

    Hi, I have vb6 and i would just like some pointers about how i can create an activex control that holds up to 20 columns and, 5000 rows. It must expose a few methods so that from my html page, my html page i can add in the columnsa and rows, change the values after they have been added, and...
  18. borntorun

    Viewing methods/properties of active x control

    Hi, I have an activeX control that i register to visual studio.net or ms access. I just want to view the methods and properties it exposes. How can i do that? Thanks.
  19. borntorun

    Easy question. How to view properties and methods of an ocx file?

    Hi, I have an ocx file i register to visual studio.net or access. How can i then just view the methods and properties that object exposes? Thanks.
  20. borntorun

    NPV Calcuation From same column using same rate in sql

    Hi Guys, I would like to calculate the NPV in a sql query but use the vba function. Does anyone hvae some pointers about how i can do this? I will always use the same column. I want to hard code the base rate to begin with and then put it from a column later. I think i hvae to create a...

Part and Inventory Search

Back
Top