| Thread | Last Post | Replies |
|
| "null null" error on line -1 | 29 Apr 2005 15:22 GMT | 2 |
A different, new, ocasional error this time. Since we are using CFMX7, occasionally we get this error: " Application Exception Monitor Diagnostics: null null
|
| Query of Query with single quote (') | 29 Apr 2005 15:20 GMT | 1 |
I have a query object with a last name column. We use query of query against the object. When there's a record with a last name that has a single quote, like O'Reilly, query of query does not find the record. I'm on MX 6.1
|
| CFLOCATION ERROR | 29 Apr 2005 15:08 GMT | 1 |
Hi I got this error when running my application. does anybody know abt this error, am not inserting any carriage returns or any line fees, pls.help. here is my error.
|
| Date format in CFMX "01-01-1970" | 29 Apr 2005 10:05 GMT | 5 |
I have a bit of a problem recognizing the dates read from an Ingres databse. I am using Coldfusion MX7 and I run into the following scenarios: a) - if the database value is NULL, the CF returns a non date value. b) - if the databse value has been set to an empty string, CF ...
|
| How to work with certificates and web services | 28 Apr 2005 21:21 GMT | 4 |
Im evaluating Coldfusion MX 7 to start a new "big" project. I've been reading about using web services and Coldfusion but I have not seen any documentation on how to add security to these web services calls; I'm talking about ws-security.
|
| Array Reference | 28 Apr 2005 18:47 GMT | 5 |
This loop does not seem to like the reference to the array via application.production.getWorkLoad() where i is the index. Is there a way to reference this array without dumping it into a local variable on the page? Thanks for the help!
|
| Creating a Document-Literal Web Service | 28 Apr 2005 18:18 GMT | 2 |
I'm trying to help a customer set up a Document Literal service under his CF environment. I'll be calling from an Axis/Castor client, but I'm not really even at that point yet. I want to know what his options are for using well-specified Schema types for
|
| dynamically name text field | 28 Apr 2005 17:24 GMT | 14 |
K here we go again I have a form, that gets a list of users and outputs there names, and salaries, with every user there is a text field to apply an amount to there salary, once they input an amount I need to do a reload and subtract the amount
|
| CFLDAP and searching members of a group | 28 Apr 2005 16:36 GMT | 2 |
I would like to be able to see if a user that logs in is a member of an ActiveDirectory group. I am having some trouble figuring out how to do that. I was able to get the member attribute of the group, but lists all the CN names and is comma delimited. How do I search that ...
|
| Could not generate stub objects for web service invocation | 28 Apr 2005 16:05 GMT | 3 |
When I try to connect to a webservice I get thi error message: Could not generate stub objects for web service invocation Does anyone know what the problem could be?
|
| Replacing " with Anything | 28 Apr 2005 15:57 GMT | 1 |
I have tried and tried to replace " in a string with no luck. Any suggestions would be most appreciated. The string is "D: " Tried: <cfset L2_displayvolume = #Trim(Replace('#L1_displayvolume#', "'Chr(34)'",
|
| Calling Cfc's | 28 Apr 2005 15:11 GMT | 2 |
I am developing two applications on the same server that will have a lot of overlapping functionality. Hence, I would like to share cfcs between the two. My directory structure for the apps is /wwwroot/public/app1/index.cfm
|
| How to get week of the month? Thank you | 28 Apr 2005 13:04 GMT | 1 |
I would like to get the week of the month, but I cant found any thing function only "week of the year" Such as every month we have 4 weeks, i would like to know which week of the month.
|
| re-writting stored procedures as ,cfc | 28 Apr 2005 11:21 GMT | 6 |
I have the unfortunat task of re-writting our sql stored procedures as a .cfc. Thing is ive never touched or even looked at coldfusion (i drew the short straw). And i was kind of hoping some kind person can help me. Ive enclosed our
|
| String Manipulatio | 28 Apr 2005 10:13 GMT | 9 |
I am trying to replace a specific pattern in a string, but could not get it working. Heres what I am trying to do: Say for ex: I have a string (which is actually a dynamically generated absolute file path)
|