| Thread | Last Post | Replies |
|
| cfinput required="yes" and inline javascript conflict | 12 May 2005 17:24 GMT | 2 |
Has anyone experienced a situation where inline Javascript is causing Cold Fusion's native error reporting to fail. I have a script that tests 2 select boxes to make sure the user has selected a value, if not, generate an alert. My regular cfinput fields are set to required="yes" ...
|
| Remove a var from URL | 12 May 2005 16:38 GMT | 2 |
Hey'all, I'm looking for a little hint that would be usefull for me. I sometimes use the technique to add a URL var to include a file, for example a link that goes to index.cfm?inc=page.cfm redirect to index.cfm which includes page.cfm... the problem is that I would like to ...
|
| Reading text files on client? | 12 May 2005 16:01 GMT | 1 |
Because of security concerns of my company, I anticipate that they won't let me allow users to upload, then read, then delete a text file. Is there a way coldfusion can read the text file without first uploading it to the server?
|
| show Ms outlook Contacts in coldfusion website | 12 May 2005 15:44 GMT | 1 |
how can i get access to Ms outlook Contacts usibg coldfusion is it possible.
|
| Compare record field with another record field of same recordset | 12 May 2005 15:42 GMT | 3 |
:confused; .. but I don't know how to refer to field of next record in loop through recordset. Any ideas? Thanks, WolfShade
|
| cfindex using recursive directory query and type=path | 12 May 2005 15:17 GMT | 2 |
Using ColdFusion 6. I generated a query containing a list of the directories I want to index (www.cflib.org has a cfdirectory UDF). I now have a query containing 1 field called "FullDirName" (example of contents: "D:\Inetpub\MoreSubDirs\animals")
|
| sql server full-text search | 12 May 2005 14:28 GMT | 6 |
Does anyone have experience with storing documents (word, excel, pdf, etc) in sql server as a binary object, and then using the full-text catalogs to search for data within the binary object (just like verity)? I am able to insert a binary object into a database table, and ...
|
| MX 7 Search Server Problems | 12 May 2005 13:17 GMT | 2 |
Is there some bug with the verity merge utility and MX 7 Search Server? We recently upgraded to MX 7 and ever since then the Search Server has given me numerous problems. Yesterday I reinstalled the Search Server created a test collection ran it through my browser and was able ...
|
| Reg: Generating WSDL | 12 May 2005 12:50 GMT | 1 |
I am trying to generate a WSDL which is compatible with HTNG protocol. Here is the sample wsdl i am interested to generate using ColdFusion MX 7. Please help <?xml version="1.0" encoding="utf-8"?>
|
| file upload and DTS between servers | 12 May 2005 05:16 GMT | 1 |
Hello. I have two servers (A and B) in our environment. 'A' hosts sites and runs CF. 'B' acts as a dedicated SQL Server box. I'm trying to allow client to upload a file in their admin area (on 'A') and have a DTS package on 'B' run a bulk import from that file. I think I'm
|
| Ranking of results? | 12 May 2005 01:00 GMT | 2 |
I've got various statistics, some are calculated from a query, which I'm putting into a custom query which I'm running a query of a query on. This works fine, but the next thing I'd like to do is to take the same data and determine the ranking of the various statistics compared ...
|
| COM Objects | 11 May 2005 21:54 GMT | 2 |
I am using COM to call Microsoft Word in order to create a text document. I would like to save the document as an .ini file. The only problem is that every time I save it, all of the other info from the .doc file is being included in my .ini file. I'm using the code from Ben ...
|
| Graphical Library | 11 May 2005 21:37 GMT | 1 |
We are working on a tool to allow users to make notes on images and then merge the notes with the underlying png, jpeg....does anyone have a recommendation for graphical libraries that work with CF MX so we might be able to use CF for the solution?
|
| Image Upload | 11 May 2005 18:35 GMT | 2 |
I am having problem uploading an image. Here is what I have: Form part: <input type="file" name="featimage" size="50" /> Upload part:
|
| CFLOGIN Problem | 11 May 2005 17:37 GMT | 1 |
Hello... For the application I am currently dev. I am using CFLOGIN. When a user navigates to the site it directs them to login.cfm where they enter their Username and Password. Everything is working fine except for some reason CF is requiring the use to login 2 times, twice, ...
|