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 9616 - 9645 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9616
... I don't have access to the server to change any settings, although I suppose I could "ask nicely". I am using MSACCESS 2000 to create a database from...
Roberts Freimuts
rarturs
Offline Send Email
Sep 1, 2002
10:45 am
9617
... suppose I could "ask nicely". Hi Roberts, My suggestions earlier refer only to working with Access locally, in this case you need to have the Unicode add...
Colm Brazel
colmbrazel2002
Offline Send Email
Sep 1, 2002
11:08 am
9618
Colm, ... Access 2000 works locally with Unicode quite well. It is when I try to use CFQUERY that I have problems. ... I may try. I had so many problems trying...
Roberts Freimuts
rarturs
Offline Send Email
Sep 1, 2002
11:25 am
9619
Hi, AFAIK there seems to be a bug in the MS Access driver for CF MX. It doesn't transfer unicode characters properly. You might want to check the MM forums, ...
C. Schmitz
procept2000
Offline Send Email
Sep 1, 2002
12:17 pm
9620
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
Sep 1, 2002
9:19 pm
9621
... Hi, I just downloaded the ColdFuion Express lightweight edition of coldfusion server, try it ...
kristian1804
Offline Send Email
Sep 2, 2002
12:15 pm
9622
Hey all... I always seem to have a problem with the "ALL" scope on a string function. So I usually end up doing it a different way and I'm getting tired of...
Robert R. Brown
rrbwds
Offline Send Email
Sep 2, 2002
1:59 pm
9623
What isn't working? In your example, "newfile" is the string containing one or more instances of the "http://...", which you want to replace with "clsid ..." ...
George Farnsworth
georgefarnsw...
Offline Send Email
Sep 2, 2002
2:15 pm
9624
ReplaceNoCase(newfile, "http....", "clsid....", "ALL") the scope must be in quotation marks, then it is not a variablename ... From: "Robert R. Brown"...
Frank Ressel
ftrodat
Offline Send Email
Sep 2, 2002
2:25 pm
9625
Thanks, that's what it was... Weird how none of the books tell you it has to be in quotes. I didn't even think of trying it... Duh! Thanks again... Bob ... ...
Robert R. Brown
rrbwds
Offline Send Email
Sep 2, 2002
2:38 pm
9626
any suggestions on a website stats package? like webtrends? but written in CF? thx in advance... [Non-text portions of this message have been removed]...
bob
bobandcara123
Offline Send Email
Sep 2, 2002
3:41 pm
9627
Does anyone have Cold Fusion COM code for building multipart messages with CDO?...
jbreifman
Offline Send Email
Sep 2, 2002
5:42 pm
9628
I work for a University and I'm interested in gathering some geogrpahical data for the admissions department from visitors to admissions pages. What I would...
happydog234
Offline Send Email
Sep 3, 2002
12:25 am
9629
I work for a University and I'm interested in gathering some geogrpahical data for the admissions department from visitors to admissions pages. What I would...
happydog234
Offline Send Email
Sep 3, 2002
12:25 am
9630
use "ALL" instead of just ALL. HTH, Dondi ... #ReplaceNoCase(newfile,"http://www.nystyledeli.com:80/acb/clsid:D27CDB6E-AE6D-11 ... ...
Dondi Imperial
afviph
Offline Send Email
Sep 3, 2002
1:25 am
9631
Hi all.... I'm currently working on an intranet website and I need help with my cfschedule. I have created a cfschedule tag and the task is to send an email...
i_suzana
Offline Send Email
Sep 3, 2002
5:08 am
9632
hi all, anyone know companies that host CF5 on unix servers ans offers oracle database ? Thanks Qais __________________________________________________ Do You...
Qais Ma'ash
qais_maash
Offline Send Email
Sep 3, 2002
9:03 am
9633
Hi, check this site http://www.where-is.info/ and you can build your application using CFHTTP to get the country . Qais Ma'ash Certified CF5 ...
Qais Ma'ash
qais_maash
Offline Send Email
Sep 3, 2002
9:08 am
9634
Is anyone using CFREPORT to execute a Crystal Report. Our technical folks have some concerns about doing this. Does the CF server have to have Crystal running...
James Smith
jvsumc
Offline Send Email
Sep 3, 2002
12:37 pm
9635
Sorry for the OT posting but I am sure that someone else here has run into this before. A self-hosting client just got a new server and I moved the site to it;...
jschlosser@...
jojo_super77
Offline Send Email
Sep 3, 2002
12:43 pm
9636
I use an intermediary file to feed parameters, security, etc., to the reports (I am still running 7.0 - it ain't broke so I ain't fixin' it). Yes, Crystal has...
jschlosser@...
jojo_super77
Offline Send Email
Sep 3, 2002
12:47 pm
9637
You have to install ColdFusion Server - go to www.macromedia.com to order it. There are local vendors, but this is quicker and doesn't cost any more than any...
jschlosser@...
jojo_super77
Offline Send Email
Sep 3, 2002
12:48 pm
9638
... new server I think a new key has to be generated on the new server for it to work Colm ... From: jschlosser@... [mailto:jschlosser@...] Sent: 03...
Colm Brazel
colmbrazel2002
Offline Send Email
Sep 3, 2002
2:03 pm
9639
I do like to send 2 files attached in a mail that is sent by a <cfmail> tag. Does anybody knows how can I do that? Thanks MMAGNO...
Marcelo Magno
mmagno2001
Offline Send Email
Sep 3, 2002
3:05 pm
9640
Use the cfmailparam tag inside the cfmail tag, like this <cfmail> Here are the files you asked for: <cfmailparam file = "c:\work\readme.txt"> </cfmail> ... ...
Rusty Owens
the_game570
Offline Send Email
Sep 3, 2002
3:15 pm
9641
<cfmailparam>? ... From: Marcelo Magno [mailto:mmagno@...] Sent: 03 September 2002 16:01 To: coldfusion-howto@yahoogroups.com Subject:...
Colm Brazel
colmbrazel2002
Offline Send Email
Sep 3, 2002
3:17 pm
9642
I would have thought that but last year, they moved our sites (about a dozen of them) from one server to another and didn't have to go through that. Let me...
jschlosser@...
jojo_super77
Offline Send Email
Sep 3, 2002
3:20 pm
9643
Fala conterrâneo você pode obter assim : <cfmail param file="d:\teste\cd\teste.txt"> <cfmail param file="d:\teste\cd\teste1.txt"> Jefferson Petilo Via...
Jefferson Petilo
pheromonius_...
Offline Send Email
Sep 3, 2002
4:11 pm
9644
Thanks for all of you... It worked fine! Hugs Mmagno...
Marcelo Magno
mmagno2001
Offline Send Email
Sep 3, 2002
4:16 pm
9645
Hi Jim, You need to have Crystal Report installed also. You should also take note what version of Crystal Report you are using since, I am not sure, if Crystal...
Miguel Signo
miguelsigno
Offline Send Email
Sep 3, 2002
5:04 pm
Messages 9616 - 9645 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