Re: table

2006-10-14 Thread Robertson-Ravo, Neil (RX)
There are lots of controls which you can use - you want to look at DOM scripting (usually as part of an Ajax app). It can be done with JS. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,

RE: Cf vs ?

2006-10-14 Thread Snake
That is absolutely correct, CF is totally not suited to shared hosting and it is a nightmare to make it secure in this environment, and Macromedia/Adobe have still amazingly not addressed this issue. New Atlanta are however addressing this issue with BD.NET Russ -Original Message-

Re: Know a Good SQL Forum ?

2006-10-14 Thread Kris Jones
How about Tek-Tips? http://www.tek-tips.com/threadminder.cfm?pid=183 Cheers, Kris Does anyone know a good SQL, SQL Server 2000 forum? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date

Re: Know a Good SQL Forum ?

2006-10-14 Thread Rob Wilkerson
I've used dbforums.com in the past and had pretty good experiences. Rob Wilkerson On Oct 12, 2006, at 9:27 AM, [EMAIL PROTECTED] wrote: Does anyone know a good SQL, SQL Server 2000 forum? Thanks. D ~| Introducing the

Re: Cf vs ?

2006-10-14 Thread Larry Lyons
On 10/13/06, Larry Lyons [EMAIL PROTECTED] wrote: ... So basically these days the cost argument is quite frankly pure crap. I have to disagree. Workarounds to get free don't qualify as free, and the solutions mentioned as free (BD and ralio(sp?)) aren't free, really... have you read the

Re: table

2006-10-14 Thread Richard White
hi thanks for your replies, ill look into what you suggested, thanks again ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door

Re: Serving Japanese text on IIS/CFMX

2006-10-14 Thread Inger Klekacz
I've tracked down the source of the problem. That doesn't mean that I've fixed it, but I at least have a path out of this quagmire. When I export the Word document to HTML format (UTC-8 encoded), it saves the .html file as a 5900+ line document, 4000+ of which is dedicated to MS stylesheet code.

RE: Serving Japanese text on IIS/CFMX

2006-10-14 Thread Dave Watts
When I export the Word document to HTML format (UTC-8 encoded), it saves the .html file as a 5900+ line document, 4000+ of which is dedicated to MS stylesheet code. I've tried to pinpoint which part of the CSS is making the Japanese characters actually *look* like Japanese characters,

Authorize.net processing refunds

2006-10-14 Thread Will Tomlinson
I'm building my first refund processor for authorize.net, and it acts like it wants the full CC # and the exp date. I do not and will not ever store these anywhere. The docs say you can just send the last 4 digits of the #, the trans ID, and the amount. not having any luck with it yet. I

Reports and Creative Clients

2006-10-14 Thread Richard Dillman
Wondering if something like this already exists. I want to have a page that displays all the various tables in my clients database (sql2005) and allow them to create their own reports. the person doing this is very good with access and building reports and fairly good with a query builder so i

Re: Authorize.net processing refunds

2006-10-14 Thread John C. Bland II
Can you paste your code? (just the cfhttp) Here is what the docs say. Are you passing all required fields? This transaction is also referred to as a Refund and indicates to the gateway that money should flow from the merchant to the customer. The gateway will accept a credit or a refund request

RE: Reports and Creative Clients

2006-10-14 Thread Snake
Perhaps the report builder that comes with CF. Russ -Original Message- From: Richard Dillman [mailto:[EMAIL PROTECTED] Sent: 14 October 2006 20:33 To: CF-Talk Subject: Reports and Creative Clients Wondering if something like this already exists. I want to have a page that displays

Re: table

2006-10-14 Thread Richard White
i have seen the cfgrid tag and think this looks quite good. I cant seem to see if it is possible to move the items up or down the list on the applett. Does anyone know if this is possible thanks ~| Introducing the Fusion

Re: Coldfusion stopped sending spooled mail

2006-10-14 Thread Rick Root
Brad Wood wrote: Do you have a corrupted .cfmail file in the spool dir? I've seen that stop the spooler. What is your spool interval? What does your mail log say? Mail spool is every 15 seconds (I'm not very patient). Nothing is getting logged. I've got it set to log information level

