ColdFusion

How to pass a variable to a builder?

If I have a CFC as below:< cfproperty ><!--> init() call automatically when the CFC is instantiated< cfset init() >< cffunction "init" access = output = "public" name = "" returntype = "shoppingCart" >< cfargument = 'cartID' type name = "UUID" requir

BG sound with the out of control in ft3/min

Hello;I'm writing a sound script bg with a control to turn on and off. I'm trying to find a way to make the control work once. I mean, if the user it stops on the homepage, the site remembers this action and each page is not turn it back on. I realiz

Mark Tablenames DB surrounded by parentheses

First of all, let me say clearly, I did NOT DEVELOP THIS APP LOL. I'm the one who got stuck trying to upgrade the piece of garbage. I work with a data source which is an Access database. Table DB names are surrounded by parentheses, and when I say cf

CF8 Mysql ODBC valid Date / Time 0000-00-00

CF8 and MySql 4.1.10 MyISAM on windows 2003 webed Some of my DBs have 0000-00-00 dates. It was not a problem in CF7, but now in CF8, after doing a basic select invalid error date / time. Select * from shops Where State = "NJ". ' Cannot convert value

Make blank lines appear in a form field

I need to move text that I understand a number of places in a record which will be published later in a field. I would like to have a blank line between each group of data (like a blank between paragraphs line). The only way I can do this must includ

Bind cfselect in entry

I had this cfselect that returns a query."< cfselect name =" "mediaid #AllMeals.Id # ' bind =" cfc:Foods.getAllFoods() ' VALUE = 'Id' DISPLAY = bindonload "Name" = "true" / > Now when I make a selection, I would like to make an another cfc that retur

Decrypt the problem

I have a little problem with the decryption of user passwords. Here is the error I get: "" There was an error during the attempt encrypt or decrypt your input string: received final block not padded properly. ". Here's the code for decryption: < cfse

IE 7 compatibility issues

Seem to be complete menu list display problems in IE 7. Works very well in everything else. The code used is the following, but ready to change if necessary "< cfquery name ="menu"datasource =" "#datasource #" username = "#dbuser_name #" password = "

Use of variables in a query

Hi all I just tried to use the variable in a query and do not know how the content of the query output. As you can see from what I'm trying, I you the name of the query and the name of the field not the output. Please tell me the stupid thing that I'

Cannot call all stored procedures

HelloI tried to call a stored procedure to coldfusion, but EACH time, there has been an error: "The system has attempted to use a value that is undefined, which usually indicates an error programming, either in your code or system code.NULL pointers

When detect physically written queries

Using CF5 and have done for many years. Some reports of Crystal that we generate need some queries from coldfusion to run first to summarize complex data, these data are then inserted into temporary tables in the access database that crystal reports

Variables must be initialized error

Get this error when you insert the following code: Local variables must be initialized.The variable temp near line 3, column 5 has no initializer.The CFML compiler treated: a script reference beginning with "var" on line 3, column 1.a script referenc

CF Flash is as

I have a form embedded in a page of CF7 flash. I have a pair of buttons of the radio as well as a browser to tab on the form. I want to make sure if the second option button is clicked, the browser control all tab becomes invalid. I know that I could

desperate man! Please take a look!

Hi everyone - I've tried to sort myself but I have a ms access databaseCold Fusion 7 everything on my host server 1. my Japanese and English isin database2 English fine poster3. Japanese landed?4. the data sheet is save in arial code5 cold fusion db

Double function of coldfusion 4.5

Hello I use this piece of code to rename all files with spaces must be replaced by says: < cfset thisfile = Duplicate (cffile) >< cfif thisfile.serverfilename CONTAINS "" > ""< cflock name = "#CreateUUID ()" # "type ="exclusive"timeout ="30"throwonti

list CFIF and delimited

< cfset catz "12.1" = >< cfset dogz = 2 > < cfif catz CONTAINS #dogz # >There< cfelse >n< / cfif > I need to know if the value '2' in this summary... If the number "2" is here... What don't get me? TNX in advance

help on the visualization of the cfm files

I had problem watching a cfm file I always get a white screen when you view the cfm file in localhost, but I can see another extension like html, jsp in localhost if anyone can help me solve this problem

Storage of the dynaset

Question: When retrieve you records and create a list of data is the data stored in a dynaset that can be referenced? IE: say I get all records from a database that begin with the letter 'a' and then fill a page with a list of these data. Once the pa

using argumentCollection

can someone help me with why this won't work please... I have a form, which is available in a structure on the treatment: < cfset projetou = structNew() >< cfset projectDetails.projectName = ' #form.projectName # ' >< cfset projectDetails.description

Can someone help this newbie CF?

I would like to create on my page of search results which shows ten results, then allow the user to search for another ten and so on. Also, to show 'then 10 results' and 'previous' or the navigation at the bottom of page buttons. Thank you.
« Prev 1 ... 4 5 6 7 8 9 10 Next »