Re: ParseDateTime()

2001-04-15 Thread Dustin M. Snell [Unisyn Software, LLC]

Just wondering -- do you have any code that you have written to deal with
this?

-Dustin Snell
Unisyn Software
- Original Message -
From: "Paul Hastings" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, February 01, 2001 8:38 PM
Subject: Re: ParseDateTime()


> > Well, I've used it mostly to translate POP dates (the kind that come in
> > email headers) into "standard" date formats.
>
> parseDateTime() chokes on quite a few POP date formats, whether
> these are just strange "standards" or misconfigured (you would not
> believe how many different kinds we've seen). i would use it with
> caution...
>
>
>
~~
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



Hyperlink cause a post, how to?

2001-03-16 Thread Dustin M. Snell [Unisyn Software, LLC]

Does anyone know how to make text link (not a button) cause a post event
(like a submit button)? And even better than that - depending on what link
was clicked I need to send a different value.

The practical application for this is to sort a result set with several
columns by clicking on the column name - but without having to repackage the
whole query again on the URL (want to use the hidden form values).

Thanks,

Dustin M. Snell
Unisyn Software, LLC
Creators of AutoMate - The Leading Automation Software For Windows
Free Download at http://www.unisyn.com

- Original Message -
From: "Trey Rouse" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 16, 2001 4:45 PM
Subject: Re: SQL 2000 (enterprise manager)


> Actually I have no problem doing ANY function using Enterprise Manager
2000
> on a sql 7.0 box.  *shrug*
>
>
>
> At 10:32 AM 3/16/2001 -0700, you wrote:
> >Acually i just got off the phone with an SQL Administrator at interland
and
> >they say that SQL 2000 (Enterprise Manager) will connect to SQL 7.0
Server
> >but it wont open the database folder. so i reinstalled SQL 7.0 and for
> >whatever reason it connected fine this time, i didnt change or do
anything
> >differantly on my end at all so the reason i didnt get connected the
first
> >time i guess ill never find out.
> >
> >Jay Patton
> >Web Design / Application Design
> >Web Pro USA
> >406.549.3337 ext. 203
> >1.888.5WEBPRO
> >www.webpro-usa.com
> >- Original Message -
> >From: "Sean Daniels" <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Friday, March 16, 2001 10:17 AM
> >Subject: Re: SQL 2000 (enterprise manager)
> >
> >
> > > On 3/16/01 11:03 AM Jay Patton wrote:
> > >
> > > > I just upgraded to windows 2000 pro on my development machine, i was
> > > > originally running win98 and had sql 7.0 Enterprise manager running
on
> >that.
> > > > however after my upgrade to 2k i couldn't connect to my sql servers
with
> >that
> > > > same software any longer. last night i downloaded the evaluation
version
> >of
> > > > sql 2000 and with that i connected to the servers fine however now
> >whenever i
> > > > go to open the database folder to view my db the enterprise manager
> >quits
> > > > responding and i have to kill the program. has this happened to
anyone
> >else?
> > > > or does anyone have any ideas why this might be happening?
> > >
> > > I haven't tried the SQL 2000 enterprise manager yet, but I use SQL 7
> > > Enterprise Manager all the time on my Windows 2000 pro machine. You
might
> > > just try reinstalling those.
> > >
> > > - Sean
> > >
> >
>
~~
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: Authorize.Net or Cybercash or someone else?

2001-03-06 Thread Dustin M. Snell [Unisyn Software, LLC]

Do you happen to have any sample source code for using this?

Dustin M. Snell
Unisyn Software, LLC
Developers of AutoMate - The Leading Automation Software for Windows
http://www.unisyn.com
- Original Message -
From: "Jeff Beer" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, March 06, 2001 5:07 AM
Subject: RE: Authorize.Net or Cybercash or someone else?


> VeriSign bought Signio a while back - very fast, easy to use, stable, and
> has a great price structure.
>
> Check out the PayFlowPro product.  It's hard to say five times quickly,
but
> it works like a charm.
>
> -Original Message-
> From: Dustin M. Snell [Unisyn Software, LLC]
> [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 05, 2001 10:14 PM
> To: CF-Talk
> Subject: OT: Authorize.Net or Cybercash or someone else?
>
>
> Hello All,
>
> I have never been terribly enthusastic about Cybercash's quality of
service.
> I am hearing a lot about Authorize.net now.  Our site is all CF 4.5/W2K so
> good integration in that area is a must. Price, reliabilty, speed are also
> important of course. Does anyone have any opinions on this and or
> comparisons?
>
> If the answer is Authorize.net - could someone point me in the direction
to
> find CF integration instructions for online transaction processing?
>
> Thanks!
>
> Dustin M. Snell
> Unisyn Software, LLC
> Developers of AutoMate - The Leading Automation Software for Windows
> http://www.unisyn.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: Determine if a variable has a value

2001-03-05 Thread Dustin M. Snell [Unisyn Software, LLC]

I usually use 

Then just check the value with 

There are other ways but this will work.

Dustin M. Snell
Unisyn Software, LLC
Developers of AutoMate - The Leading Automation Software for Windows
http://www.unisyn.com

- Original Message -
From: "Michael S. Kimmett" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, March 05, 2001 8:27 PM
Subject: Determine if a variable has a value


> Hello,
>
> I am new to ColdFusion, so this will be an easy answer to most of you.  I
am having difficulty trying to determine if a variable in one of my pages
has a value.  What I mean by a value is did I assign it a value or is it
still empty.  I have tried using IsDefined, Evaluate, and other CF
Functions, but they all are failing the test. Any ideas on how to quickly
and easly determine if variable has a value.
>
> Thanks in advance.
>
> Michael
>
>
>
~~
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



OT: Authorize.Net or Cybercash or someone else?

2001-03-05 Thread Dustin M. Snell [Unisyn Software, LLC]

Hello All,

I have never been terribly enthusastic about Cybercash's quality of service.
I am hearing a lot about Authorize.net now.  Our site is all CF 4.5/W2K so
good integration in that area is a must. Price, reliabilty, speed are also
important of course. Does anyone have any opinions on this and or
comparisons?

If the answer is Authorize.net - could someone point me in the direction to
find CF integration instructions for online transaction processing?

Thanks!

Dustin M. Snell
Unisyn Software, LLC
Developers of AutoMate - The Leading Automation Software for Windows
http://www.unisyn.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



ParagraphFormat woes

2001-01-16 Thread Dustin M. Snell [Unisyn Software, LLC]

I am using ParagraphFormat to try to format text retrieved from a MSSQL
database through ODBC - in the database the Carrage return linefeeds are
intact but when I use ParagraphFormat to display in HTML I only get new
paragraphs and new lines are lost.  Can somebody help me?

  Version 4, 5, 1, 0

  Edition Professional



-Dustin Snell
Unisyn Software, LLC



~~
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