| Thread | Last Post | Replies |
|
| Amend URL parameter values | 20 Jan 2005 16:31 GMT | 5 |
In CFMX I am outputting the results of a query, but limiting it to N records; then having links to go to the Next-N & Prev-N records. My links to the next records is <A HREF="#CGI.SCRIPT_NAME#?#cgi.QUERY_STRING#&StartRow=#StartRowNext#">Next N
|
| Challenge - Reorganize CFQuery | 20 Jan 2005 15:36 GMT | 1 |
I am running a query on a server configured as such: Linux / MySQL / Apache / CF MX The Query statement attached is not working on this server, it works on a server that is Windows based but not Linux based as configured above.
|
| cfhttps error | 20 Jan 2005 14:47 GMT | 1 |
I am implementing a function that connects to the networksolutions site and sends an xml file in order to verify the availability of a domain ? here?s a snippet of the code: <cfhttp url='https://partners.ote.networksolutions.com:8010/invoke/vpp/AvailabilityServi
|
| .NET and Coldfusion MX | 20 Jan 2005 12:46 GMT | 1 |
I am trying to find out about using .NET components underneath a Coldfusion front end. Reason I say this is that a large number of our clients are pushing for .NET applications, but we currently have a large group of legacy CF based applications and all of our in-house expertise ...
|
| connection failure with cfhttp | 20 Jan 2005 12:14 GMT | 3 |
I was wondering if anyone would throw some light on a problem I am having with cfhttp. <cfhttp url='http://www.foneblog.ie/anotheryearolder/blog/rss_1.0-feed.xml' method='get'></cfhttp> <cfoutput>#cfhttp.FileContent#</cfoutput> This outputs
|
| Secure FTP | 20 Jan 2005 03:17 GMT | 1 |
Forgive me if I'm asking a dumb question. I am very new to CF. Anyway, I am working on a project that requires me to ftp a file to another system. The only problem is that I am sure the files can only be ftp'd using secure FTP. Is there an option in the CFFTP tag that handles ...
|
| <cfinvoke> communication specifics | 19 Jan 2005 23:14 GMT | 1 |
Hi there, Wondering if someone can shed a little light on the method of communication that is employed when you use <cfinvoke component=''>? ie, let's say you have a CFC connecting to another CFC in the local system -- what is the transmission protocol for this operation? Also ...
|
| Structure Array Error | 19 Jan 2005 21:03 GMT | 2 |
I've been recieveing the following error from time to time and can't seem to nail it down: Object of type class coldfusion.runtime.Struct cannot be used as an array. I've been able to isolate the source of the error to an ArrayLen() command,
|
| looping over structures inside cfoutput | 19 Jan 2005 20:45 GMT | 2 |
I have a five element structure, but the names of the elements are dynamically named by their corresponding ID number in the database. I have my structure in a cfoutput and I need just one element from my structure to be outputted one at a time, not the entire structure. ...
|
| Outputting ColdFusion variables that are stored in the database. | 19 Jan 2005 19:24 GMT | 1 |
Here's is what I am doing. I'm storing this value in the database: insert into greeting (message)
|
| Dynamic var names in ReReplace RegEx | 19 Jan 2005 18:34 GMT | 11 |
I create a dynamically named variable this way: <cfset 'img#ImgID#' = imgtag> I then want to search through text to find a pattern that will be replaced with the contents of one of those variables. I find the string successfully, but it fails when replacing it with the ...
|
| Putting Break line in CFloop | 19 Jan 2005 18:04 GMT | 4 |
How can I put a breakline in a cfloop? Right after the &raquo; I need to put a break line. Or when the info is first being put into the database I need a breakline at the end. <cfoutput> <textarea name='message' cols='80' rows='15'><cfloop query='getrants'>#getrants ...
|
| Group by field for list | 19 Jan 2005 17:29 GMT | 1 |
I am trying to accomplish the following. In a database I have records that are 'news articles'. Each article has a field for location. When using the little wizard I made to add a news article - I am using the option of multiple select which would input something like this in ...
|
| custom tag for email validation | 19 Jan 2005 16:49 GMT | 2 |
I'm trying to find simple custom tag that will provide validation when users enter an email address into a form. It just needs to check that the address is in proper form. I would like it to generate a pop-up alert window, same as the other validation attributes, when a user ...
|
| Adding displayName with CFLDAP | 19 Jan 2005 15:17 GMT | 1 |
<cfldap action="add" dn="cn=Dummy,cn=Users,dc=testDomain,dc=com" attributes="objectClass=top,person,organizationalPerson,user;cn=Dummy; sn=Dummy;givenName=Test;sAMAccountName=dummyt;
|