cfcatch type= problem

2008-11-21 Thread Adrian Lynch
I'm caching some objects in an admin object and I serve these cached object
up in a method, admin.getService(myService). Some simplifed code:

cfif NOT StructKeyExists(VARIABLES.services, ARGUMENTS.service) OR
ARGUMENTS.refresh
cftry
cfset VARIABLES.services[ARGUMENTS.service] = 
CreateObject(component,
cfc.#ARGUMENTS.service#Service).init()
cfcatch type=any
cfthrow type= message=No such service: 
#ARGUMENTS.service#br
/#GetCurrentTemplatePath()#
/cfcatch
/cftry
/cfif

The try/catch is there to trap calls to service CFCs that don't exist.

admin.getService(notAService) will throw an exception:

No such service: notAService
C:\path\to\template.cfc

The trouble with the try catch is that it also traps errors in the service
object.

I've tried changing the type of the catch so I only catch the non-existent
CFC exceptions but none seem to work.

Any suggestions?

Thanks.

Adrian Lynch
http://www.halestorm.co.uk/
http://www.adrianlynch.co.uk/


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315758
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cfcatch type= problem

2008-11-21 Thread Adrian Lynch
Thanks James!

I've changed the try/catch to:

cftry
cfset VARIABLES.services[ARGUMENTS.service] = CreateObject(component,
cfc.#ARGUMENTS.service#Service).init()
cfcatch type=any
cfif CFCATCH.Message EQ Could not find the ColdFusion 
Component or
Interface cfc.#ARGUMENTS.service#Service.
cfthrow type= message=No such service: 
#ARGUMENTS.service#br
/#GetCurrentTemplatePath()#
cfelse
cfrethrow
/cfif
/cfcatch
/cftry

This now throws my own exception when the service doesn't exist and let's
others through.

Ta.

Adrian
Building a database of ColdFusion errors at http://cferror.org/

-Original Message-
From: James Holmes
Sent: 21 November 2008 11:48
To: cf-talk
Subject: Re: cfcatch type= problem


You could examine cfcatch.message to see if it matches the type of
exception you want. If so, handle it, if not, use cfrethrow.

However, since your error handling is essentially just throwing your
own description of the same error, can you just allow the original
error to be thrown?

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



2008/11/21 Adrian Lynch [EMAIL PROTECTED]:
 I'm caching some objects in an admin object and I serve these cached
object
 up in a method, admin.getService(myService). Some simplifed code:

 cfif NOT StructKeyExists(VARIABLES.services, ARGUMENTS.service) OR
 ARGUMENTS.refresh
cftry
cfset VARIABLES.services[ARGUMENTS.service] =
CreateObject(component,
 cfc.#ARGUMENTS.service#Service).init()
cfcatch type=any
cfthrow type= message=No such service:
#ARGUMENTS.service#br
 /#GetCurrentTemplatePath()#
/cfcatch
/cftry
 /cfif

 The try/catch is there to trap calls to service CFCs that don't exist.

 admin.getService(notAService) will throw an exception:

 No such service: notAService
 C:\path\to\template.cfc

 The trouble with the try catch is that it also traps errors in the service
 object.

 I've tried changing the type of the catch so I only catch the non-existent
 CFC exceptions but none seem to work.

 Any suggestions?

 Thanks.

 Adrian Lynch
 http://www.halestorm.co.uk/
 http://www.adrianlynch.co.uk/


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315760
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Very basic/simple forum

2008-11-21 Thread Jason Fisher
OpenID.net
myOpenID.com (https://www.myopenid.com/directory)

10,000 sites using the same credentialing system.  Not exactly independently 
verifiable, but pretty slick. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315761
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfwindow updating by multiple .cfm's

2008-11-21 Thread Robert Bell
Hi all, 

I would like to create a page or cfwindow that I can use as sort of
a debug/display that any .cfm file could write output to.   I envision
something basic like a set of function to create, update, clear, and tear down
the window.   Any ideas (other than full blow ide's) would appreciated. 

Thanks, 
Bob


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315762
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Official ColdFusion IDE announced

2008-11-21 Thread Claude Schneegans
 How long did you try it for ?

Long enough to make sure that the problem was not with me, but with the 
product.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315763
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Easy Credit Card Processing Service?

2008-11-21 Thread Don L
Sorry, not exactly CF question, does anyone know of a credit card process 
service that provides just the following service?
1. Pay amount = ?
2. Pay method: Visa | Master | AMExp and its procedure (verify it)
3. Redirect back to a site for something upon payment approval

Thanks.

Don
Chunshen Li 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315764
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Coldfusion Website Marketing Ideas Inquiry

2008-11-21 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
For those who have already traveled down this road, when you have
created a website that does a specific task, how does one go about
marketing it to other special groups to let them know about the
application which one wrote. What I am currently doing is sending
messages via email to contact individuals in hope that they view the
website which will spark interest via telephone or I have been doing
group presentations when I discover the coordinator of the meeting so
I can be put on the agenda. But what other methods if any that I can
utilize

Website is http://www.weareclosedtoday.com

Now for the Background:

Utilizing Coldfusoin MX7, Event Gateway, Flex and Adobe Air, I have
created a website that will allow school districts to report any
Delays, Closings and Early Dismissals electronically to the News
Media. The Adobe Air piece to this is a desktop application that the
radio stations run which pulls data from the MySQL Database every 5
minutes so the Radio DJ can view any updated status without having to
answer the phone when an event like this takes place. On the
Television side of the application, the system is injesting
information into the website plus sending the data through the
character generator which gets displayed at the bottom of the screen.
Flex is apart of the users interface which gives the ability for
someone to update their status anytime the need arises. And I just
learned about the Event Gateway XMPP Section so users who would like
to get status via AOL Instant Messenger can send a message to buddy
SchDelayClose


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (MingW32)
Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFJJtyJ3GqPAgBSy90RAuXVAJ4zH6KiOViyoFuXAz0hUJCV4BCbEQCcCvRe
kiEwsajQpSOrm6Rt/TN5CHo=
=CbsY
-END PGP SIGNATURE-


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315765
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Claude Schneegans
See Paypal.
You don't even have to bother with the credit card type, they handle it.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315766
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Easy Credit Card Processing Service?

2008-11-21 Thread Steve Keator
Don --

I don't think that you're going to find something that is SUPER simple
like that, but I can tell you, after working with several online payment
systems, I'd say that Authorize.Net is the way to go if you're looking
for something easy to integrate.  They have CF example code, and it's
pretty easy to change it to what you need, but is flexible to do simple
authorizations or pass 100 different things to it.  They also offer a
great testing environment.

-S.


-Original Message-
From: Don L [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 21, 2008 10:58 AM
To: cf-talk
Subject: Easy Credit Card Processing Service?

Sorry, not exactly CF question, does anyone know of a credit card
process service that provides just the following service?
1. Pay amount = ?
2. Pay method: Visa | Master | AMExp and its procedure (verify it)
3. Redirect back to a site for something upon payment approval

Thanks.

Don
Chunshen Li 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315768
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Eric Haskins
LOL I would run away from Paypal

On Fri, Nov 21, 2008 at 11:11 AM, Claude Schneegans 
[EMAIL PROTECTED] wrote:

 See Paypal.
 You don't even have to bother with the credit card type, they handle it.


They just flagged a txn of mine ( Sister in law sent us money for an XMas
present for the mother in law ) from Oct 9 as Fraud and put a hold on my
account. Paypal is not in my opinion a good solution for a customer.  They
have had some shady biz practices since ebay got involved

-- 
~Eric


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315769
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Official ColdFusion IDE announced

2008-11-21 Thread Charlie Griefer
On Fri, Nov 21, 2008 at 6:26 AM, Claude Schneegans 
[EMAIL PROTECTED] wrote:

  How long did you try it for ?

 Long enough to make sure that the problem was not with me, but with the
 product.


You did it wrong.

-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315770
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Jason Fisher
There are many, but two I can think of off-hand are

* Payflow Pro (now owned by PayPal)
* Card Services International (www.cardservice.com)



 Sorry, not exactly CF question, does anyone know of a credit card 
 process service that provides just the following service?
 1. Pay amount = ?
 2. Pay method: Visa | Master | AMExp and its procedure (verify it)
 3. Redirect back to a site for something upon payment approval
 
 Thanks.
 
 Don
 Chunshen Li 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315771
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Easy Credit Card Processing Service?

2008-11-21 Thread Bryan Hogan
Authorize.net is great but I wanted to mention charge.com.  Their site
looks crappy but I implemented them on my site
http://www.stylishgiftware.com with Visa, MasterCard, Discover and
American Express in a matter of minutes.

They have a very simple API and they have an API that emulates
Authorize.net.

I haven't had a problem at all with them.

Bryan F. Hogan
Product Manager 
eDonor(r) - Recruit, Retain, Repeat
A Global Med Technologies(r) Company

P  602.489.7844
F  602.489.7801
www.edonor.com

The information contained in this electronic mail message, including all
attachments hereto, is confidential information intended only for
distribution to the individual(s) named above. If the reader of this
message is not the intended recipient, you are hereby notified that any
dissemination, distribution, use or copying of this  communication, and
the information contained herein, is strictly prohibited. If you have
received this communication in error, please immediately notify us by
telephone at (602) 489-7800 and delete the original message. Thank you.

-Original Message-
From: Steve Keator [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 21, 2008 9:14 AM
To: cf-talk
Subject: RE: Easy Credit Card Processing Service?

Don --

I don't think that you're going to find something that is SUPER simple
like that, but I can tell you, after working with several online payment
systems, I'd say that Authorize.Net is the way to go if you're looking
for something easy to integrate.  They have CF example code, and it's
pretty easy to change it to what you need, but is flexible to do simple
authorizations or pass 100 different things to it.  They also offer a
great testing environment.

-S.


-Original Message-
From: Don L [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 21, 2008 10:58 AM
To: cf-talk
Subject: Easy Credit Card Processing Service?

Sorry, not exactly CF question, does anyone know of a credit card
process service that provides just the following service?
1. Pay amount = ?
2. Pay method: Visa | Master | AMExp and its procedure (verify it)
3. Redirect back to a site for something upon payment approval

Thanks.

Don
Chunshen Li 





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315772
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Don L
Yeah, their site looks very confusing, it does not even list what service 
options that it offers.  Hard to be convinced to use its service.

Authorize.net is great but I wanted to mention charge.com.  Their site
looks crappy but I implemented them on my site
http://www.stylishgiftware.com with Visa, MasterCard, Discover and
American Express in a matter of minutes.

They have a very simple API and they have an API that emulates
Authorize.net.

I haven't had a problem at all with them.

Bryan F. Hogan
Product Manager 
eDonor(r) - Recruit, Retain, Repeat
A Global Med Technologies(r) Company

P  602.489.7844
F  602.489.7801
www.edonor.com


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315774
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Don L
See Paypal.
You don't even have to bother with the credit card type, they handle it.

Not an option, say, 50% of potential customers don't have Paypal account. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315775
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Don L
There are many, but two I can think of off-hand are

* Payflow Pro (now owned by PayPal)
* Card Services International (www.cardservice.com)

Took a peek at cardservice.com, I wish it would list its services like:
Plan A -- very basic, bla bla
Plan B -- basic +, bla bla
Plan C -- beyond basic, bla bla
Plac D -- comprehensive (or to that effect), bla bla.

Don't understand why people can't think in the shoes of potential customers. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315776
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Easy Credit Card Processing Service?

2008-11-21 Thread Bryan Hogan
I know. Just throwing it out there for you as a potential option.  It
took me a while to give them a try but when I finally did I was
impressed. I had a budget of 0 and with no setup costs and them having
the gateway and merchant account all in one; it was what I went with.

If you can afford authorize.net I would go with them, but if you a
little mom and pop shop like my part-time site, then I would give them a
shot.

I look forward to the day when people understand that their site is a
reflection on them and when it looks crappy then even if your service is
great, people will believe your service is crap.

Bryan F. Hogan
Product Manager 
eDonor(r) - Recruit, Retain, Repeat
A Global Med Technologies(r) Company

P  602.489.7844
F  602.489.7801
www.edonor.com

The information contained in this electronic mail message, including all
attachments hereto, is confidential information intended only for
distribution to the individual(s) named above. If the reader of this
message is not the intended recipient, you are hereby notified that any
dissemination, distribution, use or copying of this  communication, and
the information contained herein, is strictly prohibited. If you have
received this communication in error, please immediately notify us by
telephone at (602) 489-7800 and delete the original message. Thank you.


-Original Message-
From: Don L [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 21, 2008 9:56 AM
To: cf-talk
Subject: Re: Easy Credit Card Processing Service?

Yeah, their site looks very confusing, it does not even list what
service options that it offers.  Hard to be convinced to use its
service.

Authorize.net is great but I wanted to mention charge.com.  Their site
looks crappy but I implemented them on my site
http://www.stylishgiftware.com with Visa, MasterCard, Discover and
American Express in a matter of minutes.

They have a very simple API and they have an API that emulates
Authorize.net.

I haven't had a problem at all with them.

Bryan F. Hogan
Product Manager 
eDonor(r) - Recruit, Retain, Repeat
A Global Med Technologies(r) Company

P  602.489.7844
F  602.489.7801
www.edonor.com




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315777
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Claude Schneegans
 50% of potential customers don't have Paypal account.

 and the other 50% can pay with any credit card ;-)
Paypal offers paiements by credit card if you don't have an account.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315778
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Chris Kelly
My Company uses paypal - they do regular credit card processing, not just 
paypal. And using them as a regular merchant gateway isn't subject to the 
arbitrary holds they seem to place on paypal funds sometimes (ie it's just like 
using any other merchant gateway). 

The implementation is *very* simple and there's sample code available in the 
developers section of the website. Additionally they provide a sandbox 
environment for testing so you can fake it while designing the site.


There are many, but two I can think of off-hand are

* Payflow Pro (now owned by PayPal)
* Card Services International (www.cardservice.com) 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315779
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Gerald Guido
Hats off to Eric for the link to letmegooglethatforyou.com

It has been years since I dealt with PayPal but LTIL they used to be the
easiest way to get simple CC processing. I have a healthy distrust of PayPal
given the horror stories I have heard in the past. But for a simple check
out that was the path of least resistance for me.

Did you look at Googles or Amazons offerings?

50% of potential customers don't have Paypal account.

You don't need a paypal account to use their check out LTIL (within the
year).

G

On Fri, Nov 21, 2008 at 11:21 AM, Eric Haskins [EMAIL PROTECTED] wrote:

 LOL I would run away from Paypal

 On Fri, Nov 21, 2008 at 11:11 AM, Claude Schneegans 
 [EMAIL PROTECTED] wrote:

  See Paypal.
  You don't even have to bother with the credit card type, they handle it.
 
 
 They just flagged a txn of mine ( Sister in law sent us money for an XMas
 present for the mother in law ) from Oct 9 as Fraud and put a hold on my
 account. Paypal is not in my opinion a good solution for a customer.  They
 have had some shady biz practices since ebay got involved

 --
 ~Eric


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315780
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


sql param error

2008-11-21 Thread Scott Stewart
  Error Executing Database Query.

[Macromedia][SQLServer JDBC Driver][SQLServer]Operand type clash: int is 
incompatible with ntext
 
The error occurred in 
*C:\htdocs\irb\functions\_functions_protocol_events.cfc: line 491*
*Called from* C:\htdocs\irb\proc\validate_irb_event_form3.cfm: line 258
*Called from* C:\htdocs\irb\proc\validate_irb_event_form3.cfm: line 1
*Called from* C:\htdocs\irb\functions\_functions_protocol_events.cfc: 
line 491
*Called from* C:\htdocs\irb\proc\validate_irb_event_form3.cfm: line 258
*Called from* C:\htdocs\irb\proc\validate_irb_event_form3.cfm: line 1

489 : Corrective_Explain = cfqueryparam 
value=#Arguments.pCorrectiveExplain# cfsqltype=cf_sql_longvarchar 
null=#nCorrectiveExplain#
490 : 
*491 : where Info_Id = cfqueryparam value=#Arguments.pInfoId# 
cfsqltype=cf_sql_integer*
492 : /cfquery
493 :
  

This is happening in a query contained in a function. 

The function is here: http://cfm.pastebin.com/m2c76bb90
(note: I'm debugging somone else's code)

I've dumped the arguments and form scope and it's what I expect for Info_id...

I'm at a loss..

-- 
Scott Stewart
ColdFusion Developer

Office of Research Information Systems
Research amp; Economic Development
University of North Carolina at Chapel Hill

Phone:(919)843-2408
Fax: (919)962-3600
Email: [EMAIL PROTECTED]


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315781
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Don L
Thank you, Steve, I've heard good thing about authorize.net as well.  Yeah, my 
need is just that simple and more importantly easier for potential customers as 
well.

Don --

I don't think that you're going to find something that is SUPER simple
like that, but I can tell you, after working with several online payment
systems, I'd say that Authorize.Net is the way to go if you're looking
for something easy to integrate.  They have CF example code, and it's
pretty easy to change it to what you need, but is flexible to do simple
authorizations or pass 100 different things to it.  They also offer a
great testing environment.

-S.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315773
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Error importing from .xls data

2008-11-21 Thread John P
Hi, 

I'm receiving the following error when attempting to import an .xls file. 

[ODBC Excel Driver] The field is too small to accept the amount of data you 
attempted to add. Try inserting or pasting less data. 

I've read that the data type is chosen by the ODBC driver based on the first 8 
records and it appears this may be creating the problem.  This Excel workbook 
has 7 sheets, I've moved the longest columns of each to column B thinking this 
would solve the problem but hasn't. 

I'm using cffile for the upload then running cfquery on it to get the results. 
This application has worked in the past but I have two spreadsheets that are 
causing an identical problem. 

Thanks 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315783
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: sql param error

2008-11-21 Thread Dominic Watson
My best guess would be that the db column is an nText, either by
mistake or perverse design...

Dominic

2008/11/21 Dawson, Michael [EMAIL PROTECTED]:
 Wrap the value in val().

 Mike

 -Original Message-
 From: Scott Stewart [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 21, 2008 11:11 AM
 To: cf-talk
 Subject: sql param error


 489 : Corrective_Explain = cfqueryparam
 value=#Arguments.pCorrectiveExplain# cfsqltype=cf_sql_longvarchar
 null=#nCorrectiveExplain#
 490 :
 *491 : where Info_Id = cfqueryparam
 value=#Arguments.pInfoId# cfsqltype=cf_sql_integer*
 492 : /cfquery
 493 :


 This is happening in a query contained in a function.

 The function is here: http://cfm.pastebin.com/m2c76bb90
 (note: I'm debugging somone else's code)

 I've dumped the arguments and form scope and it's what I expect for
 Info_id...

 I'm at a loss..

 --
 Scott Stewart

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315785
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


cfwindow bug when more than one modal window on a page

2008-11-21 Thread Leon Chalnick
I have a complex data entry page in which I use the cfwindow tag several times 
to produce 3 different modal windows. Cfwindow is being used to provide access 
to lookup tables for several different fields in a form (the cfwindow tags, 
however, are employed on the page outside the form tags), so there is a 
different cfwindow for each field and each cfwindow has a unique name attribute 
value.

Much of the time, this works fine. But perhaps one out of four times that I 
refresh the page, cf appears to get confused about which cfwindow to open. One 
cfwindow is named MetroAirports, another is named Coordinators and a third 
other is named CommunityCounselor. I've attached some of the javascript that CF 
produces when the page is rendered. You'll note that CF creates a 
_cf_window_init.. variable for each window.

Note that the value of this variable is the same for the second two windows: 
1227286702850. To the end user, the result is that CF will not produce the 
second window, CommunityCoordinators, properly; it's size and formatting is 
messed up. And when it it closed, it won't close properly (it appears to 
partially close, leaving the rest of the page inaccessible).

I can reproduce this problem...but as I mentioned, it only happens 25-30% of 
the time. Anyone have any clues as to what is going on here?

JS code produced by CF:

script type=text/javascript
var _cf_window_init_1227286702646=function()
{
var 
_cf_window=ColdFusion.Window.create('MetroAirports_win','Airport lookup','',{ 
modal:true, closable:true, divid:'cf_window1227286702645', draggable:true, 
resizable:true, fixedcenter:false, width:550, height:250, shadow:true, 
callfromtag:true, minwidth:0, minheight:0, initshow:false});
};ColdFusion.Event.registerOnLoad(_cf_window_init_1227286702646);
/script
link rel=stylesheet type=text/css 
href=/CFIDE/scripts/ajax/resources/ext/css/ext-all.css /
link rel=stylesheet type=text/css 
href=/CFIDE/scripts/ajax/resources/cf/cf.css /

script type=text/javascript
ColdFusion.Ajax.importTag('CFWINDOW');
/script

script type=text/javascript
var _cf_window_init_1227286702850=function()
{
var 
_cf_window=ColdFusion.Window.create('Coordinators_win','Area Coordinator 
lookup','',{ modal:true, closable:true, divid:'cf_window1227286702849', 
draggable:true, resizable:true, fixedcenter:false, width:450, height:250, 
shadow:true, callfromtag:true, minwidth:0, minheight:0, initshow:false});
};ColdFusion.Event.registerOnLoad(_cf_window_init_1227286702850);
/script

link rel=stylesheet type=text/css 
href=/CFIDE/scripts/ajax/resources/ext/css/ext-all.css /
link rel=stylesheet type=text/css 
href=/CFIDE/scripts/ajax/resources/cf/cf.css /

script type=text/javascript
ColdFusion.Ajax.importTag('CFWINDOW');
/script

script type=text/javascript
var _cf_window_init_1227286702850=function()
{
var 
_cf_window=ColdFusion.Window.create('CommunityCounselor_win','Community 
Counselor Lookup','',{ modal:true, closable:true, 
divid:'cf_window1227286702849', draggable:true, resizable:true, 
fixedcenter:false, width:380, height:250, shadow:true, callfromtag:true, 
minwidth:0, minheight:0, initshow:false});
};ColdFusion.Event.registerOnLoad(_cf_window_init_1227286702850);
/script 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315784
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfwindow bug when more than one modal window on a page

2008-11-21 Thread Tony Bentley
Are you writing the cfwindow in JS or CF? It looks like you are doing it in CF. 
Try using coldfusion.window.create and set your own values in JS. also you 
might want to pass something that keeps the browser from caching the window 
contents.




 I have a complex data entry page in which I use the cfwindow tag 
 several times to produce 3 different modal windows. Cfwindow is being 
 used to provide access to lookup tables for several different fields 
 in a form (the cfwindow tags, however, are employed on the page 
 outside the form tags), so there is a different cfwindow for each 
 field and each cfwindow has a unique name attribute value.
 
 Much of the time, this works fine. But perhaps one out of four times 
 that I refresh the page, cf appears to get confused about which 
 cfwindow to open. One cfwindow is named MetroAirports, another is 
 named Coordinators and a third other is named CommunityCounselor. I've 
 attached some of the javascript that CF produces when the page is 
 rendered. You'll note that CF creates a _cf_window_init.. variable for 
 each window.
 
 Note that the value of this variable is the same for the second two 
 windows: 1227286702850. To the end user, the result is that CF will 
 not produce the second window, CommunityCoordinators, properly; it's 
 size and formatting is messed up. And when it it closed, it won't 
 close properly (it appears to partially close, leaving the rest of 
 the page inaccessible).
 
 I can reproduce this problem...but as I mentioned, it only happens 
 25-30% of the time. Anyone have any clues as to what is going on 
 here?
 
 JS code produced by CF:
 
 script type=text/javascript
   var _cf_window_init_1227286702646=function()
   {
   var 
 _cf_window=ColdFusion.Window.create('MetroAirports_win','Airport 
 lookup','',{ modal:true, closable:true, divid:'cf_window1227286702645', 
 draggable:true, resizable:true, fixedcenter:false, width:550, 
 height:250, shadow:true, callfromtag:true, minwidth:0, minheight:0, 
 initshow:false});
   };ColdFusion.Event.registerOnLoad(_cf_window_init_1227286702646);
 /script
 link rel=stylesheet type=text/css 
 href=/CFIDE/scripts/ajax/resources/ext/css/ext-all.css /
 link rel=stylesheet type=text/css 
 href=/CFIDE/scripts/ajax/resources/cf/cf.css /
 
 script type=text/javascript
   ColdFusion.Ajax.importTag('CFWINDOW');
 /script
 
 script type=text/javascript
   var _cf_window_init_1227286702850=function()
   {
   var 
 _cf_window=ColdFusion.Window.create('Coordinators_win','Area 
 Coordinator lookup','',{ modal:true, closable:true, 
 divid:'cf_window1227286702849', draggable:true, resizable:true, 
 fixedcenter:false, width:450, height:250, shadow:true, 
 callfromtag:true, minwidth:0, minheight:0, initshow:false});
   };ColdFusion.Event.registerOnLoad(_cf_window_init_1227286702850);
 /script
 
 link rel=stylesheet type=text/css 
 href=/CFIDE/scripts/ajax/resources/ext/css/ext-all.css /
 link rel=stylesheet type=text/css 
 href=/CFIDE/scripts/ajax/resources/cf/cf.css /
 
 script type=text/javascript
   ColdFusion.Ajax.importTag('CFWINDOW');
 /script
 
 script type=text/javascript
   var _cf_window_init_1227286702850=function()
   {
   var 
 _cf_window=ColdFusion.Window.create('CommunityCounselor_win',
 'Community Counselor Lookup','',{ modal:true, closable:true, 
 divid:'cf_window1227286702849', draggable:true, resizable:true, 
 fixedcenter:false, width:380, height:250, shadow:true, 
 callfromtag:true, minwidth:0, minheight:0, initshow:false});
   };ColdFusion.Event.registerOnLoad(_cf_window_init_1227286702850);
 /script 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315786
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Try/catch rethrow in cfscript?

2008-11-21 Thread Gaulin, Mark
Hi
Is there any way to rethrow an exception within a cfscript try/catch
block?

(In case you are wondering, you cannot use cfrethrow in a
cffunction-defined UDF to get around the problem... cfrethrow must be
directly nested inside a cfcatch block.)

-

Ok, I found a work-around (for CF8 only) and figured I might as well
post it:

cffunction name=rethrow output=false access=public
hint=Script version of cfthrow
cfargument name=ex hint=Pass in the already-caught exception
to rethrow

!--- It looks like CF8 added the object option ---
cfthrow object=#arguments.ex#

/cffunction

cfscript
try {
x = 1/0;// exception!
} catch (Any ex) {
rethrow(ex = ex);
}
/cfscript

Thanks
Mark

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315787
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Try/catch rethrow in cfscript?

2008-11-21 Thread Nathan Strutz
Mark,

No, there's no rethrow in cfscript :(
The only real workaround is to use tags for the whole thing :(

nathan strutz
[Blog and Family @ http://www.dopefly.com/]
[AZCFUG Manager @ http://www.azcfug.org/]



On Fri, Nov 21, 2008 at 11:56 AM, Gaulin, Mark [EMAIL PROTECTED]wrote:

 Hi
 Is there any way to rethrow an exception within a cfscript try/catch
 block?

 (In case you are wondering, you cannot use cfrethrow in a
 cffunction-defined UDF to get around the problem... cfrethrow must be
 directly nested inside a cfcatch block.)

 -

 Ok, I found a work-around (for CF8 only) and figured I might as well
 post it:

 cffunction name=rethrow output=false access=public
hint=Script version of cfthrow
cfargument name=ex hint=Pass in the already-caught exception
 to rethrow

!--- It looks like CF8 added the object option ---
cfthrow object=#arguments.ex#

 /cffunction

 cfscript
 try {
x = 1/0;// exception!
 } catch (Any ex) {
rethrow(ex = ex);
 }
 /cfscript

 Thanks
Mark

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315788
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Will Tomlinson
 Sorry, not exactly CF question, does anyone know of a credit card 
 process service that provides just the following service?

+ 1 authorize.net

+ 1 on Don L not coming off like a prick when he asked this question.   

Will 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315789
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Jeff Horne
 Sorry, not exactly CF question, does anyone know of a credit card 
process service 

We've used Authorize.Net since 2001.  They are easy to integrate with and their 
Support is pretty helpful.  They charge by the number of transactions and the 
price isn't bad.

There is a pretty easy to integrate AuthorizeNet.cfc.

http://www.johncblandii.com/authorizenetcfc.html

Jeff Horne



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315790
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Mike Kear
I wouldnt touch Paypal with a barge pole.   Even if i was wearing gloves.

Paypal only support people who send physical goods.  If you take
paypal payments for services, or online goods, such as hosting or
domain names, or anything like that, they assume you are a thief.   IF
there is any kind of dispute,  there is nothing at all you can say
that will persuade them you're legitimate - they'll reverse the
transaction. But not their fees of course - they will charge you
their fees on both parts of the transaction - the original transaction
and the reversal.

When i called them to talk to them, the guy i spoke to on the phone as
good as told me outright there was no point in challenging the dispute
- they were never going to take my view of it.   He said that their
policy with non-physical goods such as domain names is to
automatically assume the disputer is right and thats that.   He said
they dont even look at the arguments for and against.

They've cost me hundreds of dollars through my domain name registry in
the last few months.   I had a rash of disputed transactions and i'm
out of pocket for all the domain names i had to buy for those
transactions.  If i had my way i wouldnt use Paypal for anything at
all.   The only reason i deal with them is because the master registry
i use only accepts Paypal

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

On Sat, Nov 22, 2008 at 4:06 AM, Claude Schneegans
[EMAIL PROTECTED] wrote:
  50% of potential customers don't have Paypal account.

  and the other 50% can pay with any credit card ;-)
 Paypal offers paiements by credit card if you don't have an account.

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315791
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Jim Thomson
I've used Authorize.net since 2001 and it's the easiest out there IMHO. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315792
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Claude Schneegans
 Paypal only support people who send physical goods.  If you take
paypal payments for services, or online goods, such as hosting or
domain names, or anything like that, they assume you are a thief.

All I can say is that I have customers with online registration and 
payment system for congresses,
and everything have been running smoothly for two years now.
We got near 1000 registrations coming in with no problem.
I have also paid all my domain name registration and renewal with no 
problem.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315793
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Mike Kear
Claude, i'd have said that until recent months too.  But know this
. if any of your customers takes it into their head to dispute the
transaction,  Paypal will reverse it, and there will be nothing you
can say that will budge them.   Show them the domain name,  dates of
the transaction, copies of receipts,  none of that will have any
effect.  The transaction will be reversed.

But not their fees - you'll be charged fees on the reversal too.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month


On Sat, Nov 22, 2008 at 9:44 AM, Claude Schneegans
[EMAIL PROTECTED] wrote:
  Paypal only support people who send physical goods.  If you take
 paypal payments for services, or online goods, such as hosting or
 domain names, or anything like that, they assume you are a thief.

 All I can say is that I have customers with online registration and
 payment system for congresses,
 and everything have been running smoothly for two years now.
 We got near 1000 registrations coming in with no problem.
 I have also paid all my domain name registration and renewal with no
 problem.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315794
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Don L
+ 1 on Don L not coming off like a prick when he asked this question.   
Will
LOL.  Better than coffee, speaking of which, am drinking now.  Thank you, Will. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315795
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Don L
I've used Authorize.net since 2001 and it's the easiest out there IMHO.
Thanks. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315796
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Don L
  Sorry, not exactly CF question, does anyone know of a credit card 
 process service 
 
 We've used Authorize.Net since 2001.  They are easy to integrate with 
 and their Support is pretty helpful.  They charge by the number of 
 transactions and the price isn't bad.
 
 There is a pretty easy to integrate AuthorizeNet.cfc.
 
 http://www.johncblandii.com/authorizenetcfc.html
 
 Jeff Horne
 
Thanks. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315797
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Very basic/simple forum

2008-11-21 Thread Don L
 OpenID.net
 myOpenID.com (https://www.myopenid.com/directory)
 
 10,000 sites using the same credentialing system.  Not exactly 
 independently verifiable, but pretty slick. 

It should be universal or at least covering all the states hence its real 
value, probably W3C should get involved in this to create some standard, then 
browser implementation bla bla follows it, just a quick thought. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315798
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Easy Credit Card Processing Service?

2008-11-21 Thread Arden Weiss
One of my clients was using AUTHORIZE.NET for quite a while, but about a year 
ago we swithched to SAGE -- why -- considerable cheaper per transaction and the 
accountant was being driven mad by the non-standard accounting practices being 
used by authorize.net -- she loves the reports she gets from SAGE.

The Cold Fusion code to interface with SAGE and AUTHORIZE.NET is quite similar 
-- it took me less than a day to swithch the code over -- the main issue was 
that SAGE used fewer fields and different field names when communicating with 
the gateway.

In both cases processing send-to-response time is normally less than two 
seconds. We do about 100,000 transactions a year with very, very few problems 
-- the most serious issue is that the DSL internet connection squats every once 
in a while. So we do have and offline mode built into the logic of the card 
present point-of-sale system and in that mode use a telephone line based credit 
card machine to keep ringing sales.

If you are interested, I will be giving a presentation at the December meeting 
of the Maryland Cold Fusion User Group in Rockville MD on this point of sale 
system that merges a heritage FoxPro for DOS point of sale syatem with Cold 
Fusion credit processing interface. 

The user group sponsored by TeraTech has an Adobe Live broadcast of the 
meetings, so you can attend remotely if you wish -- the CF code to do the 
send/recive gateway transaction is as follows:

CFIF  #TRIM(mSCAN_KEY)# EQ S ! Card Scanned Option 

  cfhttp 
url=https://www.sagepayments.net/cgi-bin/eftBankcard.dll?Retail_Transaction; 
port=443 method=post
cfhttpparam name=M_id   type=formfield  value=xxx  encoded=No 
cfhttpparam NAME=M_key  type=formfield  value=xxx  encoded=No 
cfhttpparam NAME=T_code type=formfield  value=01   encoded=No 
cfhttpparam NAME=T_trackdata type=formfield value=#mTRACK1# 
encoded=No 
cfhttpparam NAME=T_amt type=formfield value=#mX_AMOUNT# encoded=No 

  /cfhttp

CFELSE  ! Manual Entry of Card Data 

  cfhttp 
url=https://www.sagepayments.net/cgi-bin/eftBankcard.dll?Transaction; 
port=443 method=post
cfhttpparam name=M_id  type=formfield  value=xxx  encoded=No 
cfhttpparam NAME=M_key type=formfield  value=xxx  encoded=No 
cfhttpparam NAME=T_code type=formfield  value=01  encoded=No 
cfhttpparam NAME=C_cardnumber type=formfield value=#m_CARD_NUM# 
encoded=No 
cfhttpparam NAME=C_exp type=formfield  value=#mX_EXP_DATE# 
encoded=No 
cfhttpparam NAME=T_amt type=formfield  value=#mX_AMOUNT#   
encoded=No 
cfhttpparam NAME=C_cvv type=formfield  value=#mCVC_NUM#
encoded=No 
  /cfhttp
/CFIF
CFSET mAVS_RESPON =   

Hope this helps...

Arden Weiss



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315799
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4