Hi Has anyone actually used ben Forta's CF_EmbedFields tag? As a (very) occassional CF programmer, I'd be grateful for any guidance in how to use it....
Hello everyone... Just want to ask if anybody knows how get the 1st record of a certain query that will be used as a condition of a subquery... this may seem...
hi, You can get the first record of any table bu using top 1 clause in select query for eg select top 1 * from employee will return the first record of...
For a project, one of our people mentioned that MX could convert CF templates to JSP. I heard that CFMX compiles CF into java byte-code but never heard...
hei sunita, thanks for spending a minute to answer my question. :) but what if i want to use a field from a query as a condition for a subquery..eg: SELECT ...
If you had the following in the name table: John Smith of New York, New York, 212.123.1234 Alice Jones of New York, New York, 212.321.1234 Debbie Smith of...
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Apr 1, 2004 2:16 pm
24627
Hello all, I am trying to create a form that spans four pages. On the last page all values are inserted into the database. I'm using hidden fields to pass...
Hmmm... I don't think you need the # around computers in the following line: <cfset #Computers# = " "> Shouldn't it be <cfset Computers = " "> Just a thought, ...
I have cfparams set with a default of '' for all the fields on a long application form I just finished - 168 of them! I have to grab the information for...
The problem is when form.Computers is undefined; you set a variable named "computers". #Computers# and #Form.computers# are not the same, you have a small...
Hello: I've been using CF for a while, but only tags. My first attempt to use CFML Scripting already made me scratch my head. The code is as simple as the...
You need to put #'s around "user_ok()" inside the CFOUTPUT block. -John ... From: Innerlab [mailto:innerlab@...] Hello: I've been using CF for a while,...
Developers, I have 2 ColdFusion (v5) / Oracle 9i (PL/SQL) developer positions in Detroit, MI. This is for a 3-6 month project, that will begin before mid...
I dont use CFScript all too often, but usually you have something that accesses a function, such as an object of some sort. For the below script to work, I...
I'm looking for a CF developer located in the Tampa Bay area for a part-time position for the first 3 months with the possibility of full-time after that. If...
Bryan F. Hogan
bryan.hogan@...
Apr 1, 2004 7:51 pm
24636
Hello: What's the best way to use CFLOCK when updating, inserting or deleting database records? Thanks....
Do you mean <CFTRANSACTION> ?? Gilles ... From: "Innerlab" <innerlab@...> To: <coldfusion-howto@yahoogroups.com> Sent: Thursday, April 01, 2004 3:44 PM...
Alright, this is driving me nuts. I have some pages that I wanted to limit access to by using cookies. Being new to cookies, I built some minor functionality ...
thank you guys. :) agnes "God is good all the time" ... Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now [Non-text...
I think #Category.Recordcount# is what you're after there. Greg ... From: webmaster [mailto:webmaster@...] Sent: Thursday, April 01, 2004 8:07 PM To:...
Here's the original query: <cfquery name="Category" datasource="#dsn#"> SELECT C1.CategorieID, C1.CategorieName AS Cat1, C2.CategorieName AS Cat2 FROM...
I am creating an excel spreadsheet on the fly using the cfcontent tag. Everything creates fine, however I have leading zeros being used for and employee id...
Yes, I ve heard of that before. Check out http://eknowlogie.com/ColdFusionToJSP.html I have never tried it though!! If you try it please send us your comments ...
Try putting the values inside double-quotes.... -John ... From: R.Small [mailto:smallrr@...] I am creating an excel spreadsheet on the fly using the...
Hi All, I need to create chart using coldfusion(or someother methods like owc components) and I just want to know ,is there any way for creating thin lines in...