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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 32800 - 32830 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32800
Thanks for your suggestions John... I'll keep this in mind...! -ravi ... __________________________________________________ Do You Yahoo!? Tired of spam?...
ravikkumar kalaimani
pkravikkumar
Offline Send Email
May 1, 2005
8:21 am
32801
How to insert picture in email body when using CFMAIL ? I use CFMX 6.0 Thank you. Heri [Non-text portions of this message have been removed]...
heri303
heri303@...
Send Email
May 1, 2005
9:26 pm
32802
First, you must be running MX6.1 with updater installed or MX7. You can't do it with any earlier version of ColdFusion. When using inline images inside an...
Bartlett, John
wyntermoonwolf
Offline Send Email
May 1, 2005
10:26 pm
32803
Hi, our CF MX 6,1,0,83762 Server wasn't responding. We only got <. when we called a cfm-File from the server. jrun.exe was up to 50% of CPU. Then we tried to...
Karl Schaubmair
charlie_scha...
Offline Send Email
May 2, 2005
11:51 am
32804
Hi, Can anybody please send a sample code for this since CFComet.com is under construction? Dan Plesse <dplesse@...> wrote: First thing I would do is...
shobha shobha
shobhi22
Offline Send Email
May 2, 2005
12:41 pm
32805
I think this would work. You want to use grouping only on the first column. Then build the output string inside the next cfoutput. <cfset mystring = ""> ...
webfungi
Offline Send Email
May 2, 2005
2:09 pm
32806
That is great. I also found that this works perfect: <cfOutput group="UnitName" query="queryName"> <tr> <td>#unitName#</td> <cfSet count = 1> <cfOutput> <cfIf...
Daniel Kang
daniel.k.kang@...
Send Email
May 2, 2005
2:16 pm
32807
... From: shobha.v [mailto:shobharamu@...] Can anybody send a sample code for this?The www.cfcomet.com site is under maintenance I guess. ... already ...
Bartlett, John
wyntermoonwolf
Offline Send Email
May 2, 2005
4:24 pm
32808
How do I prefix each retrieved record by a number of the line it appears on, rather than by the number indicating its position in the database (#CurrentRow#)?...
dainfomaster
Offline Send Email
May 2, 2005
6:47 pm
32809
I don't follow.... What do you mean by "line it appears on"? -John ... From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On...
Bartlett, John
wyntermoonwolf
Offline Send Email
May 2, 2005
6:52 pm
32810
I meant the line on the screen where the records retrieved by a query geget displayed....
dainfomaster
Offline Send Email
May 2, 2005
7:01 pm
32812
if you're wanting to display it.. I'd use a counter in CF, outside the query define a variable and set it to 1. Then increment the variable at the end of the...
Greg Morphis
omenchaos
Offline Send Email
May 2, 2005
7:09 pm
32813
Just use a counter variable and increment it by one within the query loop: <cfset lineNum = 0> <cfloop query="queryName"> <cfset lineNum = lineNum + 1> ...
Christopher Watson
skygxproject
Offline Send Email
May 2, 2005
7:10 pm
32814
Thanks. It worked. Now, if I want to start another counter for the next query which starts where the first one left off, how do I set it up without knowing how...
dainfomaster
Offline Send Email
May 2, 2005
7:29 pm
32815
Counter will equal that value, just continue using it. If you use the above, counter will have incremented and ready to go for your next query ... -- Auxilium...
Greg Morphis
omenchaos
Offline Send Email
May 2, 2005
7:34 pm
32816
forgive my ignorrance, but why do you terminate a tag with /> does this process quicker? ... -- ____________________________________________________ Ernest E....
Ernest Breau
eb_web_designs
Offline Send Email
May 2, 2005
7:37 pm
32817
just copy the code all but the initaliazing of counter =1 below the first loop counter will pick up where it left off ... -- ...
Ernest Breau
eb_web_designs
Offline Send Email
May 2, 2005
7:39 pm
32818
Thanks again. (Would you believe it worked again? :-) ... I appreciate your help guiding me through these beginner steps. ... the ... outside ... by a ... on"?...
dainfomaster
Offline Send Email
May 2, 2005
7:47 pm
32819
... To make it comply with proper XHTML formatting. Any single-line tag that does not have an ending tag must close itself... such as: <br /> <hr /> <cfset ......
C. Hatton Humphrey
ny5i
Offline Send Email
May 2, 2005
7:51 pm
32820
Hello, I have a form which when submitted, emails that person that their data was successfully submitted with some more information as well. But I found out...
ramgundan
Offline Send Email
May 2, 2005
7:58 pm
32821
OK, I thought it might have had something to do with that Thanks a bunch! *changes all his code to XHTML compliant now * ... -- ...
Ernest Breau
eb_web_designs
Offline Send Email
May 2, 2005
8:00 pm
32822
Right heh :) ... -- Auxilium meum a Domino...
Greg Morphis
omenchaos
Offline Send Email
May 2, 2005
8:01 pm
32823
Dear Jhon, Thank you for the answer, it's very helpfull for me. Another question : If I used Crystal Report Graph in the body, can I do same way ? How ? For...
heri303
heri303@...
Send Email
May 2, 2005
9:00 pm
32824
In theory, you can if you can attach a physical file to the email itself. -John ... From: coldfusion-howto@yahoogroups.com ...
Bartlett, John
wyntermoonwolf
Offline Send Email
May 2, 2005
9:06 pm
32825
You sure those email addresses exist? mcg _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of ramgundan Sent:...
Mary-Catherine Gerrey
duckboxxer
Offline Send Email
May 2, 2005
9:06 pm
32826
Keep in mind that if you send an email to multiple people at the same time, all of the email addresses must be valid or the entire email will be rejected and...
Bartlett, John
wyntermoonwolf
Offline Send Email
May 2, 2005
9:11 pm
32827
I need to be able to exclude a row from a result set of a query (exclude a payment option in certain circumstances) that is used to populate a select list....
JoAnn Schlosser
jojo_super77
Offline Send Email
May 2, 2005
9:46 pm
32828
Yes...the email addresses are legit and we are only sending one email at a time as the action happens when a user submits a form and the action page gets the...
ramgundan
Offline Send Email
May 2, 2005
9:50 pm
32829
IF/ELSE logic. Or a Query of Queries to remove it from the result set. -John ... From: coldfusion-howto@yahoogroups.com ...
Bartlett, John
wyntermoonwolf
Offline Send Email
May 2, 2005
9:50 pm
32830
1. If you are populating the select list using CFLOOP the just insert a <CFIF> test in the loop to skip the offending item. 2. If you prefer, you might do a...
George Farnsworth
georgefarnsw...
Offline Send Email
May 2, 2005
9:53 pm
Messages 32800 - 32830 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