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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 43053 - 43083 of 44530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43053
Hey there, have you tried this? <cfset totalMonthsToRoll = 18 /> <cfset startDate = CreateODBCDate(CreateDate(#selectyear#, #selectmonth#, 1)) /> <cfset...
Sameer Gupta
sameer5678in
Offline Send Email
Jun 1, 2008
7:57 pm
43054
I have gone into administrator in CF in data sources entered a copy of access databases. I verify the connections and the OK appears so it should be set. I...
Ken
ken0324
Offline Send Email
Jun 3, 2008
4:54 pm
43056
Just use the CF tags and forget about Dreamweaver for now. You can also use the underlining java technology to make connections. I have also seen it done with...
Dan Plesse
empiricallys...
Offline Send Email
Jun 3, 2008
8:06 pm
43057
<CFQUERY name="results" datasource="yourdatasourcehere"> SELECT blah from foo </CFQUERY> ... From: "Ken" <ken0324@...> To:...
John Bartlett
wyntermoonwolf
Offline Send Email
Jun 3, 2008
8:12 pm
43058
When you created the new document, did you select CFM as the document? If I recall correctly, I think DW starts off with an HTML as the default file type. ...
LACKEY, DARYL (ATTSI)
daryllackey
Offline Send Email
Jun 3, 2008
9:25 pm
43059
HI, I assume that you have everything working in CF,and that you have verified the datasouces in the CF amin. In Dreamweaver: create a site using ColdFusion,...
John Barrett
barrjohnm
Offline Send Email
Jun 4, 2008
2:39 am
43060
hi how can i output 2 queries? <cfoutput query=q1> <cfoutput query=q2> dosnt seem to work thanks ...
O S
artificial_net
Offline Send Email
Jun 4, 2008
7:38 am
43061
<cfloop index="q1cr" from="1" to="#q1.recordcount#"> <cfloop index="q2cr" from="1" to="#q2.recordcount#"> <cfoutput> .... </cfoutput> </cfloop> </cfloop> Note...
John Bartlett
wyntermoonwolf
Offline Send Email
Jun 4, 2008
8:11 am
43062
Refer the example at http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_m-o_16.html Thanx Manjukiran Pacchhipulusu Lead Software Engg Adobe...
Manju Kiran
Manjukiran
Offline Send Email
Jun 4, 2008
9:41 am
43063
thanks that worked! To: coldfusion-howto@...: jbartlett@...: Wed, 4 Jun 2008 01:11:25 -0700Subject: Re: [coldfusion-howto]...
O S
artificial_net
Offline Send Email
Jun 4, 2008
12:43 pm
43064
hi all how to i get the data of each select from a previous page i have something like this page1 <form action=page2> <cfloop index=id> <select...
O S
artificial_net
Offline Send Email
Jun 4, 2008
1:56 pm
43065
Try <cfdump var="#form#"> -hankcfman ... From: O S <owaiz_vaiyani@...> To: coldfusion-howto@yahoogroups.com Sent: Wednesday, June 4, 2008 7:55:01 AM ...
Hank Miller
hankcfman
Online Now Send Email
Jun 4, 2008
3:03 pm
43066
Howdy folks, I need a coldfusion blog script that would support multiple blogs - something I could set up on the server and use the sample application for ...
Linda Burnside
ihatespam22222
Offline Send Email
Jun 4, 2008
7:41 pm
43067
This one looks like it has potential: http://www.mangoblog.org/skinbrowser/ Greg On Wed, Jun 4, 2008 at 3:41 PM, Linda Burnside < ... -- Greg Luce Luce...
Greg Luce
cf_greg
Offline Send Email
Jun 4, 2008
8:05 pm
43068
Does anyone know of any code which will allow someone to display their computer's IP address?...
sheldon.turchin
Offline Send Email
Jun 4, 2008
8:59 pm
43069
CGI.Remote_Addr Use <cfdump var=#cgi#> to see other information you can get on the user. -John...
John Bartlett
wyntermoonwolf
Offline Send Email
Jun 4, 2008
9:08 pm
43070
#cgi.REMOTE_ADDR# http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Expressions5.htm On Wed, Jun 4, 2008 at 1:59 PM, sheldon.turchin...
Phillip Vector
lance_lake
Online Now Send Email
Jun 4, 2008
9:09 pm
43071
Thanks. On Wed, Jun 4, 2008 at 4:07 PM, Phillip Vector <vector@...> ... [Non-text portions of this message have been removed]...
Sheldon Turchin
sheldon.turchin
Offline Send Email
Jun 4, 2008
9:19 pm
43072
Thanks! On Wed, Jun 4, 2008 at 4:08 PM, John Bartlett <jbartlett@...> ... [Non-text portions of this message have been removed]...
Sheldon Turchin
sheldon.turchin
Offline Send Email
Jun 4, 2008
9:21 pm
43073
I think its just #CGI.ipaddress# On Wed, Jun 4, 2008 at 4:59 PM, sheldon.turchin...
Dan Plesse
empiricallys...
Offline Send Email
Jun 4, 2008
9:37 pm
43074
CGI.REMOTE_ADDR _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Dan Plesse Sent: Wednesday, June 04, 2008...
Mark Bureau
bu9418
Offline Send Email
Jun 4, 2008
9:57 pm
43075
I use Mango Blog, it is wonderful,and Lurua is very helpful as well! I used to use Blogcfc, but on the hosting that I have it was buggy, whereas Mango Blog as...
John Barrett
barrjohnm
Offline Send Email
Jun 5, 2008
3:44 am
43076
Hi all, Back around 2000, I used CF 4.5/5.0 to develop a few boutique sites and really liked the process, though quit developing in 2002. Now, I'd like to...
J.B. Mentzer
jbmentzer
Offline Send Email
Jun 6, 2008
3:17 am
43077
I am trying to produce a report. One query returns three rows, which is correct, because there are three line items. I then link those three records to another...
Uraidiot
uraidiot2000xyz
Offline Send Email
Jun 7, 2008
7:31 pm
43078
Sounds like you need to make the connection between tables. If you don't, the database makes them for you matching up every row in table A with every row in...
John Bartlett
wyntermoonwolf
Offline Send Email
Jun 7, 2008
7:36 pm
43079
I have to join about six tables, so I use views. The final part links a view to the last table.The view look like this : ref_no, part_no, line_item 12345...
Uraidiot
uraidiot2000xyz
Offline Send Email
Jun 9, 2008
3:16 am
43080
Why do you need the comma delimited list? Why not let ColdFusion handle the formatting? To get a comma delimited list you'll have to do something like: DECLARE...
Greg Morphis
omenchaos
Offline Send Email
Jun 9, 2008
1:42 pm
43081
I would make my first query without the join to the table that has the description. Set up variables for each bit of information to be output. Set up a loop...
Linda Burnside
ihatespam22222
Offline Send Email
Jun 9, 2008
1:51 pm
43082
I need help coding cfmail that groups individual order items into a single email. The following code produces individual emails for each order item. <CFQUERY ...
raehm
Offline Send Email
Jun 10, 2008
11:15 am
43083
I've just been tasked to upgrade and patch a site through several versions and patches and a lot of the source code has been decrypted and modified without...
jojo_super77
Offline Send Email
Jun 10, 2008
1:27 pm
Messages 43053 - 43083 of 44530   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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