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 wOOdy-Soft 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: djack2
  • Content: Threads
  • Order by date
  1. djack2

    Numbers to Words

    Is there a tag to convert 10 to Ten? I can't seem to find any information on it if there is.
  2. djack2

    keyboard event

    I need to have a piece of coldfusion code ran, when a certain "F" key is pressed. For example, when "F2" is pressed some code would be run. Like printing a statement to the screen. Can this be done in javascript? If not, can it be done at all?
  3. djack2

    dayofyear

    How do you convert the day of the year, say today which is the 100th day, to the actual date. In this case 04-10-2001. I have tried a few ways, but there is no way to account for the year buy looking at just 100. Any thoughts?
  4. djack2

    oracle 8 and quotes

    Once again I have to ask for someone's help on an oracle issue. I have a comments field on one of my pages and if you enter quotes in the field, it will not save the data. I don't get an error, it's just that oracle won't save the info. I have tried using a replace function to replace the quotes...
  5. djack2

    multiple delete queries

    Is there a way to delete more than 1 record at a time? I'm using oracle 8 and CF 4.5. I need to delete several records at once but haven't found a way to do it. If I just do more than 1 delete "query" it times out. I need to do something like this: delete from my_table where id = '1'...
  6. djack2

    read add to file

    Is there a way to read a file, write new info to the beginning and end of the file and then save it? I know how to append to the file, but I need to add to the top of the file also. Any suggestions?
  7. djack2

    max cookies

    Is it true that you can set a max of 20 cookies? I can't see how this could be true but I have read this in more than 1 place. What's the real deal on this?
  8. djack2

    getting all sessions

    Is there a way to see all the sessions that are currently active?

Part and Inventory Search

Back
Top