| Thread | Last Post | Replies |
|
| Exposing Web Services | 19 May 2005 22:16 GMT | 1 |
I remember seeing somewhere that there is a "security" file you will need in the WWW root that defines which cfc's (web services) can be accessed from outside the server. I have looked for reference to it, and cannot seem to find it? Am I imagining this requirement? CFMX 6.1
|
| Read folder, get files, make links | 19 May 2005 21:35 GMT | 1 |
Hey everyone. I have a rather large collection of roms, and other files that I would like to host. Seeing as people are often adding things, updating the downloads page is becoming unmangable. I would like to create a page that reads the folder all the files are held it, and ...
|
| XmlParse Problems | 19 May 2005 20:59 GMT | 4 |
Hello, I have searched everywhere and tried everything and cannot fix the problem. I continually get the following error when trying to use the XMLParse function so that I can read the values from an XML document. 'Illegal XML character  ' Here is what I am trying... ...
|
| Firefox and cgi.http_referer | 19 May 2005 20:30 GMT | 4 |
Weird behavior in Firefox: to start -> I click from a www.acmecompany.com site to my company's site (www.mycompany.com/page.cfm). First bizarre thing that happens: the link on www.acmecompany.com to my site
|
| ' error | 19 May 2005 20:24 GMT | 1 |
Any help with regards to this error ? Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '('.
|
| How to Pull 1 word from a phrase in a table? | 19 May 2005 19:36 GMT | 3 |
i need to be able to pull everything with the word Belcher from DEPO @ 1875 N. BELCHER, DEPO @1875 N. BELCHER STE. 102, etc... basically anything with the word Belcher in it i need to display from this table. do i do this in a query or in the output?
|
| Help with query. | 19 May 2005 17:47 GMT | 2 |
Need help with query. I want to find the most recurring search term in a database dynamically. I have the following but it is based on a hardcoded value and the count being greater than 1: <cfquery name="MYQUERY" datasource="MYDS">
|
| webservice could not generate stub object | 19 May 2005 17:24 GMT | 4 |
I am trying to make a simple web service. the .cfc file works as .cfc?wsdl browsing. when I invoke it as component name, it's work fine too. but when I try to invoke it as webservice then it shows error "Could not generate stub object for web service invocation." Here I am ...
|
| WS-Security Implementation in ColdFusionMX | 19 May 2005 17:17 GMT | 9 |
How can I implement WS-Security in ColdFusionMX? Looking for some related code and/or article, which will help me to acheive this. Can anybody help me out?? Thanks,
|
| CF Search/Array help | 19 May 2005 16:49 GMT | 1 |
Hey all, quick question, any help will be terrific... Alright, so I have a verity search going...CF 6.1, it all works no problem...what I want to do is orginize the data into categories...so, it's searching under database fields of name, topic and category...i'd like to make
|
| removing empty value | 19 May 2005 15:49 GMT | 1 |
<cfset variables.orgidxlist = ValueList(FindOrgIDX.orgidx)> If I have values of ", , , 89, 32, ,34" in variables.origdxlist, how can I get rid of the empty values from there? The position of the empty vales in there can be any positions.
|
| Advice please on UDF management | 19 May 2005 15:47 GMT | 1 |
I want to change the way I manage my UDFs so that each UDF is stored in it's own file rather than as libraries... Currently I have a UDFs folder with a few files which are libraries of related functions.
|
| Bug(?) CFMX return value functions | 19 May 2005 09:38 GMT | 3 |
I think I have found some sort of bug when you directly output the returned value in a function. ColdFusion seems to insert a whitespace before the returned value to a string. Here's an example:
|
| how can you read the *metadata* in a doc file using coldfusion please? | 18 May 2005 20:57 GMT | 1 |
Anyone know how to do this? if you right click on a doc file, go to properties and then go to the summary tab, you can find information like author, title, subject etc. Well, is there a way to use cffile or cfdirectory to read this
|
| group results by first letter? Phone directory application | 18 May 2005 20:05 GMT | 4 |
I am building a phone directory for my intranet. I have a list of alphabet letters at the top of a page, those are links that will be anchors on the same page to group query results. My problem is this. Let say that as an example I have 5 results, Allan,
|