| Thread | Last Post | Replies |
|
| Multiple Reloading - Urgent | 28 Nov 2007 08:43 GMT | 3 |
I have encountered a reloading problem, maybe your application also has the same problem but you didn't notice it. I am using CF8, IIS on XP and Firefox / IE. This problem occurs when you save the below code in your main page and try to
|
| Login | 28 Nov 2007 03:43 GMT | 1 |
I am a bit confused about where the application.cfm falls in the entire thing. We really need to have two different home pages based on their user_id. Thank you for any advice you can give me. I don't really need the welcome.cfm but I'm not sure what I need to do instead.
|
| CF_ThreeSelectsRelated | 27 Nov 2007 21:32 GMT | 2 |
I'm using the CF_ThreeSelectsRelated. I can populate all three selects, but no matter what I try, the first select box is always selected when the page loads, and no values are populated in the second or third box. So, if you actually want that first value, you have to select ...
|
| Admin API & Archive Generation | 27 Nov 2007 17:18 GMT | 1 |
I haven't had much time to look at CF8 as yet, and this may even be possible with CF7, but I wondered if anyone has any knowledge of archive files being created through either the CF admin API, or perhaps through some Java objects used in CF?
|
| RSS Weather Feeds | 27 Nov 2007 13:51 GMT | 1 |
Using Coldfusion is this possible, and if so how can this be implemented? Taking the BBC Weather RSS feed http://feeds.bbc.co.uk/weather/feeds/rss/5day/world/0008.xml and displaying the data on your website ?
|
| Save links as .htm files | 27 Nov 2007 11:53 GMT | 1 |
I'm using cfhttp to grab data from a web site search. what i want to do is to save the results (links) as an .htm file (or i could do another file type if .htm can't be done). the cfhttp isn't a problem. my dilemma is how can i then loop through the links, saving each one as ...
|
| Using multiple versions of same .NET assembly | 27 Nov 2007 01:53 GMT | 2 |
Hi all- I'd like to use different versions of the same .dll assembly via the ColdFusion .NET integration in Scorpio. The idea here is that I might have different versions of the .dll in different branches of my code that all run on the same server. Unfortunately it looks like ...
|
| cfldap "LDAP: error code 12 - Sort Response Control" | 26 Nov 2007 22:17 GMT | 5 |
I have the following cfldap query which worked fine until last week: <cfldap server="199.xx.xx.xxx" port="389" action="query" name="portallist_AtoM" start="ou=people,dc=sprintmrn,dc=com"
|
| CFERROR type = "REQUEST" -- How to dynamically display ERROR page? | 26 Nov 2007 20:38 GMT | 1 |
I applied the cferror tag in Application.cfm: <cferror type = "REQUEST" template = "../applications/main/view/dspError.cfm" mailTo = "maemailaccount@mycom.com">
|
| CFHTTP and Character Set (special characters) | 26 Nov 2007 13:54 GMT | 2 |
I use a CFHTTP to return a page, and filter the content. I have it correctly, But special chacaters are not displayed correctly. The called page seems to work with UTF8 : it has this in the header : <meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
| Doesn't enter info | 26 Nov 2007 01:39 GMT | 8 |
I need the following to enter info into the database if information is in the InsertRecord2 query. It acts like it is passing but it only enters the information entered into the first InsertRecord query. Can anyone tell me what I am missing?
|
| Recordcount in XML | 25 Nov 2007 02:04 GMT | 1 |
Anyone know how to get the total number of records in an XML document so you can know how many times to loop over it?
|
| cfbreak? | 24 Nov 2007 23:35 GMT | 8 |
Hi i have a cfloop inside a scheduled task, which loops though cfpop emails i get information from the body of the email (which all email i recive have the same format), cfloop query="popemails"
|
| Web Services and Parameters - Problem | 24 Nov 2007 14:46 GMT | 5 |
I have 2 web services I set up. One takes no parameters and works fine. The other takes arguments and it tells me the method cannot be found. What am I missing? What is the magic bullet to invoke a web service that takes arguments and have it work? I have all the web service's ...
|
| invoking a cffunction from a subdomain? | 23 Nov 2007 15:24 GMT | 2 |
I'm hoping this can be done and I'm just not sure how. I have a domain and subdomain for the admin of the website. Say www.mysite.com and admin.mysite.com. On my server I have a main folder which contains a folder for the site (which the main domain is pointed to) and
|