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

    highlight dropdown value based on user entry

    I am trying to allow customers to type a series of numbers and while doing so, the values in the dropdown corresponding with these values become highlighted. For example, I have a large drop down box with many numbers. I'd like the user to be able to enter "2345" for example, and if...
  2. Jami

    drop down box size

    Is there a way to maninpulate the size of a drop down box to maintain the size regardless of the values populating the box? Values are being selected from a database that users can edit and add to and some values are getting so long that it is breaking or lengthening the web form. Can I set...
  3. Jami

    cfcontent help

    Our user group is experiencing a problem with cfcontent and powerpoint files. They are using Windows 2000 as the desktop. I have looked everywhere for some help! The ppt document displays correctly 60% of the time. Otherwise, it produces an error (see below). This command: cfcontent...
  4. Jami

    Looking for a streaming technology

    I am storing documents of all sorts (pdfs, images and word documents) in an Oracle database as clobs. We have a procedure that runs so that if the document is greater than 32000 characters, the clob is pieced together with this procedure and sent to the web browser. This procedure is simply a...
  5. Jami

    displaying image using cfheader/cfcontent

    Hi all, I am having problems with some code using cfcontent and cfheader tags. I am uploading binary contents of a database stored object to a temp directory and using the headers to display the object. This code works fine for word docs, excel docs, etc. but does not often work with jpgs...
  6. Jami

    tobase64 taking a lot of time to process

    Hi all, I am reading a file in binary mode and updating a database table with a clob field using this read and the tobase64 function. This routine is working great for about 70% of my records. Every once in a while, it is taking an extremely long time to process (up to nearly 7000 milliseconds...
  7. Jami

    resize images on a unix box

    Hi all, I am using cffile to upload jpg's to a site, but I want to resize the images, as these can tend to be large and break my app pages. I've seen cfx tags that do image resizing, but I'm on a unix box, so these won't work. Has any used anything like this on a unix platform? Really...
  8. Jami

    Odd results when querying date

    Hi, Can anyone help? Here is my sql statement and the results. The statements asks for only dates with 2001 in January, but the results being returned are dates within the correct month and day, but from years 2001 and 2002. It is ignoring the year for some reason! My backend is Oracle...
  9. Jami

    schedule sql*loader utility?

    Hi all, I am using the sql*loader utility to upload new records to a table. I really need this to occur 3 times daily and would like to automate the uploads. I often use dbms_job.submit with my procedures. Is there any way to schedule the use of the sql*loader utility maybe along the same...
  10. Jami

    determine file size

    Hi all, I have some pdfs in a directory on my server that visitors are able to download. Depending on a drop down they selected previously, one appropriate pdf will be available. I would like to display the size of that pdf next to the download link but don't want to hard code this, as an...
  11. Jami

    class not found

    Hi all, I have a client that has written a java applet and when placed on our server, the applet is not running. It is saying class is not found. We are running this on a Sun Solaris machine. I am unfortunatly not well versed in java any more. Do we simply need to edit our classpath and path...
  12. Jami

    round to nearest 5

    Hi all, I have a value with 2 decimals, say 21.67, that I would like to round to the nearest integer of 5. Thus, it would become 20.00. Could anyone point me in the right direction? Thanks much! Jami
  13. Jami

    pass text value to a subsequent text box on same form using onBlur?

    Hi all, I am attempting to send the value (if changed) of one text box to a later text box on the same form. I can update the subsequent text box with a predefined value that I send the function, but am I able to send the function the value of the text box that is linked to the onBlur event...
  14. Jami

    check that variable contains key word

    Hi all, I am hoping to check that a form variable contains a key word, such as bracelet. This form variable can be any of the following: "and Gold Bracelet" "and Diamond Bracelet" "and Diamond Pendant" I would like certain script to execute if the word bracelet...
  15. Jami

    cfform and maxlength

    Hi all, I don't know if this is a javascript, html or cf issue, but thought I'd give it a shot here. I am using a form to receive catalog requests. This form is enclosed with cfform tags and maxlengths are included on every input or cfinput tag to keep the length of variables under the length...
  16. Jami

    Performance tuning

    Hi all, I am developing a number of sites using ColdFusion on a Unix box. I am experiencing a large number of warnings reading: "Timed out while waiting for thread semaphore". These are consistent and are at times even crashing the server. From what I can gather, there is probably...
  17. Jami

    Session Variables not lasting

    Hi all, I have developed a members portion to a site using session variables once a member has logged in. I am using CFLock when writing these session variables as well as when the member logs out. One member is having a problem accessing all member pages. At the beginning of each page in the...
  18. Jami

    Saving encrypted string to database

    Hi all, I am trying to use encrypt and decrypt to save values such as Credit Card numbers to my database. Here is my problem: For a credit card, for example, I have an Oracle database table with a field of varchar2 and want to store this encrypted data. Here is my insert statement (the...
  19. Jami

    A request exceeded the timeout - Shutting down server

    Hi all, Last evening I had some problems with a form I had developed. Two errors occurred "A request exceeded the timeout." Each error was followed by "The unresponsive thread count is up to 1." and "The unresponsive thread count is up to 2." respectively. I...
  20. Jami

    query database each day

    Hi all, I have housed some trivia questions and answers for a member site I am developing. Each day, I would like a different question displayed. Can anyone give me direction on how I can query the database each day to pull up a different question. They are primary keyed with sequential...

Part and Inventory Search

Back
Top