| Thread | Last Post | Replies |
|
| Read only bottom of file | 27 Sep 2004 22:18 GMT | 1 |
Is there a way to only read the last x number of lines of a file? Using cffile or any other command? Thanks!
|
| IIf() multiple expression evaluation | 27 Sep 2004 21:26 GMT | 5 |
Check this out: <cfset IIf(DayOfWeek(Now()) IS 1, "bClosed=1", "bClosed=0")> <cfset bOpen=IIf(bClosed,"txt = 'closed';0","txt = 'open';1")> <cfoutput>#txt#</cfoutput>
|
| ALert For Unsuccessful Mail In 4.5 | 27 Sep 2004 20:09 GMT | 2 |
After searching existing topics, I found that the "<cfmail" of version MX has the ability to send alert message if the mail sending fails. However, my company is using version 4.5. Does any one know whether v4.5 has the same function? I mean a feedback mail or alert message sent ...
|
| CFINPUT | 27 Sep 2004 15:51 GMT | 2 |
Hi TEAM I want to replace or maybe continue using the textarea with the cfinput. What will determine what to use is the fact that I need to constrain the max chars in the field to 160 which I have done
|
| CFX_IMAGE? | 27 Sep 2004 13:35 GMT | 1 |
I have been trying to get this tag to work for two weeks...Has any one ever successfully used this? I've gotten no feedback so I am under the belief that no one has. If anyone has can help me, here is where I'm at. I've tried to use it after
|
| <CFif> context supposedly invalid... | 27 Sep 2004 09:47 GMT | 1 |
I've attached the offending code. It's one of those times you're thinking, "This is completely random! This makes no sense! But of course it's not, yet I can't get what's goin' on here. In the code, it says that the line starting with:
|
| SOAP call in MX | 27 Sep 2004 09:23 GMT | 3 |
Can anyone help A system I'm working on migrating from 4.5 to MX is making a SOAP call using CFHTTP and returning the results fine. On the MX box though, the SOAP call seems to go through some sort of
|
| Very High Traffic issues | 25 Sep 2004 03:27 GMT | 1 |
I have developed a site that allows school systems to create small tests from a database of questions. Then they can either print the tests or allow the students to take them online. I seem to be having issues with traffic, I get both a 'server busy, due to high traffic' type ...
|
| unknown context error? What is this? | 25 Sep 2004 00:27 GMT | 1 |
Does anyone know what this is? I don't know what a "context error" is. This is a new one for me. Here is the error I am getting. ##BEGIN ERROR OUTPUT
|
| multiplying price * qty | 24 Sep 2004 23:35 GMT | 5 |
Why am I getting an error for this line of code for the " * " ? <cfset session.cart[position][12]="#(session.cart[position][7])*(session.cart[position] [2])#">
|
| The argument FIRSTNAME passed to function addEntr | 24 Sep 2004 22:48 GMT | 1 |
I am a bit confused... I have a cfc I use to add data to a database. When I use Flash Remoting to access the CFC it adds the records as expected. When I pass data to the CFC using a standard HTML form process (form.html -> processEntry.cfm -> cfc) I get
|
| Search Form | 24 Sep 2004 22:16 GMT | 1 |
Greetings - Does anyone know how to build a single field on a search form that will search multiple fields in a db? ~Clay
|
| Looping adjustment | 24 Sep 2004 21:15 GMT | 3 |
Can anyone advise me on how to have this loop process more rows than it presently does. It will break off the desired data <cfif loop IS 7> for the first row set in the table, which consists of both variables below, and one row of each, but any other data will not be broken into ...
|
| CFHTTP in CFLOOP Problem | 24 Sep 2004 19:30 GMT | 1 |
I'm using CF MX on a Wind 2k Server box running above SQL Server 2k. I am trying to CFLOOP over a list of URLs. During each iteration, I am running a CFHTTP GET to grab meta information from each page in the list and then store it in the database before looping again. Problem is, ...
|
| dynamic includes? | 24 Sep 2004 17:33 GMT | 2 |
Howdy folks... I was wondering if someone could tell me if dynamic includes are possible? For example... <cfset include_file = "header.cfm">
|