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...
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!
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...
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...
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...
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...
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
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...
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
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...
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
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...
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...
Ok, found it using cfdirectory if anyone's interested:
<CFDIRECTORY NAME="filelist" DIRECTORY="/mydirectory/download/" FILTER="#lloc_num#.pdf">
<cfoutput query="filelist">#size#</cfoutput>
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...
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...
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 "Select One"><cfinclude template="oops.cfm"><cfabort></cfif>
Your oops page can prompt them to let them know they must select an option from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.