| Thread | Last Post | Replies |
|
| CFInput - Masking and Validating | 31 Mar 2005 22:09 GMT | 7 |
I need to submit ISBNs to a dB and I am having a time doing it... I scratch my head this way and squinted that way and I can't figuare it out... SOooo How would I get cfinput to require an ISBN, make sure its numeric, and follows the pattern of 0000000000 to 9999999999. ISBNs ...
|
| Help with variable query? | 31 Mar 2005 21:53 GMT | 4 |
I'm having an arbitrary query input by the user, then to make that query into an excel file it must be put into a table similar to below. Since I don't know the number of columns necessarily i use ListLen(), and since I don't necessarily know the names of all the colums i use ...
|
| Encoding (UTF-8) and Query Output | 31 Mar 2005 20:54 GMT | 3 |
I am trying to get UTF-8 and Cold Fusion to play nice. So far... things have been nutz! If you can take a look at the 3 files in the following downloadable zip file you will see exactly what I am doing. It is my hope that you can clue me in to
|
| Need help updating SQL DateTime fields. | 31 Mar 2005 19:25 GMT | 1 |
For some reason when I try to convert a Date in the format Fri Jun 16 00:00:00 GMT-0500 1987 to an ODBCDateTime and update a field with the new ODBCDateTime, it updates everything correctly, except it ALWAYS sets the year to be 2000. Does anyone
|
| Newbie Help | 31 Mar 2005 19:01 GMT | 1 |
I'm having a little trouble finding things on this forum. Probably because I don't know where to look. I am looking for some information about how I allow a user to enter data in a list box. I have a list box that covers 99% of what the users need to enter, but every now and then ...
|
| Uploading Files | 31 Mar 2005 18:41 GMT | 2 |
I am realtively new to CF. I am trying to accomplish something that I am not sure i can do with CF. I want to have visitors to a page on our site have the ability to upload files to a specific folder on our website. I have no access to CF on the server side as it is a service ...
|
| expired cached query | 31 Mar 2005 18:28 GMT | 3 |
:rose; How can I catch the error produced when a user tries to refresh a page that depends on a cached query to display content, once the query has expired? I don't want to query to remain cached and return older results after the database is updated with new info. Is there a ...
|
| Array element doesn't keep struct value? | 31 Mar 2005 18:20 GMT | 1 |
I'd like each of the following array elements to hold its own structure. <cfset TeamMemberDisplay = arraynew(1)> <cfset querystuct = structnew()> <cfset querystruct.name = 'getTeamMembers'> <cfset TeamMemberDisplay[1] = #querystruct#> <cfset querystruct.name = ...
|
| Need Help with Image Fields in Access | 31 Mar 2005 18:08 GMT | 1 |
I'm using an Access DB for dynamic processing of product detail pages that include an enlarged image. I was told that I just have to put the Image name in the column, but that doesn't work. When I hit the browser, I get this message: Element IMAGE_ID is undefined in URL.
|
| how scheduled a task in mx7 | 31 Mar 2005 17:40 GMT | 1 |
I want set up scheduled task through windows scheduled task. do you know which application file (exe) should I include. before I used coldfusion 4.5 and in the scheduled task I call c:/cfusion/bin/cfml.exe d:/some cfm file
|
| Application Variable Timeout | 31 Mar 2005 17:40 GMT | 1 |
By default Application variables timeout after 2 days. Does this mean that once set they will last 2 days and then they will be deleted regardless, or does that timer get reset everytime the variable is accessed / changed? Cheers.
|
| Application.CFC - Undefined Variables? | 31 Mar 2005 17:37 GMT | 1 |
Since I have multiple applications on the same webserver, I have opted to start utilizing the Application.CFC files to help me along. Honestly, can't believe I ever did without them. Anyway, I am developing a small ticket application for my company and I am getting the following ...
|
| The value "" cannot be converted to a number | 31 Mar 2005 17:35 GMT | 2 |
Have just set up a login page and am getting the above message. I have checked that the values in the database match the data type but don't understand why this is happening. Debug says it is coming from the following piece of code: <cfset TotLogins = TotLogins + 1> The whole ...
|
| Custom Locations for Java Beans | 31 Mar 2005 17:34 GMT | 1 |
I have a shared hosting account with CFMX 7 and would like to to install and use a third party Java bean. I can install this component just fine on my local development machine by putting the bean's jar file into wwwroot/web-inf directory. However on the production machine I do ...
|
| IE only "Element ... undefined in SESSION" error when called by Alia/Canonical Name | 31 Mar 2005 17:32 GMT | 1 |
I repeatedly get the error "Element .. undefined in SESSION", when using IE to browse to a site using a alias/cname for the site. I've got an example site I've used to reproduce the error, which I can send anyone who wants to try it.
|