ColdFusion

Totals in a report

I have a report that contains totals for the information it's displaying. How can I remove the totals until the last page is generated and push them to the bottom of this page?

How to move all of the FORM to a Web service?

What is the proper way to pass all of the form to a Web service? I can do my work of CFCS with 1 param, who is the FORM, but when I try to use the CFC as a Web service I get a type mismatch error. The must be a way to pass all of the form to a Web se

Disappearance of the Session Variables

I'm working on a project that has worked well in CF 4.5.2. We have upgraded to version 6.1, installed Updater 1 and all the patches after that. Now, it seems that some of our session variables disappear in the middle of web browsing. We do not use co

T/t in components

I am trying to run a query from the query in a component. This component invokes the questioning of the basis of another component. In the t/t, I want to filter some data, and rearrange the ORDER BY clause. But it doesn't seem to work. The result is

Shrink the registry (CFVariables)

Hello We have been having some problems with our servers recently and looking into it, I discovered that the registry hive of the software on the two servers was around 2 GB, now I know that windows 2003 is not a limit on the hives, but from my point

using 'like' to search for multiple words in the search sql sentence

HI, at the moment I have a cfquery as follows < name cfquery = 'test' datasource = "" #datasource # "cachedwithin =" #CreateTimeSpan (0,1,0,0) #">"SELECT * to #tablename # where nom_entree is not null and (nom_entree like ' %#keyword #% ')order of se

SSL / fix CFChart (Flash) has stopped working?

OK, it's a weird thing... A few months ago, I built a simple page that generates a CFChart in Flash mode.This page is served on an SSL (https) connection. As I found out, I had to use the < cfset HoursWorkedGraph = Replace (HoursWorkedGraph," http://

CONNECTION TO MSACCESS DATABASE

HelloNew on coldfusion... paddling hard under water...Created a connection site. Tested on my computer... works great...Transferred my Web hosting provider. I get the error message "Data Source is not found."Been around in circles with technical supp

Alagad Captcha

I use Alagad Captcha on several pages to keep away robots of spam from guestbook, forums, and other features. I was very happy with it, but I'm having a problem. I put him in place to create the captcha image file and display it using CFCONTENT with

Faster performance? : QueryNew, Structure or SQL temporary table?

Hi there, hope someone can help me. I created a rather complicated calendar application that needs to loop through each week of a month and a scan for orders for this day there show out them well. Because long-term (LT) orders can extend over several

CFindNoCase does not seem to function?

I have my written a simple if statement only to send a full address to the Google API, if there is in fact - no P.O. box in the address field. It is a simplistic function and yet it seems to only work when I hard code the address. If I use the follow

Join/to/where/combine queries

Hello, I have this query in my CF program First querySELECT TLA_PROP. PIN, TLA_PROP. ASSR_PRCL_NBR, TCASE. CASE_NBR, TLA_PROP. STR_NBR, TLA_PROP. STR_NBR_RNG_END, TLA_PROP. STR_FRAC_NBR,TLA_PROP. STR_FRAC_NBR_RNG_END, TLA_PROP. STR_DIR_CD, TLA_PROP.

XML node count?

Hello world I am developing part of a Web site that will open a XML / RSS (downloaded every night from another site), extract text and href link article then empty this info in an HTML DIV. The problem that I've seen, it's that I've been able to work

SQL to match a single value in a comma-delimited text field

I have a column that can contain zero, one or more recordIDs (from another table) stored as strings of text delimited by commas (for example, a list). I need to retrieve all the records that match a unique value within this list. For example, if I wa

"Intrusion via CFMail &amp; quot; in a CFFunction sends two emails

If I have just a tag of intrusion via cfmail to a cfm page, I get only an email (that's what I want). When I put this intrusion via cfmail tag in a cfc function and call it, it sends two emails. What gives? Oh and if I put a cfabort at the end of the

Values Null remote DB

My db is MySQL 5.0 and I use Flash Remoting to return a query of about 40 fields. I need a way to not display "null" or "undefined" in my Flash form if the db field is empty. I tried to use the code below in my responseHandler, but it is not effectiv

number of queries and loop

Hi guys, I have a query with a distinct. I want to ad a line count at the beginning of the cfouput so I can see the County. But I can't understand a simple way to do it. Here is my code: < cfquery datasource = 'test' name = 'test' >Select distinct de

Web services - handling response type complex

I have to consume a web service that returns an array of complex type.The wsdl looks like below:Request: POST /UserManager/usermanager.asmx HTTP/1.1< soap: Body >"" < GetMargins xmlns = " http://tempuri.org/ ' / >< / soap: Body > Response: HTTP/1.1 2

cfgrid

IM usin controls cfgrid to view the contents of the database.But when he get eather 0 or 1 to a row in the database, it displays false or true. Is there a way to display the data as indicated in the database for example. 0 and 1? The problem is when

Truncate in a bind statement

Hi people. I am binding to two fields firstName and lastName, to fill a field of e-mail address: "< cfinput type ="Text"name ="email"SIZE ="25"required =" "bind="{FirstName.text}{LastName.text}@companyname.com "> I would use just the first letter of