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 TouchToneTommy 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
  • Order by date
  1. Jami

    highlight dropdown value based on user entry

    The previous script works great.. And it's consistent! This is exactly the functionality I was looking for. Thanks so much!
  2. 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...
  3. Jami

    drop down box size

    Thanks Adam, I am also wondering then if there is any way to still view any truncated strings while setting the size should they not fit the new length. Or, is there any way to place a single drop down value on multiple lines? Thanks again!
  4. 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...
  5. 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...
  6. 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...
  7. Jami

    displaying image using cfheader/cfcontent

    Thanks! But I've tried that too and my browser window just hangs in that case.
  8. 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...
  9. Jami

    Why won't my page show up?

    A lot of times a page may not display due simiply to html formatting issues within your tables. I would try closing your first table, as I don't see a </table> tag for that one and see if your page is displayed. Hope that helps. Jami
  10. 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...
  11. Jami

    CF variables in javascript

    Hi Chebbi, You should just simply have to put <cfoutput> tags around the javascript code or script and it will parse any variables placed in your pound signs. This works for me. Good luck! Jami
  12. 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...
  13. Jami

    Odd results when querying date

    That was it! Thanks so much for the help. I have been looking at this problem for a while now and probably tried everything but this. And you helped explain the reasoning. Greatly appreciated! Thanks again, Jami
  14. 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...
  15. 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...
  16. Jami

    determine file size

    Ok, found it using cfdirectory if anyone's interested: <CFDIRECTORY NAME=&quot;filelist&quot; DIRECTORY=&quot;/mydirectory/download/&quot; FILTER=&quot;#lloc_num#.pdf&quot;> <cfoutput query=&quot;filelist&quot;>#size#</cfoutput>
  17. 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...
  18. 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...
  19. Jami

    Drop-Down Validation

    Hi there, On the page you are submitting to, you can do an error check, something along the lines of: <cfif #trim(form.dropdown)# is &quot;Select One&quot;><cfinclude template=&quot;oops.cfm&quot;><cfabort></cfif> Your oops page can prompt them to let them know they must select an option from...
  20. Jami

    round to nearest 5

    Hey, That was perfect! Thanks so much! Jami

Part and Inventory Search

Back
Top