RE: What Does OT Stand For?

2001-01-12 Thread Eric Fickes

Outta Touch

-Original Message-
From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 12, 2001 10:32 AM
To: CF-Talk
Subject: What Does OT Stand For?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfif : Okay within cfinput tag?

2001-01-05 Thread Eric Fickes

Give this a shot.  You can use IIf in a tag instead of CFIF.  There are
several ways to do this, but I think this is the closest to your original
email.

E

cfinput type = "Radio" name = "language" checked="#IIf(variablefromdb IS
"english",DE('Yes'),DE('NO'))#"


-Original Message-
From: Brendan Avery [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 05, 2001 5:31 PM
To: CF-Talk
Subject: Re: cfif : Okay within cfinput tag?


not okay.  you can't nest tag brackets within CFML, ever.

At 05:20 PM 1/5/2001 -0500, you wrote:
I've got a cfform with a couple cfinput type = "Radio" tags in it. I'm
trying to put a cfif statement within the cfinput type = "Radio" tag
but
I keep getting an error. I'm not sure if my syntax is wrong or whether this
is just not allowed. The code is along the lines of:

cfinput type = "Radio" name = "language" cfif variablefromdb is
'english'
checked = "Yes"/cfif 

The error always references the opening left caret (  ) that begins the
cfif statement. It seems like you should certainly be able to use cfif
conditions inside cfinput tags but I can't get it working. When I take
out
the cfif statements, it works fine.

Thanks for help.

Paul Sinclair




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



!-#include file=cfFile.cfm -

2001-01-04 Thread Eric Fickes

Hello all,

Has anyone ever included a cfm file inside of a .html file?  I've got an
HTML page that I would like to include a small CF page inside of and I can't
seem to get it to work.  I've tried the following

!-#include file="cfFile.cfm" -

!-#include virtual="cfFile.cfm" -

and neither seem to do anything.  Any ideas?

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Registering a COM object without installing VB Studio

2001-01-03 Thread Eric Fickes

If you goto the run window, type regsvr32 and click OK, you will see a
listing of all of your options.

E

-Original Message-
From: Aidan Whitehall [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 03, 2001 11:32 AM
To: CF-Talk
Subject: RE: Registering a COM object without installing VB Studio


 Start-Run-
 regsvr32 full_path_to_dll

Thanks for the answers.



-- 
Aidan Whitehall [EMAIL PROTECTED]
Netshopper UK Ltd
Advanced Web Solutions  Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: changing or masking the .cfm extension

2001-01-03 Thread Eric Fickes

Off the top of my head I know that you can set a .cfm to act as your
default.htm page in your virtual directories.  In IIS5 you'd set it up this
way.

1.Computer Management
2.Services and Applications
3.Right click Internet Information Services / Properties
4.Select WWW Service from Master Properties
5.Click Edit
6.Goto Documents Tab
7.Here is where you set the possible default documents.

HTH

E

-Original Message-
From: Greg Wolfinger [mailto:[EMAIL PROTECTED]]

Hey Guys:

I has asked this before and somehow lost it.  I was wondering how you can
change the .cfm extension (running IIS4/5) so that the cf server would parse
..html extensions or .whatever extensions.  Also, I was wondering how to mask
the extension all together so that a file looks like index, instead of
index.cfm.

--Greg
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



wrap results in a table

2001-01-02 Thread Eric Fickes

Hello all,

I was wondering if anybody knows of any way to wrap results list in a table?
For the windows users, when you drop to a command prompt and use dir /w, it
wraps the columns like I'd like to do.  I'm sure there's a way to do a long
drawn out script that compares the query.CurrentRow and manually wraps, but
I was hoping for possibly an easy solution.

E

~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free 
Setup from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support 
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: The +.htr bug strikes again

2000-12-21 Thread Eric Fickes

So you're wanting everybody to take advantage of Hasbro's mistake before
they can fix it?

E+htr

-Original Message-
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]

Check out Hasbro Interactive.  They run entirely CF and haven't patched the
+.htr bug yet.  I alerted them to this fact.

Kevin Schmidt, Web Technology Manager
Allaire Certified Cold Fusion Developer
pwb inc.
integrated marketing communications
350 S. Main St., Suite 350
Ann Arbor, MI 48104
734.995.5000 (tel)
734.995.5002 (fax)
www.pwb.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Cool CF site - webos.org

2000-12-20 Thread Eric Fickes

Great, even you missed the point.  I was hoping with all of the CF_expertise
on this list, someone, maybe somebody who had worked on that site would be
listening.  I know that CF was not used to create all the effects that I
think is "cool".  Forget I even mentioned this.

-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 19, 2000 2:24 PM
To: CF-Talk
Subject: Re: Cool CF site - webos.org


Well, actually, if you read my post from 4:48 PM Eastern Time, yesterday ...

--- snip ---
I would imagine all the cool effects are done using a boat load of
JS/Java/DHTML more than CF, since CF really isn't made for that sort of
thing.
--- snip ---

;)

Todd Ashworth

- Original Message -----
From: "Eric Fickes" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, December 19, 2000 1:44 PM
Subject: RE: Cool CF site - webos.org


| Thank you Todd.  You are the ONLY one in this thread who even came close
to
| understanding what I was talking about.  What is "cool" about this site is
| what Todd said, a desktop in a web page.  Icons, draggable, windows within
a
| main window, blah blah blah.  If you actually use the site you, you MAY,
| possibly, understand what I was talking about.
|
| The reason I posted this question is because I noticed CF was used for
| portions of this page.  What I was hoping, was that someone on this list
| either a) worked on this site, b) knew someone who does/did work on this
| site, or even c) know's how they did this.
|
| Since the original post, I have done much research on MSDN and it appears
to
| be IFRAMES, HTCs, DHTML, and some JavaScript.  I'm still pretty much in
the
| dark, but I'm getting closer to the end of the tunnel, no thanks to this
| list.
|
| Don't get me wrong, this list is my only real source for help on CF, but
| this time my help was MSDN, not the list.  If you guys want to continue to
| talk about something that is not related to this post, start a new thread
| because I'd like to close this thread.
|
| I'm going to go take a breather.
|
| E
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Cool CF site - webos.org

2000-12-20 Thread Eric Fickes

I must have misworded my original question because nobody got it.  The only
reason that I "freaked on the group" is because all too often this group
will take a thread and take it way OT instead of just ending and starting a
new one.  webos is done with HTCs, DHTML, IFRAMES, CF, and JS, maybe more.
That's the answer I was looking for monday.  Instead of getting that
response, I received a days worth of email from people talking about this
site being "vanilla", and the infamous "HTR bug".  This isn't the only time
this has happened, but since it was my post, I "freaked".

E

-Original Message-
From: Jon Gage [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 20, 2000 10:50 AM
To: CF-Talk
Subject: RE: Cool CF site - webos.org


Eric,

You asked what was used to develop it, and Todd told you on Monday.

Yes it's a cool website, but don't freak on the group.

 -Original Message-
 From: Eric Fickes [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 20, 2000 10:43 AM
 To: CF-Talk
 Subject: RE: Cool CF site - webos.org


 Great, even you missed the point.  I was hoping with all of the
 CF_expertise
 on this list, someone, maybe somebody who had worked on that site would be
 listening.  I know that CF was not used to create all the effects that I
 think is "cool".  Forget I even mentioned this.

 -Original Message-
 From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, December 19, 2000 2:24 PM
 To: CF-Talk
 Subject: Re: Cool CF site - webos.org


 Well, actually, if you read my post from 4:48 PM Eastern Time,
 yesterday ...

 --- snip ---
 I would imagine all the cool effects are done using a boat load of
 JS/Java/DHTML more than CF, since CF really isn't made for that sort of
 thing.
 --- snip ---

 ;)

 Todd Ashworth

 - Original Message -
 From: "Eric Fickes" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Tuesday, December 19, 2000 1:44 PM
 Subject: RE: Cool CF site - webos.org


 | Thank you Todd.  You are the ONLY one in this thread who even came close
 to
 | understanding what I was talking about.  What is "cool" about
 this site is
 | what Todd said, a desktop in a web page.  Icons, draggable,
 windows within
 a
 | main window, blah blah blah.  If you actually use the site you, you MAY,
 | possibly, understand what I was talking about.
 |
 | The reason I posted this question is because I noticed CF was used for
 | portions of this page.  What I was hoping, was that someone on this list
 | either a) worked on this site, b) knew someone who does/did work on this
 | site, or even c) know's how they did this.
 |
 | Since the original post, I have done much research on MSDN and
 it appears
 to
 | be IFRAMES, HTCs, DHTML, and some JavaScript.  I'm still pretty much in
 the
 | dark, but I'm getting closer to the end of the tunnel, no thanks to this
 | list.
 |
 | Don't get me wrong, this list is my only real source for help on CF, but
 | this time my help was MSDN, not the list.  If you guys want to
 continue to
 | talk about something that is not related to this post, start a
 new thread
 | because I'd like to close this thread.
 |
 | I'm going to go take a breather.
 |
 | E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Cool CF site - webos.org

2000-12-19 Thread Eric Fickes

