| Thread | Last Post | Replies |
|
| Deselecting dynamic checkboxes | 02 Apr 2005 05:57 GMT | 9 |
I am quering a database that dynamically creates a table with three columns. The first column is the ID, the second is the title of the document and the third is a computed value of relevance. The user clicks the title, which reloads the page but expands the table below the ...
|
| Coldfusion MX 6.1 - Verity on Redhat 9 Linux will not index .doc (MS Word) files | 02 Apr 2005 05:32 GMT | 2 |
I'm running Coldfusion MX 6.1 on Redhat 9. I've applied the updater and hotfix53361_611.zip which should get Verity running on Redhat 9. Verity does run and it adds .doc (MS Word) files to the collection, but there is no summary information associated with the entry in the ...
|
| Verity Collection In Chinese and Spanish | 01 Apr 2005 21:20 GMT | 1 |
I have to create a Spanish and a Chinase Collection but I can only find English and EnglishX How can I index a collection in other laguages?? thanks
|
| cffile - wrong file type error message | 01 Apr 2005 20:11 GMT | 1 |
I'm limiting a file upload to either a .jpg or a .jpeg file. If someone tries to upload anything other than a file with one of those extensions you get an ugly CF error window. Is it possible to instead detect that the person is trying to upload something other than what is ...
|
| Dynamic Collections | 01 Apr 2005 18:00 GMT | 4 |
Hi, I manage four different websites with different requirements, but all of them have the same requirements for the basic Verity search collection. I want to create, index, optimize, repair, and delete the collection for each site based on CGI parameters. I think you'll see what ...
|
| CFC error | 01 Apr 2005 17:52 GMT | 11 |
Hi, I have tried to move a cf site from one server to my new server, but I have seen the following error when invoking the web service definition file of a cfc component: ======================== AXIS error Sorry, something seems to have gone wrong... here are the details: ...
|
| Wrong time | 01 Apr 2005 14:33 GMT | 1 |
I am using this line to display time: <cfoutput>#TimeFormat(Now(), "hh:mm:ss tt")#</cfoutput></p> but, it displays a wrong time. The server and the client machines have the same date and time.
|
| Date comparison failure | 01 Apr 2005 11:49 GMT | 3 |
Does this qualify as an advanced technique? Sorry if not. This is a section of stock control I am doing to track supplier orders. I have a two text input boxes, one has a value of #dateformat(NOW(), 'dd/MM/yyyy')# and the other is blank. When i process the form, a query puts ...
|
| Adding attachments to cfmail | 01 Apr 2005 02:30 GMT | 4 |
I have a form that allows a user to send an email to a list with the option of adding an attachment. The action page uploads the file, using cffile, to a temp diectory and then creates the email and adds the attachment using cfmail and cfmailparam. I then used cffile to delete ...
|
| CFFILE Problem | 01 Apr 2005 02:21 GMT | 9 |
Hi, I am trying to upload a file using CFFILE. The code seems to be correct an the page does not throw any errors - BUT the file is not uploaded. I have added a CFDUMP after the processing code and it says that the file I was uploading did not exist: DATELASTACCESSED {d ...
|