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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 34243 - 34272 of 42882   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34243
I still have a problem with the pound signs. Didn't you need them in CF version 1, 2 or so? tim...
Timothy L. Watson
cybernicity2004
Offline Send Email
Aug 1, 2005
12:48 pm
34244
I have a project that I'm working on that will require me to do the following: 1. retrieve an updated text file from a remote server (not under my control) and...
Scott Widmer
triple_play25
Offline Send Email
Aug 1, 2005
3:10 pm
34245
... You said you've alreay got this going - as you say a CFHTTP (or CFFTP if needed) will pull the file easilly. ... Just run a query that truncates the table...
C. Hatton Humphrey
ny5i
Online Now Send Email
Aug 1, 2005
3:22 pm
34246
... That would seem to be the basic idea, yes. What I've done in the past is have an intermediate load table that has far less in the way of integrity checking...
Williams, Jane
janewilliams20
Offline Send Email
Aug 1, 2005
3:39 pm
34247
... updating the SQL table with it? Do I convert the text file to a list or something? Nope, you get yourself CF_REExtract, call it with some clever REGEXPs, ...
Claude Schneegans
schneeca
Offline Send Email
Aug 1, 2005
3:49 pm
34248
No idea - I came on with CF 3.1. Even so, does anybody still _use_ it? -John ... From: coldfusion-howto@yahoogroups.com ...
Bartlett, John
wyntermoonwolf
Offline Send Email
Aug 1, 2005
4:04 pm
34249
If this is going to be an automated process, you need to be firm in that the input file MUST be in a certain format or chunks will be blown. It's the only way...
Bartlett, John
wyntermoonwolf
Offline Send Email
Aug 1, 2005
4:06 pm
34250
Maybe I was wrong but the line of code was inside a cfoutput??? ... From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf...
tonyroc
tonyroc101
Offline Send Email
Aug 1, 2005
4:10 pm
34251
Different explanation: You don't need them when you're between the < and > of a CF tag, unless you're in between " marks: <cfset youDontNeedThemHere =...
Joe Rinehart
jrinehartasi
Offline Send Email
Aug 1, 2005
4:17 pm
34252
got it thanks ... From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Joe Rinehart Sent: Monday, August 01, 2005 3:16...
tonyroc
tonyroc101
Offline Send Email
Aug 1, 2005
4:20 pm
34253
Thanks for the heads up John I have always done things without the pound signs. It kinda through me for a loop, aside from the fact that it just looked...
Scott Shirley
mythykdragon
Offline Send Email
Aug 1, 2005
4:52 pm
34254
Hi all Just a quick question Would it be feasible to assume that… when coding one should double up on "ALL" the special characters when they are needed to be...
Scott Shirley
mythykdragon
Offline Send Email
Aug 1, 2005
5:04 pm
34255
Hatton, Thanks for the response. I have the choice of tab delimited or comma delimited list. Would comma delimited be the better way to go? Thanks, Scott ... ...
Scott Widmer
triple_play25
Offline Send Email
Aug 1, 2005
5:50 pm
34256
Depends if you have to deal with quotes or not. If you do, it makes no difference. If you do not, go with tabs. -John ... From:...
Bartlett, John
wyntermoonwolf
Offline Send Email
Aug 1, 2005
5:56 pm
34257
Jane, This is great, it'll definitely get me started in the right direction. Thanks for the help and explanation. Certainly much more than I asked for or...
Scott Widmer
triple_play25
Offline Send Email
Aug 1, 2005
5:56 pm
34258
Claude, Thanks! This looks like a very good alternative to other info I've received on here. I appreciate the info. I'm sure it will all come in handy. ...
Scott Widmer
triple_play25
Offline Send Email
Aug 1, 2005
5:58 pm
34259
John, Thanks for the advice. The information is available as comma delimited, tab delimited or as an excel file. I believe the data is very reliable as I've...
Scott Widmer
triple_play25
Offline Send Email
Aug 1, 2005
6:01 pm
34260
hey there does anyone know of a good double email verification tutorial. google and me aren't getting along today :( thanks in advance Scott...
Scott Shirley
mythykdragon
Offline Send Email
Aug 1, 2005
8:38 pm
34261
... Define please - double email verification?...
C. Hatton Humphrey
ny5i
Online Now Send Email
Aug 1, 2005
8:47 pm
34262
placing the same email twice in one form example;input form name age height weight blah blah email email verification/confirmation comment send Scott...
Scott Shirley
mythykdragon
Offline Send Email
Aug 1, 2005
8:51 pm
34263
Give each a different name and then compare them on the action page or via Javascript on submit. It's really no harder than including your age field. -John ...
Bartlett, John
wyntermoonwolf
Offline Send Email
Aug 1, 2005
8:54 pm
34264
I am using CFsavecontent to create a variable for overlib. The code is a little complex and difficult to maintain withouth some formatting. Apparently...
Walter Conti
contiw
Offline Send Email
Aug 1, 2005
10:41 pm
34265
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
Aug 2, 2005
12:45 am
34266
Try <CFSET xxx=Replace(StripCR(xxx),Chr(10),"","ALL")> This will strip out Carriage Returns and Line Feeds. Also, you do not need pounds in there. -John ... ...
Bartlett, John
wyntermoonwolf
Offline Send Email
Aug 2, 2005
2:40 am
34267
Thank You John. I relied on 6.1 reference manual. Have anice day. ContiW _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com]...
Walter Conti
contiw
Offline Send Email
Aug 2, 2005
5:53 am
34268
... It was your lucky day - I remembered it was there, and found it within about 30 sec of looking :)...
Williams, Jane
janewilliams20
Offline Send Email
Aug 2, 2005
8:06 am
34269
... Oh, you lucky, lucky person!...
Williams, Jane
janewilliams20
Offline Send Email
Aug 2, 2005
8:08 am
34270
... The user will now mis-type their email in box 1, then cut&paste it into box 2. And AFAIK, there's nothing you can do about it :(...
Williams, Jane
janewilliams20
Offline Send Email
Aug 2, 2005
8:14 am
34271
... You might be able to use some Javascript in combination with a timer... it's theoretically possible I guess. Hatton...
C. Hatton Humphrey
ny5i
Online Now Send Email
Aug 2, 2005
1:20 pm
34272
I am trying to generate a word document using coldfusion. The problem is, the data to be rendered in the document is a SQL query which returns multiple values....
jbrechin@...
brechinmd
Offline Send Email
Aug 2, 2005
2:01 pm
Messages 34243 - 34272 of 42882   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