Re: Coldfusion session variables and Flex 2

2006-10-14 Thread Rick Root
Ping Rick Root wrote: I have a hybrid application that uses both Flex and coldfusion generated HTML. I'd like to use session variables for a few things, but I'm finding that session variables which are available on the Coldfusion pages are *NOT* available in Flex remoting calls.

RE: Reports and Creative Clients

2006-10-14 Thread Dave Watts
I want to have a page that displays all the various tables in my clients database (sql2005) and allow them to create their own reports. the person doing this is very good with access and building reports and fairly good with a query builder so i could do linked tables to access, but i

Re: CF AJAX FLEX, The future of them; the future of web?

2006-10-14 Thread Ali Majdzadeh
Hi everybody: Is there any reliable and complete form validation custom tag? thanks benign ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered

Form Validation Custom Tag

2006-10-14 Thread Ali Majdzadeh
Hi everybody: Is there any reliable, complete form validation custom tag? Thanks Benign ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to

Re: Authorize.net processing refunds

2006-10-14 Thread Will Tomlinson
Can you paste your code? (just the cfhttp) I've been using reading the docs trying to get this to work. cfhttp url=#ARGUMENTS.AuthNetURL# method=post cfhttpparam type=FormField name=x_Login value=#VARIABLES.authorizenetsettings.AuthNetLogin# cfhttpparam type=FormField

Re: Authorize.net processing refunds

2006-10-14 Thread Will Tomlinson
Can you paste your code? (just the cfhttp) Duhh again! lol! Dave n bobby are gonna eat this up! I forgot to change the x_type to CREDIT! LMAO! Thanks, Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

Re: Form Validation Custom Tag

2006-10-14 Thread Mike Tangorre
From: Ali Majdzadeh [EMAIL PROTECTED] Hi everybody: Is there any reliable, complete form validation custom tag? Thanks Benign Form validation is pretty generic... what kinds of validations do you need to do? No blank fields? Check dates? Ensure one and only one checkbox is checked in a

Re: Form Validation Custom Tag

2006-10-14 Thread Qasim Rasheed
I have heard good reviews about qForms. Thanks On 10/14/06, Mike Tangorre [EMAIL PROTECTED] wrote: From: Ali Majdzadeh [EMAIL PROTECTED] Hi everybody: Is there any reliable, complete form validation custom tag? Thanks Benign Form validation is pretty generic... what kinds of

Re: Form Validation Custom Tag

2006-10-14 Thread Aaron Rouse
Yeah but that is a JavaScript API that allows you to do client side form validation. There are many of those APIs out there to pick from. A custom tag solution, do not think one exists or really could that would work all that well. Would imagine the question is towards a server side validation

Re: Authorize.net processing refunds

2006-10-14 Thread John C. Bland II
lmbo. :-) No prob. We've all done it (or something similar). On 10/14/06, Will Tomlinson [EMAIL PROTECTED] wrote: Can you paste your code? (just the cfhttp) Duhh again! lol! Dave n bobby are gonna eat this up! I forgot to change the x_type to CREDIT! LMAO! Thanks, Will

Re: Authorize.net processing refunds

2006-10-14 Thread Arden Weiss
Yes, refunds work without the need for full CC -- key is having the Transaction ID that was used to do the original charge against which you want to do a credit/refund full or partial. Note that if the charge being refunded has not yet gone to settlement, then, you must void out the sale and

Re: Authorize.net processing refunds

2006-10-14 Thread John C. Bland II
He actually figured it out. (see his last email) On 10/14/06, Arden Weiss [EMAIL PROTECTED] wrote: Yes, refunds work without the need for full CC -- key is having the Transaction ID that was used to do the original charge against which you want to do a credit/refund full or partial. Note