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

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

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

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

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

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

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

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

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

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

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.

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

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

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

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

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

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

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

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*

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

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

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

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

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

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

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

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

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

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

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

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

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

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,

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

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

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

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

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

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