Thank you Todd.  You are the ONLY one in this thread who even came close to
understanding what I was talking about.  What is "cool" about this site is
what Todd said, a desktop in a web page.  Icons, draggable, windows within a
main window, blah blah blah.  If you actually use the site you, you MAY,
possibly, understand what I was talking about.

The reason I posted this question is because I noticed CF was used for
portions of this page.  What I was hoping, was that someone on this list
either a) worked on this site, b) knew someone who does/did work on this
site, or even c) know's how they did this.

Since the original post, I have done much research on MSDN and it appears to
be IFRAMES, HTCs, DHTML, and some JavaScript.  I'm still pretty much in the
dark, but I'm getting closer to the end of the tunnel, no thanks to this
list.

Don't get me wrong, this list is my only real source for help on CF, but
this time my help was MSDN, not the list.  If you guys want to continue to
talk about something that is not related to this post, start a new thread
because I'd like to close this thread.

I'm going to go take a breather.

E

-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]

The cool part is how they use javascript/java/dhtml/whatever to emulate a
desktop environment.  You have to go to their products and sign up for a
demo.  It looks sort-of like a cross between a KDE, Mac and BeOS.  It is
pretty slick, though It's a little too slow for mainstream use, IMO.

Todd Ashworth


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Cool CF site - webos.org

2000-12-18 Thread Eric Fickes

Hello all,

I was wondering if any of you have seen/used www.webos.org yet?  I noticed
that it's using CF, so I was hoping that some of you may have an answer to
my question.  WebOs emulates a desktop, and pops up windows within one large
parent window.  I would love to do this on my inhouse site for navigation
and was wondering if any of you knew how to do this.

E


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Loooooong delay in postings ????

2000-12-15 Thread Eric Fickes

Join the club

E

-Original Message-
From: Dru Whitledge [mailto:[EMAIL PROTECTED]]

I seem to be experiencing a very long delay in having my postings appear.

Dru


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Name are Intranet !!

2000-12-15 Thread Eric Fickes

How about:  putdownthepipeandgetbacktowork


-Original Message-
From: Scott Wood [mailto:[EMAIL PROTECTED]]

yea how bout:  shabbaduwabbaweezulabbainmyhabaa

We named ours: zooylooyinashoebutitstinksinhere

We've had nothing but good times with our name, it has really helped to
shape our business and coding skills..

Hope that helps.

G. Scott Wood


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFPARAM or CFSET

2000-12-15 Thread Eric Fickes

Could anybody school me in the difference between using CFPARAM and CFSET.
I see CFPARAM all the time, but the little documentation that I've seen
about CFPARAM makes it sound just like CFSET.

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MS Exchange

2000-12-10 Thread Eric Fickes

Hello Daryl,

I haven't had extensive experience integrating w/EXCH (yet), but I have used
CFLDAP to query the recipients container to get an address list.  What
exactly are you looking to accomplish?

Eric 

-Original Message-
From: Daryl Fullerton [mailto:[EMAIL PROTECTED]]
Sent: Sunday, December 10, 2000 11:04 AM
To: CF-Talk
Subject: MS Exchange


Hi all,

I am a great fan of www.cfcomet.com but the site lacks resourses on MS
Exchange integration.

I am wondering if anyone out there has any experiences in integrating
Exchange 5.5 or 2000 with CF.

Any experiences even small would be greatly appreciated.

Thanks

D

Daryl Fullerton,
Managing Partner,
BizNet Solutions,
Allaire Premier Partner (Ireland)
133 - 137 Lisburn Road
Belfast
BT9 7AG
N.Ireland

Direct +44 (0) 28 9022 7888
Tel  +44 (0) 028 9022 3224
Fax +44 (0) 028 9022 3223


[EMAIL PROTECTED]
Http://www.BizNet-Solutions.com

[EMAIL PROTECTED] (Chairman)
Http://www.cfug.ie The Irish Cold Fusion User Group
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF - to - UNIX

2000-12-10 Thread Eric Fickes

Thanks for the input.  My coworker was actually going to use awk but for
some reason it wouldn't work.  As it turns out, the problem was with the
customer's data and he was able to explain why it was a problem and they
fixed it.  Thank you for all the respsonses.

E

-Original Message-
From: Larry W. Virden [mailto:[EMAIL PROTECTED]]
Sent: Sunday, December 10, 2000 7:32 AM
To: CF-Talk
Subject: Re: CF - to - UNIX


Re: manipulating csv files

Several people have mentioned Perl.  Just wanted to make sure you knew that
most of the code for manipulating csv files is already written and available
for free use on http://www.cpan.org/ .  Just search there to find it.

Also, if the coworker doesn't want to worry over building and supporting
a huge package like perl, most of what they will want to do can be done
via ksh and awk, which come on every Unix system I've ever seen.
-- 
Never apply a Star Trek solution to a Babylon 5 problem.
Larry W. Virden mailto:[EMAIL PROTECTED] URL:
http://www.purl.org/NET/lvirden/
Even if explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
--
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFERROR - anything else?

2000-12-09 Thread Eric Fickes

Hello all,

Got a CFERROR/troubleshooting question for you.  Besides using the CFERROR
tag in conjunction with an error.cfm containing

#Error.diagnostics#
#Error.MailTo#
#Error.DateTime##Error.Browser#
#Error.GeneratedContent#
#Error.RemoteAddress#
#Error.HTTPReferer#
#Error.Template#
#Error.QueryString#

Are there any other ways of capturing CFserver errors, and formatting them
the way you want?

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Format(GetTicketCount)

2000-12-09 Thread Eric Fickes

Hello,

I'm using GetTickCount to monitor page execution times and I'm having a
problem formatting the returned number.  I'm assuming this number is in
milliseconds.  I can't seem to figure out how to do this using TimeFormat(),
LSParseDateTime(), or DateTimeFormat().

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Mail Distribution Loop Error

2000-12-08 Thread Eric Fickes

I had the same issue twice this week.

E

-Original Message-
From: Lee Surma [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 07, 2000 11:17 AM
To: CF-Talk
Subject: Mail Distribution Loop Error


Our email server is bouncing some CF Emails with the following error:

07-Dec-2000 10:09:37 -0600 Distribution loop detected


It almost looks as if CF is sending the same message twice. Any ideas?

_
Lee Surma
Public Radio International
[EMAIL PROTECTED]
612-330-9223
_
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Read client text file from web server

2000-12-08 Thread Eric Fickes

Hello all,

I am creating a log analyzer cfm page for an internal db application, and
I've got a question about cf pages reading files.  When I view the page
locally, I am able to read the log files just fine as is when I use input
tyep="file".  However, when I uploaded this page to my web server, or when
I asked somebody to test my page, it didn't work because the log file they
specified is not physically located on my machine.  This makes sense to me.
So to get around this, I have the page do a file upload to a temp dir, and
then read the file from the temp dir.  All is well.  And now for my
question.

Is there any way for me to make a CF page that will read a user specified
file without having to upload it to the server 1st?

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Get all page variables

2000-12-07 Thread Eric Fickes

Hello,

Is there a way to get a list of all active variables on a page?  I seem to
remember when playing around with debugging, that it showed all of the
current variables, but I can't remember if I ever figured out how to show
them all.

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfscript rules of thumb

2000-12-07 Thread Eric Fickes

Ok, I went ahead and have started using CFSCRIPT and I'm loving it so far.
I was wondering if anybody could give me some CFSCRIPT tips, rule of thumb,
best practice type advice.  I've got alot of old code that I want to go back
and trim up, but I want to make sure that I use CFSCRIPT in the best place,
and take advantage of it.

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



IncrementValue() or #counter# + 1

2000-12-06 Thread Eric Fickes

Hello,

Got a counter question for you.  Which do you all think is better/faster?

cfset ctr = "#IncrementValue(ctr)#"

or

cfset ctr = #ctr# + 1

I use this code as a counter in my loops and I just learned about
IncrementValue() a few weeks ago and thought about starting to use it but
didn't know if there was any benefit in using it over VAR + 1.

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFSCRIPT

2000-12-06 Thread Eric Fickes

Hello,

I was wondering if anybody knew of any good tutorials/documentation on using
CFSCRIPT.  What you can and can't do.  I've seen many examples of CFSCRIPT
but I still don't feel comfortable enough to take advantage of it, but I
would like to.

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



List w/ delims

2000-12-06 Thread Eric Fickes

Got a List question for you.

I've got a text file that I need to parse and it's " delimited list, in a
way.  The list format is this.

"Full Name" "Email Address" "Group List" "Login Name"
"Demo user for startup" "" " 1;" "Demo" 

I was hoping to somehow use " " as a delimeter, but that's not working.
When I do that it takes out the spaces in the column names. I'd like to take

"Full Name" "Email Address" "Group List" "Login Name"

and turn it into

Full Name,Email Address,Group List,Login Name

Any ideas?

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



LDAP and CF

2000-12-05 Thread Eric Fickes

Since we're on the topic of LDAP and CF.  Does anybody have, or know where I
can find some good documentation on the topic of using LDAP with CF?  I have
yet to see any good documentation/implementation of CFLDAP besides a sample
query of ldap.bigfoot.com.  I've been asked to document the work I'm doing
with CF and Exchange, but I was wondering if there is already any examples
available.  If not I suppose I should start writing this stuff down at some
point.

E

-Original Message-
From: Marc Schipperheyn [mailto:[EMAIL PROTECTED]]

I'm interested in the way you can use the (LDAP)-logon information a user


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Big companies using CF

2000-12-05 Thread Eric Fickes

BMW uses it.  http://www.bmwusa.com  Takes you to
http://www.bmwusa.com/start.cfm

They're kind of big. (in a sarcastic tone)

E


-Original Message-
From: Richard Ramos [mailto:[EMAIL PROTECTED]]

Matrox uses CF.

Richard Ramos
Network Administrator
Softitler Net, Inc.
www.softitler.com
[EMAIL PROTECTED]

- Original Message -
From: [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, December 05, 2000 8:09 AM
Subject: Re: Big companies using CF


 Joe,

 You did say "new IT Director". My suggestion is to learn to "LOVE" ASP or
 find a new job.
 Pointing out to your new boss the errors in his thinking will will be
about
 as logical as the current presidential political arguments.

 :o))
 Jeff Craig




 - Original Message -
 From: "Joe Sheble aka Wizaerd" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Tuesday, December 05, 2000 8:00 AM
 Subject: Re: Big companies using CF


  having worked for onvia.com (their newly aquired phoenix office) I
 wouldn't
  offer them as being a good or even efficient example of CF usage...
 
  - Original Message -
  From: "Michael She" [EMAIL PROTECTED]
  To: "CF-Talk" [EMAIL PROTECTED]
  Sent: Tuesday, December 05, 2000 5:59 AM
  Subject: Re: Big companies using CF
 
 
   onvia.com and even Hewlett Packard uses it for their site.
  
  
   At 07:18 PM 12/04/00 -0700, Joe Sheble aka Wizaerd you wrote:
  
   I know this is probably one of those discussions that turn up all the
  time
   on a mailing list such as this, and I apologize for bringing it up.
