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 Mike Lewis 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. djack2

    Numbers to Words

    Thanks for the suggestions and the links.
  2. 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.
  3. djack2

    keyboard event

    This works really well. Thanks!
  4. 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?
  5. djack2

    dayofyear

    cool, thanks.
  6. 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?
  7. djack2

    oracle 8 and quotes

    Thanks once again, I'll give it a try.
  8. 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...
  9. djack2

    multiple delete queries

    I love this forum! You guys are great! Thanks to both of you for all your help.
  10. 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'...
  11. djack2

    read add to file

    That code worked great! You just saved me about 2 days of work. I had to manually edit a few thousand files and this just helped me automate the process. I used a loop and cfdirectory to automatically open and edit each file in each directory and insert additional code. Once again, thanks for...
  12. djack2

    read add to file

    Ok, thanks. I'll give that a try.
  13. 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?
  14. djack2

    max cookies

    Ok thanks. I never read that it was per domain per user. I only saw per domain. I didn't think that made sense. This clears up alot for me thanks.
  15. 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?
  16. djack2

    getting all sessions

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

Part and Inventory Search

Back
Top