Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 24620 - 24649 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24620
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....
Nigel Atkinson
nigelatkinso...
Offline Send Email
Apr 1, 2004
8:24 am
24621
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...
agnes ygot
agnes_ygot
Online Now Send Email
Apr 1, 2004
10:51 am
24622
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...
Sunita
sunitas_ss
Offline Send Email
Apr 1, 2004
12:14 pm
24623
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...
Rusty Owens
the_game570
Offline Send Email
Apr 1, 2004
1:09 pm
24624
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 ...
agnes ygot
agnes_ygot
Online Now Send Email
Apr 1, 2004
1:14 pm
24625
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...
JoAnn Schlosser
jojo_super77
Offline Send Email
Apr 1, 2004
2:08 pm
24626
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...
Send Email
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...
mangochee
Offline Send Email
Apr 1, 2004
3:50 pm
24628
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, ...
Martin, Hope CTR NAV...
hopemartin6152
Offline Send Email
Apr 1, 2004
3:55 pm
24629
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...
JoAnn Schlosser
jojo_super77
Offline Send Email
Apr 1, 2004
3:59 pm
24630
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...
Calveric, Mark
cali6buff
Offline Send Email
Apr 1, 2004
4:05 pm
24631
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...
innerlab
Offline Send Email
Apr 1, 2004
4:08 pm
24632
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,...
Bartlett, John
wyntermoonwolf
Offline Send Email
Apr 1, 2004
5:18 pm
24633
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...
cevl
Offline Send Email
Apr 1, 2004
7:05 pm
24634
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...
Chris Cantley
chris_cantley
Offline Send Email
Apr 1, 2004
7:21 pm
24635
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@...
Send Email
Apr 1, 2004
7:51 pm
24636
Hello: What's the best way to use CFLOCK when updating, inserting or deleting database records? Thanks....
innerlab
Offline Send Email
Apr 1, 2004
8:46 pm
24637
Do you mean <CFTRANSACTION> ?? Gilles ... From: "Innerlab" <innerlab@...> To: <coldfusion-howto@yahoogroups.com> Sent: Thursday, April 01, 2004 3:44 PM...
Gilles Tanguay
gillestapage
Offline Send Email
Apr 1, 2004
8:49 pm
24638
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 ...
Adrian Breeman
perplexedmac...
Offline Send Email
Apr 1, 2004
9:52 pm
24639
Thank you everyone for replying back. The form is working great!...
mangochee
Offline Send Email
Apr 1, 2004
10:44 pm
24640
... Short answer: You are not expiring the same cookie. Try this: <CFCOOKIE NAME = "theCookieName" VALUE = "random_value" PATH = "/cookieproject" ...
Ben Curtis
wsi_ben
Offline Send Email
Apr 1, 2004
11:27 pm
24641
thank you guys. :) agnes "God is good all the time" ... Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now [Non-text...
agnes ygot
agnes_ygot
Online Now Send Email
Apr 2, 2004
12:47 am
24642
Hi all, I have a query that I will display using a JavaScript (for a dynamic menu purpose). For simplicity, the output will be like this: <cfoutput...
webmaster
cfgilles
Offline Send Email
Apr 2, 2004
1:02 am
24643
I think #Category.Recordcount# is what you're after there. Greg ... From: webmaster [mailto:webmaster@...] Sent: Thursday, April 01, 2004 8:07 PM To:...
Greg Luce
cf_greg
Online Now Send Email
Apr 2, 2004
1:35 am
24644
I hit send and then realized I don't know what you're doing. Maybe if you show your query. Are you maybe looking for something like: SELECT...
Greg Luce
cf_greg
Online Now Send Email
Apr 2, 2004
1:59 am
24645
Here's the original query: <cfquery name="Category" datasource="#dsn#"> SELECT C1.CategorieID, C1.CategorieName AS Cat1, C2.CategorieName AS Cat2 FROM...
Gilles
cfgilles
Offline Send Email
Apr 2, 2004
2:26 am
24646
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...
R.Small
smalljacks
Offline Send Email
Apr 2, 2004
4:18 am
24647
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 ...
Giorgoc Yahoo!
giorgoc
Offline Send Email
Apr 2, 2004
6:19 am
24648
Try putting the values inside double-quotes.... -John ... From: R.Small [mailto:smallrr@...] I am creating an excel spreadsheet on the fly using the...
Bartlett, John
wyntermoonwolf
Offline Send Email
Apr 2, 2004
8:32 am
24649
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...
jayan parat
jayanparat
Offline Send Email
Apr 2, 2004
9:40 am
Messages 24620 - 24649 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help