I
  have
   a new IT Director starting at my company in the very near future
who's
 a
  big
   Microsoft fan, and thinks there's nothing better than ASP and/or C#
  (which I
   believe hasn't even been released yet, no?).
   
   When I told him that CF has been around for a long time, and some
 really
  big
   companies use it, he doubted it.  I told him Amazon.com was using it
 (was
  I
   right about this?).
   
   So anyway, I've agreed to compile a list of some of the bigger well
 known
   internet comapnies using it, and would like some assistance.  What
big
  time
   comapnies are using CF for their pages?
   
   thanx...
   
   Joseph E. Sheble
   a.k.a. Wizaerd
   Wizaerd's Realm
   Canvas, 3D, Graphics,
   ColdFusion, PHP, and mySQL
   http://www.wizaerd.com
   =
   
   
   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



What is xCFOUTPUT?

2000-12-05 Thread Eric Fickes

Hello all,

I was viewing the source on Ben Forta's site and saw the following code:

xCFOUTPUT
...code...
/xCFOUTPUT

If xCFOUTPUT just a way to comment out the CFOUTPUT tag, or is this
another version of CFOUTPUT that I'm not aware of?

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Kawa

2000-12-05 Thread Eric Fickes

Hello,

I was browsing Allaire's download site and I saw something called Kawa.
What is Kawa?

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



count a value from string

2000-12-03 Thread Eric Fickes

Hello all,

I'm trying to count the number of occurences of a particular word in a block
of text and I can't seem to figure out how to do this.  Here's my code.

!--- Read the def file into variable def ---
cffile action="read" file="#logFile#" variable="def"
begin schema : #ListValueCount(def, "begin schema", Chr(10))#

I've got a cf page that reads a def file into a variable then parses it out
into a more readable format.  Previously I had no problems treating the
variable #def# as a list using #Chr(13)# as my list delimiters, but now I
can't seem to treat it as a list in this function.  Any ideas?

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Web Templates

2000-12-02 Thread Eric Fickes

I realize that this is way cheesy, and against my religion, but you could
install FrontPage (forgive me) and browse through it's web templates.  I
remember actually kind of liking one template which was kind of a computer
theme with the cliche-binary background.  Just a suggestion.

E

-Original Message-
   Anyone know of some websites that have some nice looking 
 web templates I
 can snag. Need to design a site and I am none too good at the graphics
 portion.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



list slow??

2000-12-02 Thread Eric Fickes

Hello all,

Got a question about CFTALK.  It seems to me that this list is kind of slow.
I will post messages in the morning (10am EST) and won't typically see them
until 4 hours later at the earliest.  Does everybody have this problem?

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: list slow??

2000-12-02 Thread Eric Fickes

well now it came through just about right away.  It's probably my mail
server.

E

-Original Message-
From: Eric Fickes [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 02, 2000 10:13 PM
To: CF-Talk
Subject: list slow??


Hello all,

Got a question about CFTALK.  It seems to me that this list is kind of slow.
I will post messages in the morning (10am EST) and won't typically see them
until 4 hours later at the earliest.  Does everybody have this problem?

E
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Web Templates

2000-12-02 Thread Eric Fickes

Yes I know.  Please forgive me.

E

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

Wow, I haven't seen that word for a long long time "FrontPage"

haha


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



GetMetricData( SAY WHAT??? )

2000-12-02 Thread Eric Fickes

Hello all,

I'm trying to use GetMetricData( "" ) on a win2k server, but I can't seem to
figure out what I need to put between the quotes.  I"ve tried System
Monitor, plus the names of several counters and I don't know what else to
try.  Any ideas?

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: GetMetricData( SAY WHAT??? )

2000-12-02 Thread Eric Fickes

I got it to work using CFSET pmData = GetMetricData("perf_MONITOR") 

Now I wonder.  It's not showing any data and I was wondering a couple of
things.
1.Does the server have to be running perfmon?
2.Can I tell this to get stats for a specific counter?

I'm looking to get statistics for a specific process on my server, but I
can't tell what's what.

E

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 02, 2000 10:44 PM
To: CF-Talk
Subject: Re: GetMetricData( "SAY WHAT???" )


Hey buddy,  try this

GetMetricData(PerfMonitor)

Kev
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFFILE Action=READ -- MAX file size?

2000-12-02 Thread Eric Fickes

Hello all,

I was wondering if anybody knew the max file size that CFSERVER can read
using CFILE Action=READ.  I have a CF log reader page and a coworker came to
me with a 270m log file.  I tried and tried to get my page to read it but I
never could.  Any ideas?  Oh yeah, does anybody have any CF suggestions for
working with log files that are ridiculously large like 270mb?

Eric

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT: Who's hacking around ???

2000-12-02 Thread Eric Fickes

While you're searching, go checkout http://ftpsearch.lycos.com and see what
you can find out.  If nothing else, you'll now have a good FTP search
engine.

E

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

Actually Brian

The Sysmng.exe is a trojan virus my friend
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFLDAP question

2000-12-01 Thread Eric Fickes

Yes and no.  Invalid Credentials can mean wrong user/pswd, or it could mean
correct user/pswd but wrong permissions.  What kind of server are you trying
to access?

E

-Original Message-
From: S R [mailto:[EMAIL PROTECTED]]


I'm trying to connect to an LDAP server and I keep getting an 'invalid 
credentials' error. Does this mean I am using the wrong username and 
password to authenticate?


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



query.ColumnList - table.columnList???

2000-12-01 Thread Eric Fickes

Hello all,

I was wondering if anybody knew of a quick and easy way to retrieve a list
of columns from a specific table.

Currently here are the two methods that I've used.
1.cfquery name=qryselect * from table/cfquery #qry.ColumnList#
This is the first method that I used, then I realized that I shouldn't
really do a select * just to get a column list so I went to method 2.

2.cfquery name=meth2select count(*) where 1=2/cfquery#meth2.ColumnList#
I'd like to think that this query is faster because it counts* instead of
selecting* but I don't know for sure which is faster.  I just figured that
the record set is larger in number 1 so this one should theoretically be
faster.

Does anybody know of a faster method?

Eric

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: query.ColumnList - table.columnList???

2000-12-01 Thread Eric Fickes

Mark, this code is great!!!  I had a coworker give me similar sp.{something}
code and it returned way too much information for what I was looking for.
In my situation I was only looking to find out the name and number of
columns in a table.  I use this on a SQL data viewer page that allows non
SQL users to view sql data all through a web page (select your table, select
your columns, show my the money).  With the code you gave me, I can now
expand the functionality of my page for more advanced users and display
properties of my columns, instead of only data.  I've had several requests
for me to add the ability to specify query criteria to the data viewer so
that it doesn't pull all the data back, and now I can use your code to
verify the search criteria before running the query.  Thank you so much for
the response.

Eric

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

Eric,

I find, if you're using MS SQL 6.5 or 7, that the sp_columnlist works well.

Here's an example from one of my CF pages, tho I haven't tested it in a
while.

 CFSET TableName = #TableName#
 CFSTOREDPROC PROCEDURE="sp_columns"  DATASOURCE="#DataSource#"
  CFPROCPARAM TYPE="In" CFSQLTYPE="CF_SQL_VARCHAR"
DBVARNAME="@table_name"
VALUE="#TableName#"
NULL="No"
  CFPROCRESULT NAME="First" RESULTSET="1"
 /CFSTOREDPROC

 TABLE
 CFOUTPUT QUERY="First"
  TRTD#Column_Name#/TD
TD#Type_Name#/TD
TD#Length#/TD
TD#Nullable#/TD
TD#Column_def#/TD
  /TR
 /CFOUTPUT



Mark

Mark Wimer, Bird Point Count Database
American Bird Conservancy, c/o
USGS-Patuxent Wildlife Research Center
12100 Beech Forest Road, Laurel, MD  20708-4038
Ph: 301-497-5596   Email: [EMAIL PROTECTED]


Hello all,

I was wondering if anybody knew of a quick and easy way to retrieve a list
of columns from a specific table.

Currently here are the two methods that I've used.
1.cfquery name=qryselect * from table/cfquery #qry.ColumnList#
This is the first method that I used, then I realized that I shouldn't
really do a select * just to get a column list so I went to method 2.

2.cfquery name=meth2select count(*) where 1=2/cfquery#meth2.ColumnList#
I'd like to think that this query is faster because it counts* instead of
selecting* but I don't know for sure which is faster.  I just figured that
the record set is larger in number 1 so this one should theoretically be
faster.

Does anybody know of a faster method?

Eric
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



GetTicketCount() - where and when

2000-12-01 Thread Eric Fickes

Hello all,

I'm trying to trim some fat off my code, and I came across GetTickCount()
and had a few questions after reading the definition from my CF book.

Definition:
Returns a millisecond clock counter that can be used for timing sections of
CFML code or any other aspects of page processing.

1.This counter is how long it took the CF server to parse the CF code.  EG,
execution time?
2.Is this for the entire page, or just for code contained in between
CFOUTPUT and /CFOUTPUT?

What I'd like to do is compare the execution time of some code and I was
thinking I could do this

cfoutput
CFCODE 1
Code1 Time: #GetTicketCount()
/cfoutput

cfoutput
CFCODE 2
Code2 Time: #GetTicketCount()
/cfoutput

Obviously I'd have to format the returned value, but is this what the
definition is saying?

E

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF admin problem

2000-12-01 Thread Eric Fickes

Hello all,

I was wondering, have any of you had the problem where you turn on "Show
variables" in the CF admin and the server never shows the variables when the
cf pages are loaded?  This is the first time I've had this happen and I
don't know what to do.  I've tried turning on everything under Debug
Settings, I have 127.0.0.1 in the "Restrict debug output to selected IP
addresses" box, I've restarted my browsers (IE and NS), and the CF server,
but nothing seems to help.  Any ideas?  The only thing that I've done
recently was I reinstalled CFserver this morning.  I had some IIS problems
so I removed and reinstalled that, and then IIS didn't know what to do with
..cfm pages.  After reinstalling CF Server I was back on track, but I wonder
if all of the reinstalls have anything to do with the problem I"m having.

Eric

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: (rhetoric) The evil one talks

2000-12-01 Thread Eric Fickes

This post is not aimed at everyone, but it's more of a rhetorical question
with intent of killing a budding OT thread.

With all of the specialized discussion/mailing lists out there (such as
CFtalk), why is it so hard for people to not talk specifically about the
topic at hand?  Isn't that topic the reason you sign up for this sort of
group?  I personally signed up for CFtalk because I only have one person
that I can discuss CF with, and unfortunately it's all through email because
we live in different parts of the country.  So my real resource is you all.
Thank you all for your time, and thank you all for being my best Cold Fusion
resource.

Eric

Sorry for continuing the OT but it's the end of the week and after all the
OT talk this week I felt like I should add my 2cents

-Original Message-
From: Cary Gordon [mailto:[EMAIL PROTECTED]]

There is an argument to be made for empiricism over structure.

Recalling Justice Potter Stewart's remark in the 1964 Jacobellis v. Ohio 
Supreme Court ruling limiting censorship, "I know it when I see it.", I 
think that it is not an extraordinary abuse of power for the list owner to 
decide without written policy what is and is not off topic.

After all, perhaps Allaire is counting on the aliens to bring critical 
elements of Pharoah with them...


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



funky COM problem

2000-11-27 Thread Eric Fickes

Hello all,

I've got a cfm page that is getting data from a COM object and I'm having a
weird problem.  I have to log into a server to receive the data back from
the object, and when I do this I get the following error message.

Error Diagnostic Information
unknown exception condition
unknown error while executing a tag.

Now, I get this message, and if I keep hitting refresh on my browser (IE),
eventually the data will come back and display all of the data.  Does
anybody have any ideas as to why this might happen?  The programmer in the
office thinks that the object I'm using may not be a true COM object and
more of just an automation object.  I don't know enough about COM to know if
there is a difference or not.  Any ideas?

E
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Query/Update Public Folder data via LDAP

2000-11-27 Thread Eric Fickes

Hello all,

I've been working on querying my Exchange server using CFLDAP for a few
weeks now and I'm able to query the recipients container, and a few other
parts of the directory, but I can't seem to figure out how to query the
Public Folders.  Has anybody out there done this before?  I think that it
has to be possible because under the DS Site Configuration Properties /
Attributes Tab it gives a list of attributes allowed for specific queries
(anon, authenticated, etc) and Public Folders is one of the sources in the
"Show attributes for" box.

Eric
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF COM site

2000-11-22 Thread Eric Fickes

Hello all,

For those who haven't already seen this site, check it out.  Especially is
you use or have tries to use COM objects with CF.

http://www.cfcomet.com/cfcomet/

I was going to post this link to the list a while back when someone was
talking about creating WORD documents from CF.  You can find out how at this
site, plus more.

Eric
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C054C9.763C0AE0
Content-Type: text/plain;
charset="iso-8859-1"

CHR(13) and CHR(10)

I can't remember which is which, but I believe one is line feed, and one is
break.

E

-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 22, 2000 3:50 PM
To: CF-Talk
Subject: RE: Use End of Line Char as Delimiter?


yes it is.  use the CHR() function
~Simon

 Simon Horwith
 Certified ColdFusion Developer
 Fig Leaf Software
 1400 16th St NW, # 220
 Washington DC 20036
 202.797.6570 (direct line)
 www.figleaf.com
 


-Original Message-
From: Jon Hall [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 22, 2000 2:40 PM
To: CF-Talk
Subject: Use End of Line Char as Delimiter?


Is it possible to use the end of line character as a delimiter in a list (I
beleive it is Ascii-20)? The I could read an entire text file into
The reason I ask is that I need to read a text file line by line, and it
would be much easier if I could get a line count as I am going.

jon



~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

--_=_NextPart_001_01C054C9.763C0AE0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12"
TITLERE: Use  End of Line Char as Delimiter?/TITLE
/HEAD
BODY

PFONT SIZE=3D2CHR(13) and CHR(10)/FONT
/P

PFONT SIZE=3D2I can't remember which is which, but I believe one is =
line feed, and one is break./FONT
/P

PFONT SIZE=3D2E/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Simon Horwith [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/F=
ONT
BRFONT SIZE=3D2Sent: Wednesday, November 22, 2000 3:50 PM/FONT
BRFONT SIZE=3D2To: CF-Talk/FONT
BRFONT SIZE=3D2Subject: RE: Use End of Line Char as =
Delimiter?/FONT
/P
BR

PFONT SIZE=3D2yes it is.nbsp; use the CHR() function/FONT
BRFONT SIZE=3D2~Simon/FONT
/P

PFONT SIZE=3D2gt; Simon Horwith/FONT
BRFONT SIZE=3D2gt; Certified ColdFusion Developer/FONT
BRFONT SIZE=3D2gt; Fig Leaf Software/FONT
BRFONT SIZE=3D2gt; 1400 16th St NW, # 220/FONT
BRFONT SIZE=3D2gt; Washington DC 20036/FONT
BRFONT SIZE=3D2gt; 202.797.6570 (direct line)/FONT
BRFONT SIZE=3D2gt; www.figleaf.com/FONT
BRFONT SIZE=3D2gt; /FONT
/P
BR

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Jon Hall [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FONT=

BRFONT SIZE=3D2Sent: Wednesday, November 22, 2000 2:40 PM/FONT
BRFONT SIZE=3D2To: CF-Talk/FONT
BRFONT SIZE=3D2Subject: Use End of Line Char as Delimiter?/FONT
/P
BR

PFONT SIZE=3D2Is it possible to use the end of line character as a =
delimiter in a list (I/FONT
BRFONT SIZE=3D2beleive it is Ascii-20)? The I could read an entire =
text file into/FONT
BRFONT SIZE=3D2The reason I ask is that I need to read a text file =
line by line, and it/FONT
BRFONT SIZE=3D2would be much easier if I could get a line count as =
I am going./FONT
/P

PFONT SIZE=3D2jon/FONT
/P
BR
BR

PFONT =
SIZE=3D2~~/FONT
BRFONT SIZE=3D2Structure your ColdFusion code with Fusebox. Get the =
official book at/FONT
BRFONT SIZE=3D2A =
HREF=3D"http://www.fusionauthority.com/bkinfo.cfm" =
TARGET=3D"_blank"http://www.fusionauthority.com/bkinfo.cfm/A/FONT
/P

PFONT SIZE=3D2Archives: A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank"http://www.mail-archive.com/cf-talk@houseoffusion.com/=
/A/FONT
BRFONT SIZE=3D2Unsubscribe: A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists" =
TARGET=3D"_blank"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
/A/FONT
BRFONT =
SIZE=3D2~~/FONT
BRFONT SIZE=3D2Structure your ColdFusion code with Fusebox. Get the =
official book at A HREF=3D"http://www.fusionauthority.com/bkinfo.cfm" =
TARGET=3D"_blank"http://www.fusionauthority.com/bkinfo.cfm/A/FONT
/P

PFONT SIZE=3D2Archives: A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank"http://www.mail-archive.com/cf-talk@houseoffusion.com/=
/A/FONT
BRFONT SIZE=3D2Unsubscribe: A =

query CF datasources

2000-11-21 Thread Eric Fickes

Hello all,

I was wondering, is there any way to query datasources?  I've got a
documentation page that runs against several different SQL servers and every
time I change a connection I have to modify a SELECT menu, and I'd love to
be able to make that SELECT menu dynamic.

Eric
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



update public folder data in Exchange via LDAP

2000-11-21 Thread Eric Fickes

Hello,

Has anyone out there ever used CFLDAP to update information in a Public
Folder on an MS Exchange server?

Eric
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Stucture help (from GetFunctionList)

2000-11-20 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C05308.88729560
Content-Type: text/plain;
charset="iso-8859-1"

The GetFunctionList() post got me thinking.  The output from that function
is a structure, right?  Well, here's my structure question.  I know that I
can use StructCount to find out the number of keys in a structure, but what
is I don't know what those keys are?  I'm a SOL?  Is there any way to
display a list the list of keys from a structure, kind of like doing a
query.ColumnList?  I know about the StructFind, but if I don't have any clue
what the keys would be this wouldn't really help unless I become a super
good guesser.

Eric

--_=_NextPart_001_01C05308.88729560
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLEStucture help (from GetFunctionList)/TITLE
/HEAD
BODY

PFONT SIZE=3D2The GetFunctionList() post got me thinking.nbsp; The =
output from that function is a structure, right?nbsp; Well, here's my =
structure question.nbsp; I know that I can use StructCount to find out =
the number of keys in a structure, but what is I don't know what those =
keys are?nbsp; I'm a SOL?nbsp; Is there any way to display a list the =
list of keys from a structure, kind of like doing a =
query.ColumnList?nbsp; I know about the StructFind, but if I don't =
have any clue what the keys would be this wouldn't really help unless I =
become a super good guesser./FONT/P

PFONT SIZE=3D2Eric/FONT
/P

/BODY
/HTML
--_=_NextPart_001_01C05308.88729560--
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



#var-iable# Am I S-O-L?

2000-11-20 Thread Eric Fickes

Hello all,

I may have posted this before, but can't remember.  Are CF variables with
hyphens a total no no?  I'm working with  LDAP and MS Exchange and I have a
whole lot of variables (attributes) that have hyphens in them and CF chokes
on them.  Is there any way to get around this

Eric
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: ODBC error

2000-11-20 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C05350.8DF0
Content-Type: text/plain;
charset="iso-8859-1"

If this is on windows, open up the ODBC admin, goto the connection
properties and Test the connection that way.

E

-Original Message-
From: thanh nguyen [mailto:[EMAIL PROTECTED]]

if anyone knows why this happened so strange, I checked everything seems to 
work fine, i can log in (using database table) the page, some how when i run

query it gives errors,  I verify the datasource in the cold fusion 
administration it looked OK
Please help


ODBC Error Code = 08001 (Unable to connect to data source)

--_=_NextPart_001_01C05350.8DF0
Content-Type: text/html;
charset="iso-8859-1"

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"
META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12"
TITLERE: ODBC error/TITLE
/HEAD
BODY

PFONT SIZE=2If this is on windows, open up the ODBC admin, goto the connection 
properties and Test the connection that way./FONT
/P

PFONT SIZE=2E/FONT
/P

PFONT SIZE=2-Original Message-/FONT
BRFONT SIZE=2From: thanh nguyen [A 
HREF="mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FONT
/P

PFONT SIZE=2if anyone knows why this happened so strange, I checked everything 
seems to /FONT
BRFONT SIZE=2work fine, i can log in (using database table) the page, some how 
when i run /FONT
BRFONT SIZE=2query it gives errors,nbsp; I verify the datasource in the cold 
fusion /FONT
BRFONT SIZE=2administration it looked OK/FONT
BRFONT SIZE=2Please help/FONT
/P
BR

PFONT SIZE=2ODBC Error Code = 08001 (Unable to connect to data source)/FONT
/P

/BODY
/HTML
--_=_NextPart_001_01C05350.8DF0--
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Hypen in Var-Iables

2000-11-09 Thread Eric Fickes

Hello all,

I'm using CFLDAP to query my exchanger server and I've got the following
exchange attributes.

Hide-From-Address-Book
Home-MTA
MAPI-Recipient

CF is choking on the hypens.  I've tried the following to no avail
HomeMTA
Home_MTA
[Home-MTA]
"Home-MTA"
(Home-MTA)

Has anybody found a solution to this problem?

E

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CFTree on runtime population...

2000-11-09 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C04A98.7BF5EFE0
Content-Type: text/plain;
charset="iso-8859-1"

Or he could use the tag I sent him.  I had a similar scenario where i needed
a tree object populated with data from a db, but didn't want to have to wait
forever for the page to be built.  What I did was make a custom tree tag
that shows all of the nodes right away, and then when the node is clicked,
the page is refreshed - runs the query specific to that node, then builds
the branchs our of the results list.  I sent a copy to Adam and will gladly
send it to anybody else who is interested in checking it out.

Eric in Atlanta

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 2:44 PM
To: CF-Talk
Cc: '[EMAIL PROTECTED]'
Subject: RE: CFTree on runtime population...


 Hello, I'm populating CFTree with data from a huge database. 
 My problem is that I don't want to do it all at once, just 
 because it takes too much time (I have to read all the data 
 from database). What I want to do is to read only the data 
 needed for a branch of tree that is populated at the moment.
 So I need kind of dynamic tree intead of static one. I'm not 
 sure if CFTree delivers such a functionality? As far as I 
 know it doesn't. Perhaps You know the solution? If not using 
 CFTree then maybe using other tree control? It's really 
 importand for me.

Unfortunately, CFTREE won't be able to do this. The way that CFTREE works is
that CF writes the data used by the tree to the page as a parameter to the
Java applet which gets instantiated on the client.

What you need is an applet that can receive data from somewhere other than
the page which creates it. If, for example, you find a tree that's
scriptable using JavaScript, you could build an interface which receives
chunks of data using a hidden frame or MS Remote Scripting, and passes those
chunks of data to the tree using JavaScript. Or, you could just build your
own using DHTML or modify existing DHTML tree scripts.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

--_=_NextPart_001_01C04A98.7BF5EFE0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: CFTree on runtime population.../TITLE
/HEAD
BODY

PFONT SIZE=3D2Or he could use the tag I sent him.nbsp; I had a =
similar scenario where i needed a tree object populated with data from =
a db, but didn't want to have to wait forever for the page to be =
built.nbsp; What I did was make a custom tree tag that shows all of =
the nodes right away, and then when the node is clicked, the page is =
refreshed - runs the query specific to that node, then builds the =
branchs our of the results list.nbsp; I sent a copy to Adam and will =
gladly send it to anybody else who is interested in checking it =
out./FONT/P

PFONT SIZE=3D2Eric in Atlanta/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Dave Watts [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FONT=

BRFONT SIZE=3D2Sent: Thursday, November 09, 2000 2:44 PM/FONT
BRFONT SIZE=3D2To: CF-Talk/FONT
BRFONT SIZE=3D2Cc: '[EMAIL PROTECTED]'/FONT
BRFONT SIZE=3D2Subject: RE: CFTree on runtime population.../FONT
/P
BR

PFONT SIZE=3D2gt; Hello, I'm populating CFTree with data from a =
huge database. /FONT
BRFONT SIZE=3D2gt; My problem is that I don't want to do it all at =
once, just /FONT
BRFONT SIZE=3D2gt; because it takes too much time (I have to read =
all the data /FONT
BRFONT SIZE=3D2gt; from database). What I want to do is to read =
only the data /FONT
BRFONT SIZE=3D2gt; needed for a branch of tree that is populated =
at the moment./FONT
BRFONT SIZE=3D2gt; So I need kind of dynamic tree intead of static =
one. I'm not /FONT
BRFONT SIZE=3D2gt; sure if CFTree delivers such a functionality? =
As far as I /FONT
BRFONT SIZE=3D2gt; know it doesn't. Perhaps You know the solution? =
If not using /FONT
BRFONT SIZE=3D2gt; CFTree then maybe using other tree control? =
It's really /FONT
BRFONT SIZE=3D2gt; importand for me./FONT
/P

PFONT SIZE=3D2Unfortunately, CFTREE won't be able to do this. The =
way that CFTREE works is/FONT
BRFONT SIZE=3D2that CF writes the data used by the tree to the page =
as a parameter to the/FONT
BRFONT SIZE=3D2Java applet which gets 

RE: Fannie-packs? (RE: fusebox)

2000-11-08 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C049A7.7788A830
Content-Type: text/plain;
charset="iso-8859-1"

cfset CurrentTopic = "Tangent"

cfif CurrentTopic IS "Interesting"
Keep responding
cfelse
And now for something completely different
/cfif

Just wanted to add my two cents.

E

-Original Message-
From: Len Conrad [mailto:[EMAIL PROTECTED]]


Round these parts a "fanny" is slang for a woman's frontal privates :-)

.au =  upside down AND backwards   :-)))

Len


http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  8.2.3 T6B for NT4  W2K
http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

--_=_NextPart_001_01C049A7.7788A830
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: Fannie-packs? (RE: fusebox)/TITLE
/HEAD
BODY

PFONT SIZE=3D2lt;cfset CurrentTopic =3D =
quot;Tangentquot;gt;/FONT
/P

PFONT SIZE=3D2lt;cfif CurrentTopic IS =
quot;Interestingquot;gt;/FONT
BRnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; FONT SIZE=3D2Keep =
responding/FONT
BRFONT SIZE=3D2lt;cfelsegt;/FONT
BRnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; FONT SIZE=3D2And now =
for something completely different/FONT
BRFONT SIZE=3D2lt;/cfifgt;/FONT
/P

PFONT SIZE=3D2Just wanted to add my two cents./FONT
/P

PFONT SIZE=3D2E/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Len Conrad [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]=
/FONT
/P
BR

PFONT SIZE=3D2gt;Round these parts a quot;fannyquot; is slang =
for a woman's frontal privates :-)/FONT
/P

PFONT SIZE=3D2.au =3Dnbsp; upside down AND backwardsnbsp;nbsp; =
:-)))/FONT
/P

PFONT SIZE=3D2Len/FONT
/P
BR

PFONT SIZE=3D2http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5 amp; =
8.2.3 T6B for NT4 amp; W2K/FONT
BRFONT SIZE=3D2http://IMGate.MEIway.com:nbsp; Build free, hi-perf, =
anti-spam mail gateways/FONT
/P

PFONT =
SIZE=3D2---=
-/FONT
BRFONT SIZE=3D2Archives: A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank"http://www.mail-archive.com/cf-talk@houseoffusion.com/=
/A/FONT
BRFONT SIZE=3D2Unsubscribe: A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists" =
TARGET=3D"_blank"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
/A or send a message with 'unsubscribe' in the body to =
[EMAIL PROTECTED]/FONT/P

/BODY
/HTML
--_=_NextPart_001_01C049A7.7788A830--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: HTML Question - Back button

2000-11-08 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C049AE.7A8EC790
Content-Type: text/plain;
charset="iso-8859-1"

See if adding this link will help.

a href="javascript:history.back()"Back/a

E

-Original Message-
From: Jamie Symonds [mailto:[EMAIL PROTECTED]]

I'm not sure how to go about solving this - I follow a link from the
page, and click the browser's "back" button to return to my page, and it
lands me dead in the middle, nowhere near the link that I had followed,
and my place is lost.  I could place A NAME=""'s in the HTML, but most
of the links are to others' pages.  As a last resort, I could chop the
page into several smaller pages.

http://www.stfx.ca/campus/service/academic_funding_and_research/

Any ideas would be great.  Thanks!
-Jamie




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

--_=_NextPart_001_01C049AE.7A8EC790
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: HTML Question - quot;Backquot; button/TITLE
/HEAD
BODY

PFONT SIZE=3D2See if adding this link will help./FONT
/P

PFONT SIZE=3D2lt;a =
href=3Dquot;javascript:history.back()quot;gt;Backlt;/agt;/FONT
/P

PFONT SIZE=3D2E/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Jamie Symonds [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FONT
/P

PFONT SIZE=3D2I'm not sure how to go about solving this - I follow =
a link from the/FONT
BRFONT SIZE=3D2page, and click the browser's quot;backquot; =
button to return to my page, and it/FONT
BRFONT SIZE=3D2lands me dead in the middle, nowhere near the link =
that I had followed,/FONT
BRFONT SIZE=3D2and my place is lost.nbsp; I could place lt;A =
NAME=3Dquot;quot;gt;'s in the HTML, but most/FONT
BRFONT SIZE=3D2of the links are to others' pages.nbsp; As a last =
resort, I could chop the/FONT
BRFONT SIZE=3D2page into several smaller pages./FONT
/P

PFONT SIZE=3D2A =
HREF=3D"http://www.stfx.ca/campus/service/academic_funding_and_research/=
" =
TARGET=3D"_blank"http://www.stfx.ca/campus/service/academic_funding_and=
_research//A/FONT
/P

PFONT SIZE=3D2Any ideas would be great.nbsp; Thanks!/FONT
BRFONT SIZE=3D2-Jamie/FONT
/P
BR

PFONT =
SIZE=3D2---=
-/FONT
BRFONT SIZE=3D2Archives: A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank"http://www.mail-archive.com/cf-talk@houseoffusion.com/=
/A/FONT
BRFONT SIZE=3D2Unsubscribe: A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists" =
TARGET=3D"_blank"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
/A or send a message with 'unsubscribe' in the body to =
[EMAIL PROTECTED]/FONT/P

/BODY
/HTML
--_=_NextPart_001_01C049AE.7A8EC790--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CFLDAP

2000-11-08 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C049B2.0C50
Content-Type: text/plain;
charset="iso-8859-1"

Yeah, I've seen all of this, but for some reason I feel as if I'm still
missing something.  If this is setup and enabled, does this automatically
connect to the main exchange db?  I was under the impression that I still
had to set up a directory for the LDAP to connect to.

E

-Original Message-
From: Jaime Garza [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 07, 2000 6:14 PM
To: CF-Talk
Subject: RE: CFLDAP


In Exchange 5.5, go to site/configuration/protocols and click properties on
LDAP.  It will tell you how to connect, ports, etc.  Of course it will let
you specify your login mechanisms.  Exchange will also let you override in a
per-server basis if that server supports LDAP and how.  Use
Site/configuration/servers/servername/protocols and there is LDAP waiting
for you.

You can select from clear text, clear text with SSL, NT Challenge/Response,
NT Challenge/Response with SSL and others.  If you have only test data in
your server, try setting clear text for your development phase.  I'll make
your life wy simpler.

Something I overlooked is that I have my Exchange in my Win2K Active
Directory primary server.  They both provided LDAP and it all came to work
when I moved the Exchange port different of 389.  I was in fact dealing with
Active Directory instead of Exchange!

Jaime/

 -Original Message-----
 From: Eric Fickes [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, November 07, 2000 8:55 AM
 To: CF-Talk
 Subject: RE: CFLDAP


 This message is in MIME format. Since your mail reader does not understand
 this format, some or all of this message may not be legible.

 --_=_NextPart_001_01C048DB.80F64CA0
 Content-Type: text/plain;
   charset="iso-8859-1"

 I'm pretty sure the answer is no, but since I don't know for certain I may
 be wrong.  I haven't seen anything mentioned about SSL or NTLM at
 all in any
 documentation.  In the Exchange Admin I can set what type of
 authentication
 I want, so that's not an issue.  Unfortunately I can't find any good
 documentation.  I'm sure it's something small that I'm overlooking, I just
 can't figure out what it is.

 E

 -Original Message-
 From: Steve Bernard [mailto:[EMAIL PROTECTED]]

 I know nothing about Exchange but, are you sure that MS' LDAP interface
 doesnt' either require SSL or use NTLM credentials? Have you tried
 monitoring network traffic between the two to see what's going
 on? What does
 the documentation say? And post the error if possible.

 Steve



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

--_=_NextPart_001_01C049B2.0C50
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: CFLDAP/TITLE
/HEAD
BODY

PFONT SIZE=3D2Yeah, I've seen all of this, but for some reason I =
feel as if I'm still missing something.nbsp; If this is setup and =
enabled, does this automatically connect to the main exchange db?nbsp; =
I was under the impression that I still had to set up a directory for =
the LDAP to connect to./FONT/P

PFONT SIZE=3D2E/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Jaime Garza [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FONT=

BRFONT SIZE=3D2Sent: Tuesday, November 07, 2000 6:14 PM/FONT
BRFONT SIZE=3D2To: CF-Talk/FONT
BRFONT SIZE=3D2Subject: RE: CFLDAP/FONT
/P
BR

PFONT SIZE=3D2In Exchange 5.5, go to site/configuration/protocols =
and click properties on/FONT
BRFONT SIZE=3D2LDAP.nbsp; It will tell you how to connect, ports, =
etc.nbsp; Of course it will let/FONT
BRFONT SIZE=3D2you specify your login mechanisms.nbsp; Exchange =
will also let you override in a/FONT
BRFONT SIZE=3D2per-server basis if that server supports LDAP and =
how.nbsp; Use/FONT
BRFONT SIZE=3D2Site/configuration/servers/servername/protocols and =
there is LDAP waiting/FONT
BRFONT SIZE=3D2for you./FONT
/P

PFONT SIZE=3D2You can select from clear text, clear text with SSL, =
NT Challenge/Response,/FONT
BRFONT SIZE=3D2NT Challenge/Response with SSL and others.nbsp; If =
you have only test data in/FONT
BRFONT SIZE=3D2your server, try setting clear text for your =
development phase.nbsp; I'll make/FONT
BRFONT SIZE=3D2your life wy simpler./FONT
/P

RE: COM objects

2000-11-08 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C049E6.BDE63900
Content-Type: text/plain;
charset="iso-8859-1"

Checkout http://www.microsoft.com/com/

E

-Original Message-
From: Robert M. Saxon, Jr. [mailto:[EMAIL PROTECTED]]

I have some experience writing programs in C++ and VB, but I don't have
experience writing COM objects.  I am looking for any recommendations of
books or other resources (web sites, etc.) that would help me learn how to
design COM objects, especially in a way that could augment web apps (using
CF) and databases (like SQL Server).

Thanks,

Rob



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

--_=_NextPart_001_01C049E6.BDE63900
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: COM objects/TITLE
/HEAD
BODY

PFONT SIZE=3D2Checkout A HREF=3D"http://www.microsoft.com/com/" =
TARGET=3D"_blank"http://www.microsoft.com/com//A/FONT
/P

PFONT SIZE=3D2E/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Robert M. Saxon, Jr. [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FON=
T
/P

PFONT SIZE=3D2I have some experience writing programs in C++ and =
VB, but I don't have/FONT
BRFONT SIZE=3D2experience writing COM objects.nbsp; I am looking =
for any recommendations of/FONT
BRFONT SIZE=3D2books or other resources (web sites, etc.) that =
would help me learn how to/FONT
BRFONT SIZE=3D2design COM objects, especially in a way that could =
augment web apps (using/FONT
BRFONT SIZE=3D2CF) and databases (like SQL Server)./FONT
/P

PFONT SIZE=3D2Thanks,/FONT
/P

PFONT SIZE=3D2Rob/FONT
/P

PFONT =
SIZE=3D2---=
-/FONT
BRFONT SIZE=3D2Archives: A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank"http://www.mail-archive.com/cf-talk@houseoffusion.com/=
/A/FONT
BRFONT SIZE=3D2Unsubscribe: A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists" =
TARGET=3D"_blank"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
/A or send a message with 'unsubscribe' in the body to =
[EMAIL PROTECTED]/FONT/P

/BODY
/HTML
--_=_NextPart_001_01C049E6.BDE63900--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Where is the cftalk listserv?

2000-11-08 Thread Eric Fickes

Does anybody know where the listserv for CFTALK is physically located?  Just
trying to figure out my email header mystery

E

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



CFLDAP and EXCHANGE

2000-11-07 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C04881.9B4B1730
Content-Type: text/plain;
charset="iso-8859-1"

Hello all,

anybody out there been successful using CFLDAP and MS Exchange 5.5?  I have
full access to my exchange server but can't seem to find anything helpful in
the Exch Admin, and my MasteringCF books don't into any detail about
Exchange.

Eric

--_=_NextPart_001_01C04881.9B4B1730
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLECFLDAP and EXCHANGE/TITLE
/HEAD
BODY

PFONT SIZE=3D2Hello all,/FONT
/P

PFONT SIZE=3D2anybody out there been successful using CFLDAP and MS =
Exchange 5.5?nbsp; I have full access to my exchange server but can't =
seem to find anything helpful in the Exch Admin, and my MasteringCF =
books don't into any detail about Exchange./FONT/P

PFONT SIZE=3D2Eric/FONT
/P

/BODY
/HTML
--_=_NextPart_001_01C04881.9B4B1730--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CFLDAP

2000-11-07 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C048DB.80F64CA0
Content-Type: text/plain;
charset="iso-8859-1"

I'm pretty sure the answer is no, but since I don't know for certain I may
be wrong.  I haven't seen anything mentioned about SSL or NTLM at all in any
documentation.  In the Exchange Admin I can set what type of authentication
I want, so that's not an issue.  Unfortunately I can't find any good
documentation.  I'm sure it's something small that I'm overlooking, I just
can't figure out what it is.

E

-Original Message-
From: Steve Bernard [mailto:[EMAIL PROTECTED]]

I know nothing about Exchange but, are you sure that MS' LDAP interface
doesnt' either require SSL or use NTLM credentials? Have you tried
monitoring network traffic between the two to see what's going on? What does
the documentation say? And post the error if possible.

Steve

--_=_NextPart_001_01C048DB.80F64CA0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: CFLDAP/TITLE
/HEAD
BODY

PFONT SIZE=3D2I'm pretty sure the answer is no, but since I don't =
know for certain I may be wrong.nbsp; I haven't seen anything =
mentioned about SSL or NTLM at all in any documentation.nbsp; In the =
Exchange Admin I can set what type of authentication I want, so that's =
not an issue.nbsp; Unfortunately I can't find any good =
documentation.nbsp; I'm sure it's something small that I'm =
overlooking, I just can't figure out what it is./FONT/P

PFONT SIZE=3D2E/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Steve Bernard [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FONT
/P

PFONT SIZE=3D2I know nothing about Exchange but, are you sure that =
MS' LDAP interface/FONT
BRFONT SIZE=3D2doesnt' either require SSL or use NTLM credentials? =
Have you tried/FONT
BRFONT SIZE=3D2monitoring network traffic between the two to see =
what's going on? What does/FONT
BRFONT SIZE=3D2the documentation say? And post the error if =
possible./FONT
/P

PFONT SIZE=3D2Steve/FONT
/P

/BODY
/HTML
--_=_NextPart_001_01C048DB.80F64CA0--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



html or plain text

2000-11-07 Thread Eric Fickes

testing my mail format.  For some reason OL sends plain text to everyone
else.

This is only a test

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



GetPosition from a list

2000-11-07 Thread Eric Fickes

Hello all,

Got a list/token question.  I've got a list that is made up of child and
parent.  I'm looping through this list, and I want to be able to get the
position of each item in the list.  I know that GetToken can be used to get
a value from a list in a certain position, but I want to find out what
position the value exists in the list

E

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



duplicate value, then set into variable

2000-11-07 Thread Eric Fickes

Hello all,

Got a variable/list question.  I have a variable that needs to a list
seperated by commas.  This list will contain only one word, child, and the
listLen will depend on the len of another list.

EG

#ListLen(1stList)# = 4

I need to be able to say

cfset variable = "child,child,child,child"

or

#ListLen(1stList)# = 1

I need to be able to say

cfset variable = "child"

I've tried figuring out how to do this w/a loop but I don't think that's
going to hack it.  Now I'm thinking of doing some sort of list replace
function, but I can't figure out which one I'd use.

E

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CFLDAP and EXCHANGE

2000-11-07 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C04908.6F0F6010
Content-Type: text/plain;
charset="iso-8859-1"

testing.  My email seems to keep sending a funky format

-Original Message-

Sent: Tuesday, November 07, 2000 11:17 AM
To: CF-Talk
Subject: RE: CFLDAP and EXCHANGE

--_=_NextPart_001_01C04908.6F0F6010
Content-Type: text/html;
charset="iso-8859-1"

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"
META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12"
TITLERE: CFLDAP and EXCHANGE/TITLE
/HEAD
BODY

PFONT SIZE=2testing.nbsp; My email seems to keep sending a funky format/FONT
/P

PFONT SIZE=2-Original Message-/FONT
/P

PFONT SIZE=2Sent: Tuesday, November 07, 2000 11:17 AM/FONT
BRFONT SIZE=2To: CF-Talk/FONT
BRFONT SIZE=2Subject: RE: CFLDAP and EXCHANGE/FONT
/P

/BODY
/HTML
--_=_NextPart_001_01C04908.6F0F6010--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CF 4.0.0 and CFHEADER

2000-11-06 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C04842.AA8C3FE0
Content-Type: text/plain;
charset="iso-8859-1"

test

-Original Message-
From: Steve Martin [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 06, 2000 12:57 PM
To: CF-Talk
Subject: RE: CF 4.0.0 and CFHEADER


You would use CFHEADER to return any custom headers you like. This includes
headers to tell proxy servers not to cache. Quite what 'optimum values'
means in terms of http headers I don't know.

Incidentally, are you _really_ going to deploy a site using CF4.0.0 bearing
in mind it officially contains bugs, hence the 4.01 release.

Steve

 -Original Message-
 From: Kay Smoljak [mailto:[EMAIL PROTECTED]]
 Sent: Monday, November 06, 2000 07:22
 To: CF-Talk
 Subject: CF 4.0.0 and CFHEADER


 Hi all,

 In CFWACK, the only mention of CFHEADER that I can find says "There is
 usually little need to use CFHEADER because ColdFusion sets the HTTP
 headers automatically to optimum values" (page 818).

 I'm close to deploying a fairly large site on a CF 4.0.0 server. Is this
 statement fairly accurate? Is there any point, for example, in
 specifying a
 CFHEADER "expires now" tag in my app cfm so that proxy servers don't cache
 dynamic pages?

 Thanks,
 Kay.
 __
 Kay Smoljak - HTML/ColdFusion Developer - PerthWeb Pty Ltd
 Internet Solutions for your business!

 Level 9/105 St George's Tc - Perth - Western Australia
 Ph: (08) 9226 1366 Fax: (08) 9226 1375 Mobile : 0419 949 007
 Visit Perth online! : www.perthweb.com.au

 --
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 or send a message with 'unsubscribe' in the body to
 [EMAIL PROTECTED]




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

--_=_NextPart_001_01C04842.AA8C3FE0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: CF 4.0.0 and CFHEADER/TITLE
/HEAD
BODY

PFONT SIZE=3D2test/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Steve Martin [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:steve.martin.=
[EMAIL PROTECTED]/A]/FONT
BRFONT SIZE=3D2Sent: Monday, November 06, 2000 12:57 PM/FONT
BRFONT SIZE=3D2To: CF-Talk/FONT
BRFONT SIZE=3D2Subject: RE: CF 4.0.0 and CFHEADER/FONT
/P
BR

PFONT SIZE=3D2You would use CFHEADER to return any custom headers =
you like. This includes/FONT
BRFONT SIZE=3D2headers to tell proxy servers not to cache. Quite =
what 'optimum values'/FONT
BRFONT SIZE=3D2means in terms of http headers I don't know./FONT
/P

PFONT SIZE=3D2Incidentally, are you _really_ going to deploy a site =
using CF4.0.0 bearing/FONT
BRFONT SIZE=3D2in mind it officially contains bugs, hence the 4.01 =
release./FONT
/P

PFONT SIZE=3D2Steve/FONT
/P

PFONT SIZE=3D2gt; -Original Message-/FONT
BRFONT SIZE=3D2gt; From: Kay Smoljak [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FON=
T
BRFONT SIZE=3D2gt; Sent: Monday, November 06, 2000 07:22/FONT
BRFONT SIZE=3D2gt; To: CF-Talk/FONT
BRFONT SIZE=3D2gt; Subject: CF 4.0.0 and CFHEADER/FONT
BRFONT SIZE=3D2gt;/FONT
BRFONT SIZE=3D2gt;/FONT
BRFONT SIZE=3D2gt; Hi all,/FONT
BRFONT SIZE=3D2gt;/FONT
BRFONT SIZE=3D2gt; In CFWACK, the only mention of CFHEADER that I =
can find says quot;There is/FONT
BRFONT SIZE=3D2gt; usually little need to use lt;CFHEADERgt; =
because ColdFusion sets the HTTP/FONT
BRFONT SIZE=3D2gt; headers automatically to optimum valuesquot; =
(page 818)./FONT
BRFONT SIZE=3D2gt;/FONT
BRFONT SIZE=3D2gt; I'm close to deploying a fairly large site on a =
CF 4.0.0 server. Is this/FONT
BRFONT SIZE=3D2gt; statement fairly accurate? Is there any point, =
for example, in/FONT
BRFONT SIZE=3D2gt; specifying a/FONT
BRFONT SIZE=3D2gt; CFHEADER quot;expires nowquot; tag in my app =
cfm so that proxy servers don't cache/FONT
BRFONT SIZE=3D2gt; dynamic pages?/FONT
BRFONT SIZE=3D2gt;/FONT
BRFONT SIZE=3D2gt; Thanks,/FONT
BRFONT SIZE=3D2gt; Kay./FONT
BRFONT SIZE=3D2gt; =
__/FONT
BRFONT SIZE=3D2gt; Kay Smoljak - HTML/ColdFusion Developer - =
PerthWeb Pty Ltd/FONT
BRFONT SIZE=3D2gt; Internet Solutions for your business!/FONT
BRFONT SIZE=3D2gt;/FONT
BRFONT SIZE=3D2gt; Level 9/105 St George's 

test

2000-11-06 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C04842.AD35C580
Content-Type: text/plain;
charset="iso-8859-1"

test

--_=_NextPart_001_01C04842.AD35C580
Content-Type: text/html;
charset="iso-8859-1"

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"
META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12"
TITLEtest/TITLE
/HEAD
BODY

PFONT SIZE=2test/FONT
/P

/BODY
/HTML
--_=_NextPart_001_01C04842.AD35C580--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



hello

2000-11-06 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C04847.E4FB3DD0
Content-Type: text/plain;
charset="iso-8859-1"

Just subscribed, testing

E

--_=_NextPart_001_01C04847.E4FB3DD0
Content-Type: text/html;
charset="iso-8859-1"

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"
META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12"
TITLEhello/TITLE
/HEAD
BODY

PFONT SIZE=2Just subscribed, testing/FONT
/P

PFONT SIZE=2E/FONT
/P

/BODY
/HTML
--_=_NextPart_001_01C04847.E4FB3DD0--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CFLDAP

2000-11-06 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C04869.A59B8590
Content-Type: text/plain;
charset="iso-8859-1"

I realize this doesn't help too much, but I'm fighting w/CFLDAP myself.  I'm
trying to query an MS Exch5.5 server on win2k and the best I can get form CF
is "Invalid credentials".  This error message sounds like either a login
problem, or a query problem, but I can't figure it out.  I doubt it's a
login problem.  Does anybody out there have any suggestions from CFLDAP
working w/MS EXCH5.5?  Or EXCH2k for that matter.

Eric

-Original Message-
From: Gena [mailto:[EMAIL PROTECTED]]

I'm fighting with the same problem.

The best result I could achieve is:

 cfldap action="QUERY"
 name="entrytest1"
 attributes="dn, subschemasubentry"
 start=""
 scope="BASE"
 startrow="1"
 filter="objectclasss=*"
 server="xxx.xxx.xxx.xxx"

 cfoutput query="entrytest1"
 DN: Root DSEbr
 subschemaSubEntry: #subschemasubentry#BRBR
 /cfoutput


Regards,
Gennadi


- Original Message -
From: "Jenny Anderson" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, November 07, 2000 3:43 AM
Subject: CFLDAP


 Hello:

 I have a problem with our NT 4.0 server, running service pack 4 and
 ColdFusion Server 4.5.  I am unable to make any connections to our own
LDAP
 server or any LDAP server available on the internet.  Unfortunately the
 error message is...not helpful.  All it can tell me is "CFLDAP
 Can't connect to the LDAP server."  And the documentation is lacking at
 best.  Are there any suggestions as to what changes I might need to make
or
 additional documentation/resources for CFLDAP?

 Thanks!

 Jenny
 
 Jenny Anderson

 Moody Bible Institute
 Education Technology Services
 Web Tech

 email: [EMAIL PROTECTED]

 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

--_=_NextPart_001_01C04869.A59B8590
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: CFLDAP/TITLE
/HEAD
BODY

PFONT SIZE=3D2I realize this doesn't help too much, but I'm =
fighting w/CFLDAP myself.nbsp; I'm trying to query an MS Exch5.5 =
server on win2k and the best I can get form CF is quot;Invalid =
credentialsquot;.nbsp; This error message sounds like either a login =
problem, or a query problem, but I can't figure it out.nbsp; I doubt =
it's a login problem.nbsp; Does anybody out there have any suggestions =
from CFLDAP working w/MS EXCH5.5?nbsp; Or EXCH2k for that =
matter./FONT/P

PFONT SIZE=3D2Eric/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Gena [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FONT
/P

PFONT SIZE=3D2I'm fighting with the same problem./FONT
/P

PFONT SIZE=3D2The best result I could achieve is:/FONT
/P

PFONT SIZE=3D2gt; lt;cfldap action=3Dquot;QUERYquot;/FONT
BRFONT SIZE=3D2gt;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; =
name=3Dquot;entrytest1quot;/FONT
BRFONT SIZE=3D2gt;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; =
attributes=3Dquot;dn, subschemasubentryquot;/FONT
BRFONT SIZE=3D2gt;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; =
start=3Dquot;quot;/FONT
BRFONT SIZE=3D2gt;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; =
scope=3Dquot;BASEquot;/FONT
BRFONT SIZE=3D2gt;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; =
startrow=3Dquot;1quot;/FONT
BRFONT SIZE=3D2gt;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; =
filter=3Dquot;objectclasss=3D*quot;/FONT
BRFONT SIZE=3D2gt;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; =
server=3Dquot;xxx.xxx.xxx.xxxquot;gt;/FONT
BRFONT SIZE=3D2gt;/FONT
BRFONT SIZE=3D2gt; lt;cfoutput =
query=3Dquot;entrytest1quot;gt;/FONT
BRFONT SIZE=3D2gt; DN: Root DSElt;brgt;/FONT
BRFONT SIZE=3D2gt; subschemaSubEntry: =
#subschemasubentry#lt;BRgt;lt;BRgt;/FONT
BRFONT SIZE=3D2gt; lt;/cfoutputgt;/FONT
/P
BR

PFONT SIZE=3D2Regards,/FONT
BRFONT SIZE=3D2Gennadi/FONT
/P
BR

PFONT SIZE=3D2- Original Message -/FONT
BRFONT SIZE=3D2From: quot;Jenny Andersonquot; =
lt;[EMAIL PROTECTED]gt;/FONT
BRFONT SIZE=3D2To: quot;CF-Talkquot; =
lt;[EMAIL PROTECTED]gt;/FONT
BRFONT SIZE=3D2Sent: