| Thread | Last Post | Replies |
|
| Need to repeat a region...having problems... | 02 Nov 2004 18:21 GMT | 2 |
I have a database call that displays thumbnail images. Default, they display vertically, one beneath the other. I have read through the 'repeated region' help screens and have not come up with anything I can make work. My current extension which is installed in DW is ...
|
| Invalid list index 8 | 02 Nov 2004 17:10 GMT | 2 |
I'm getting a strange error on my production server CFMX 6.0 that I'm not getting my development and staging servers: Invalid list index 8. In function ListGetAt(list, index [, delimiters]), the value of index, 8, is not a valid as the first argument (this list has 7
|
| Comma-Delimited File with Commas | 02 Nov 2004 15:43 GMT | 1 |
I have a comma-delimited file (exported from excel) that contains commas within the fields. I am trying to parse the file into a db and am having problems with the fact that some of the fields have commas within them so they of course are being seen as two fields. Anyone have ...
|
| Intergers to long!!! | 02 Nov 2004 10:57 GMT | 1 |
How do I create a loop to create a set of numbers with 13 figures each?? I have this piece of code below but sometimes it creates numbers with 12 or 14 figures!!! Thanks in advance Marcus <cfquery name="getNumbers" datasource="#db#">
|
| 2 values on 1 option in a select list | 02 Nov 2004 10:09 GMT | 3 |
Is it possible to place two values onto one option in a pull down select list? Like you can pass two or more variables on a URL link with ?one=1&two=2&three=3 and so on. So if the user selected say the option 'Jan' (see below) then two dates would be passed i.e the start ...
|
| How to Prompt user about session timeout | 02 Nov 2004 01:24 GMT | 1 |
How can we prompt the user on the website about the session is going to timeout.
|
| dynamic images with information | 02 Nov 2004 01:22 GMT | 3 |
It's late, I'm tired and i just can't figure this one out. I'd like to display a list of images and a brief bit of information about each image directly underneath each image (title of image, number of hits, etc.) These will be sored somewhere and won't be seen until run-time. ...
|
| getting filename before uploading | 02 Nov 2004 01:16 GMT | 2 |
Is there a way I can get the file name that was chosen for uploading before the actual uploading takes place. I select my jpeg through my form but it stores it in a .tmp file before uploading it. thus, i don't know what the name of the chosen file is until after it is uploaded. ...
|
| Is var i = 0 same as variables.i = 0 ? | 01 Nov 2004 20:46 GMT | 5 |
I read the ColdFusion docs and got a little confused with scopes. If I define a variable using the "var" keyword within a function, does that variable belong to an unnamed or variables scope? So is:
|
| Adding time to date | 01 Nov 2004 15:32 GMT | 2 |
How do I add time to a date? I have a date like #CreateODBCDateTime('2004-11-12')# how can I add current time like 19:56:08 to it? Jens
|
| hit counter then display pdf | 01 Nov 2004 14:50 GMT | 4 |
I have a link to a pdf file on a CF page which users can click and IE will open correctly. However I want to measure hits by user and therefore changed the link to go to a cf page that first records the hit and then displays the file. Cant get the
|
| Blocking the Debugging information | 01 Nov 2004 12:38 GMT | 1 |
I have debugging turned on on my test server. One of the .cfm pages just returns XML and no display content. However the debugging info is being appended to the bottom of this and invalidating the page. Is there an escape command to stop this being appended?
|
| Create a random password | 01 Nov 2004 02:16 GMT | 4 |
I need to create a random password so then I can insert it into a database. How can I do that? I think that I may be able to create a random variable? iam:D
|