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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 37209 - 37239 of 42890   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37209
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
Feb 1, 2006
9:36 am
37210
Hey Mark, ... To this: <cfoutput query="urlpass"> <a href="../showhosptep.cfm?hospital_id=#urlpass.hospital_id#">#bresult.englishname#</a> </cfoutput> Also,...
Joe Rinehart
jrinehartasi
Offline Send Email
Feb 1, 2006
11:41 am
37211
May I add www.hostdepartment.com <http://www.hostdepartment.com/> Very good and cheap _____ From: coldfusion-howto@yahoogroups.com ...
Ernest E. Breau Jr.
eb_web_designs
Offline Send Email
Feb 1, 2006
11:52 am
37212
One nice thing about using array notation to reference variables is that it allows you to access otherwise invalid variable names - including creating them. If...
Bartlett, John
wyntermoonwolf
Offline Send Email
Feb 1, 2006
5:22 pm
37213
Anyone used or familiar with this tag?...
Anthony Julien
tonyjulien
Offline Send Email
Feb 1, 2006
9:43 pm
37214
Used it years ago. Can't remember the processor that it is for. ... From: Anthony Julien <tonyjulien@...> Date: Wed, 1 Feb 2006 13:43:49 ...
James Morris
efficinet
Offline Send Email
Feb 1, 2006
9:56 pm
37215
#warning! very new to the cf game! Thanks Joe - i got glued! but... and there always is one ... I m getting an error - cfoutput tag property/attribute error (...
sapporomark
Offline Send Email
Feb 1, 2006
11:53 pm
37216
hey all does anyone have or know the alt codes for 1/8 = ( )??? 1/4 = Alt+0188 3/8 = ( )??? 1/2 = Alt+0189 5/8 = ( )??? 3/4 = Alt+0190 7/8 =...
Scott
cfmldragon
Offline Send Email
Feb 2, 2006
5:36 am
37217
Hi, If you are on windows PC have a look for the character map utility which allows you to find all the different codes. But note that some characters are only...
Phillip Fox
phill_fox
Offline Send Email
Feb 2, 2006
6:45 am
37218
Yes, what's up? ... -- Get Glued! The Model-Glue ColdFusion Framework http://www.model-glue.com...
Joe Rinehart
jrinehartasi
Offline Send Email
Feb 2, 2006
12:23 pm
37219
Hi, I'm using the CFHTTP tag in CFMX7. A couple questions: A) When I set the timeout within the tag to "0", or even "1" - there are times when it will loop...
layoutd2004
Offline Send Email
Feb 2, 2006
3:51 pm
37220
I need to display different HTML inside cfloop for different if conditions. Any suggestions. thanks, faiz <cfloop list ="" index=""> <cfif> <query> </cfif> ...
FAIZ ZAHIR
fzahir2001
Offline Send Email
Feb 2, 2006
5:36 pm
37221
You can use css to do this and set the class name different depending on which one is chosen through your cfif statement. This is rough but hopefully you can...
Robert M. Cepek
rcepek2005
Offline Send Email
Feb 2, 2006
5:44 pm
37222
I can remotely connect to my sql 2000 sevrer through Enterprise manager, but I cannot get CF to connect. Do I have to create a DSN on the SQL server as well....
dphot0_99
Offline Send Email
Feb 3, 2006
12:00 am
37223
Which cf server do you run? _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of DPHOT0_99 Sent: Thursday,...
Ernest E. Breau Jr.
eb_web_designs
Offline Send Email
Feb 3, 2006
12:06 am
37224
Try connecting with the ODBC from the server If that works Then just use a socket connection in your cfadmin for the datasource _____ From:...
Ernest E. Breau Jr.
eb_web_designs
Offline Send Email
Feb 3, 2006
12:08 am
37225
I have a simple form on my site and I am using Dundas Mailer to process and email the form data to me. I want to add the ability for the site visitor to send a...
jipsy1234
Offline Send Email
Feb 3, 2006
12:29 am
37226
seperate host - CF 7 on Linux Box Dphoto "Ernest E. Breau Jr." <ernest.breau@...> wrote: Which cf server do you run? _____ From:...
DAN GREGORIO
dphot0_99
Offline Send Email
Feb 3, 2006
3:05 am
37227
use cfif statements to determine if the condition exists to display certain code... Eric _____ From: coldfusion-howto@yahoogroups.com ...
Eric Roberts
woad
Offline Send Email
Feb 3, 2006
4:31 am
37228
Connect directly via coldfusion scripts and report the SQL error here. When debugging always remove not add factors to get down to the source of the problem....
Dan Plesse
empiricallys...
Offline Send Email
Feb 3, 2006
4:58 am
37229
This is pretty much off-topic for a ColdFusion group. Why not try your question in an ASP group? ... -- Richard Michael http://iraq.ancestryproject.com/ Iraq...
biz.lists@...
richardx1313
Offline Send Email
Feb 3, 2006
5:57 pm
37230
I understand this is off-topic, but I can't seem to find an ASP group that is as active as this group, and I was hoping that some kind soul who knew the answer...
jipsy1234
Offline Send Email
Feb 3, 2006
8:51 pm
37231
I had to do something similar, a few years ago with asp. Took about 2 weeks to figure out and get to work right. You will need to build or install something...
Timothy L. Watson
cybernicity2004
Offline Send Email
Feb 3, 2006
9:22 pm
37232
Is there a simple script that will take all form variables and send them through CFMAIL? I've build form processors in the past, but each time I had to output ...
jipsy1234
Offline Send Email
Feb 3, 2006
10:44 pm
37233
Just off the top of my head, but should do the trick for ya... <cfmail from="myaddy@..." to="anotheraddy@..." subject="Form Submission"...
Pedro Gonzalez
mquack32
Online Now Send Email
Feb 3, 2006
10:52 pm
37234
<cfdump the form scope In the email that's what I do _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Pedro...
Ernest E. Breau Jr.
eb_web_designs
Offline Send Email
Feb 4, 2006
1:09 am
37236
Thats what I did yesterday and I connected perfectly. The server had no ODBC connection setup. I ran a quick query and recieved a dump, then tried again and CF...
DAN GREGORIO
dphot0_99
Offline Send Email
Feb 4, 2006
3:04 pm
37237
This SQL statement works in Access but is not working in my .cfm file SELECT pad_application_table.make, pad_application_table.fmsi_front, ...
wappman
Offline Send Email
Feb 5, 2006
3:26 am
37238
Use it everyday. Works with VeriSign PayFlow Pro credit card processing. ________________________________ From: coldfusion-howto@yahoogroups.com on behalf of...
JoAnn Schlosser
jojo_super77
Offline Send Email
Feb 5, 2006
3:49 am
37239
First, Access loves to make things overly verbose. 1) There is no need for any of the "pad_application_table." prefixes because your SELECT statement has only...
biz.lists@...
richardx1313
Offline Send Email
Feb 5, 2006
6:57 pm
Messages 37209 - 37239 of 42890   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