| Thread | Last Post | Replies |
|
| problem with cfexecute in 7.0.2 on solaris | 31 Jul 2007 18:42 GMT | 1 |
We've recently upgraded from 6 to 7.0.2 and one bit of code has stopped working. The majority of one of the sites is accessed via http, however, there are a limited number of documents that require users to be logged in. The application then creates a temporary symbolic link ...
|
| Lost session variables | 31 Jul 2007 17:43 GMT | 1 |
Hello Friends! We recently upgraded to CFMX 7. We noticed that session variables get lost when you transfer control using cflocaiton, href or similar. We decided to put locks around all the session varialbes and things seemed to be fine for a few
|
| LDAP | 31 Jul 2007 01:46 GMT | 2 |
I am attempting to write a <cfldap> to change the password in our Active Directory. I am getting this error: An error has occured while trying to execute modifyDN :cn=rhbork,ou=Faculty and Staff,ou=Email Exchange ADC,dc=avemarialaw,dc=edu: [LDAP: error code
|
| CLDAP - Windows 2003 DC | 31 Jul 2007 01:36 GMT | 8 |
Hi Guys, Can anyone heklp me with this? I'mhaving terrinble problems trying to get this to work, and I cant find any decent tutorials on the web. I keep getting the Innapropriate Error message, everytime I try and query my
|
| CF8 is here! | 30 Jul 2007 19:18 GMT | 2 |
Adobe has shipped CF8 this morning! Get your final copy here: http://www.adobe.com/products/coldfusion/ --- Azadi Saryev
|
| Import Contacts from emails like hotmail, gmail,... | 30 Jul 2007 17:21 GMT | 3 |
Do you kno wany functions atht permit to import contacts from main emails (yahoo.com, hotmail, gmail, ...) if the user accepts to give his user and password . it is used to send invitations to diffrent users. A lot of sites begin to use
|
| ColdFusion & Image Uploading | 29 Jul 2007 16:47 GMT | 15 |
I'm trying to determine why Im getting an INSERT error when I run this ColdFusion page on my server. If anyone would be kind enough as to take a look at my code and show me what I've done wrong (if anything?) I would appreciate it. I am running this from a Microsoft Access ...
|
| dateformat within cfselect flash form | 29 Jul 2007 15:52 GMT | 8 |
I'm needing to format smalldatetime sql field within cfselect in a flash form. How does one accomplish this?
|
| How can I display a CreateTimeSpan variable? | 28 Jul 2007 23:39 GMT | 6 |
I am trying to figure out how to properly output a variable that was created using CreateTimeSpan in a readable format. Here is the initial code: <cfset MyTime = #CreateTimeSpan(0,0,30,0)#> And lower on the page:
|
| Remotely Accessing CFC | 27 Jul 2007 16:27 GMT | 3 |
I have a cfc currently in the CustomTag folder so that is available to any Colfsuion application on the server with the following path: createObject("component","Security.ITB_User"). This has worked nicely to date.
|
| search by surname | 27 Jul 2007 12:48 GMT | 2 |
<cfquery name="get_names" datasource="#application.ds#"> SELECT * FROM customerenquiryaddresses <CFIF isdefined ("form.Surname")>
|
| reading file | 26 Jul 2007 20:38 GMT | 2 |
I am reading xml file. I would like to build string and insert at end. how can do that. any example.
|
| Webservice -> returnType complexData | 26 Jul 2007 19:41 GMT | 2 |
I try to publish a webservice, which returns a struct (component). This is the code for the webservice: [Q] <cfcomponent>
|
| Random number | 26 Jul 2007 09:47 GMT | 7 |
How do i write a CF script can do the random number searching for all the posibility number like... Search a 4 digit number like: 1234 Result:
|
| cfquery replacing single quotes | 26 Jul 2007 07:08 GMT | 5 |
cfquery is doubling my single quotes. I can't seem to find any documentation on when or why it does this. I am trying to put a list into an "IN" clause in a query. In this example my list is three items. each seprated by a single quote, a
|