| Thread | Last Post | Replies |
|
| can bad coldfusion coding affect on database to go down? | 26 Feb 2008 20:43 GMT | 2 |
I am doing all coldfusion coding part. I am given readymade queries.(stored procedures written in database.) I am accused of writing bad code which made database go down. I am not understanding if i am given queries or stored procedures & I am not directly making any requests to ...
|
| CFwindow isn't executing properly? Please help | 26 Feb 2008 13:06 GMT | 6 |
Hello; I am messing around with cfwindow tag. I can't seem to get it to execute properly, I have tried a number of ways of writting it, and found a lot of code online written as I wrote mine. I don't understand what is wrong here, there
|
| Sending FAX using eFax | 26 Feb 2008 01:54 GMT | 3 |
eFax has an option where you can send a fax to any number by sending an email to 1-xxx-xxx-xxxx@efaxsend.com from your registered email address. I have been successful in sending Word attachments and also PDF attachments. They have a list of recognizable file formats - off which ...
|
| CFFILE with multipule servers | 25 Feb 2008 21:57 GMT | 14 |
Here is my problem. I have 2 servers both running cold fusion. These servers are set up on a load balancer that directs traffic. My program lets a user upload a logo, but I need the upload to go to both servers. At the moment, it will only write the file to the server that the ...
|
| Login to 2 sites with one form? | 25 Feb 2008 20:28 GMT | 5 |
I need to log into 2 parts of my site. Users log into our main site. They log in and a welcome page loads. Then they can hit a continue button to submit hidden username and password to our cartweaver store. The problem is getting the login info to get submitted properly to the ...
|
| CFLDAP query - use to authenticate network user | 25 Feb 2008 15:46 GMT | 5 |
Greeting I have set up a successful cfldap query which will return all users in Active Directory. If the user has logged into the network, I want them to give them a view of
|
| Write to AD | 25 Feb 2008 11:38 GMT | 3 |
I would like to give users the capability to edit thier accounts in Active Directory (AD). I currently use cfldap for AD searches, but how would I write data to AD?
|
| Unique Replace Function | 25 Feb 2008 02:05 GMT | 6 |
I'm working with a comma delimited file. In some fields, I run into a situation like this: , "1,0000", The first comma and the last comma are delimiters. The comma that is enclosed
|
| CFCalendar in loop? | 24 Feb 2008 23:31 GMT | 3 |
Is it possible to create multiple <CFCalendar> tags in a loop? I have a loop that creates a unique form for each record in a result set. My goal is to create a calendar for each of the records and use the form to allow updates to a due_date field related the record. I have ...
|
| Array question | 24 Feb 2008 20:24 GMT | 5 |
I am trying to pass the following name/value lists to a component: attributeNameList: fname,lname,org,city,state,zip,email attributeValueList: Joe,Blow,,,,32828, I need to assemble these lists so the output looks like this:
|
| Connecting Novell eDirectory with SSL using CFLDAP | 24 Feb 2008 00:31 GMT | 1 |
I am trying to connect to a Novell eDirectory using CFLDAP with SSL, but keep getting the error message. 'Connection to LDAP server failed' I can successfully connect to eDirectory using a 3rd party LDAP tool from the server so I know everything is working with the SSL, DN, ...
|
| trapping a cfldap timeout | 24 Feb 2008 00:09 GMT | 1 |
Whats the best way to trap a cfldap timeout?
|
| using cfcontent to display inline email attachments | 22 Feb 2008 23:26 GMT | 1 |
I have binary data for each attachment stored in a variable using cffile. And, I'd like to be able to use something like cfcontent to display the attachment. Currently, this works for images, but not other attachments. I have an iframe with the src set to the page with the ...
|
| insert as comma delimited list | 22 Feb 2008 16:38 GMT | 2 |
I am sure this is not complicated but at this moment I can't wrap my mind around it! I want to select from table records field values with same ID and insert it into another records so each ID gets 1 record and all the values get entered as
|
| cartweaver modification | 22 Feb 2008 16:19 GMT | 6 |
I have a page outputting all products and I need to have the quantity boxes for each and 1 submit button. The idea is the user can go through the list and enter quanities quickly then order all at once. I have the page set up with a "Add to Cart" button for each product adn ...
|