Re: _date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Chris Montgomery
Friday, November 22, 2002, 4:20:13 PM, Dave Watts wrote: > If I recall correctly, the seven reserved suffixes are: > _date > _eurodate > _time > _integer > _float > _reserved > _range > I'm sure they're listed somewhere in the documentation, but I haven't > a clue as to where. Chapter 6 of "Dev

Re: Compiling List of Files in specific folders

2002-11-22 Thread Jason Miller
Thanks for the input below - I will certainly look for the cf_dump.cfm tag. I am also pretty sure the server is runing 4.5. I am going to analyze and review the rest of your information as I hardly to work wtih tags. I use CF usually for heavy SQL queries and integrating db's with flash. As for wh

RE: Payment Gateways? (Was: OPINIONS: PayFlow Pro and CF Integration?)

2002-11-22 Thread Lee Fuller
Yep.. Not an option. WAY too pricey. Verisign really has gotten way too big for it's britches. .. just my .02 | -Original Message- | From: Joshua Miller [mailto:[EMAIL PROTECTED]] | Sent: Friday, November 22, 2002 12:34 PM | To: CF-Talk | Subject: RE: Payment Gateways? (Was: OPINIONS:

RE: Payment Gateways? (Was: OPINIONS: PayFlow Pro and CF Integration?)

2002-11-22 Thread Lee Fuller
The only problem I have with that is the price for PayFlow. It's a bit pricey for the average little guy. By the time they get done paying for their merchant account, and then PayFlow, they're at nearly $100 per month. Pretty amazing price level for little guys. | -Original Message- |

RE: Payment Gateways? (Was: OPINIONS: PayFlow Pro and CF Integrat ion?)

2002-11-22 Thread Lee Fuller
Stacy, Can you contact me off-list? Need to make some serious decisions here. Thanks. Lee | -Original Message- | From: Stacy Young [mailto:[EMAIL PROTECTED]] | Sent: Friday, November 22, 2002 1:21 PM | To: CF-Talk | Subject: RE: Payment Gateways? (Was: OPINIONS: PayFlow Pro

RE: Compiling List of Files in specific folders

2002-11-22 Thread Matthew Walker
Jason, 4 things: 1) you need cf5+ for cfdump to work. If you don't have cf5+ look for the custom tag cf_dump.cfm -- it's WELL worth having. 2) If you create a variable in a custom tag (in this case the "files" recordset) it is not available outside the custom tag. However, you can reference the

Re: Compiling List of Files in specific folders

2002-11-22 Thread Jason Miller
Mathew - Didn't want to post onlist I feel for some reason this is a bit to novice for the list. And for some reason I am just not grasping it. I hope you don't mind the post offlist - If you do - my sincere apologies and simply delete. I had tried what you suggested and searched on MACR a bit on

RE: Compiling List of Files in specific folders

2002-11-22 Thread Matthew Walker
> > created. No database involved. It's also hosted so custom tags are > > really a long shot. BTW in case you don't realise, you can call custom tags using cfmodule. ~| Archives: http://www.houseoffusion.com/cf_lists/index.c

RE: Compiling List of Files in specific folders

2002-11-22 Thread Matthew Walker
cfduirectory will create a query recordset. That should be all you need. Try: > -Original Message- > From: Jason Miller [mailto:[EMAIL PROTECTED]] > Sent: Saturday, 23 November 2002 5:18 p.m. > To: CF-Talk > Subject: Compiling List of Files in specific folders > > > Sorry for posting

Re: MVC tool for CF

2002-11-22 Thread John Quarto-vonTivadar
thanks, Sandy. actually that URL is: http://www.techspedition.com/fuseQ > FYI, John Quarto's FuseQ (an offshoot of Fusebox 3.0) makes working with > MVC not only really easy, but a pleasure. > > http://www.techspedition.com > ~~

RE: Compiling List of Files in specific folders

2002-11-22 Thread Jim Davis
I've a custom tag that does exactly that here: http://www.depressedpress.com/DepressedPress/Content/ColdFusion/CustomTa gs/DP_FileFind/Index.cfm Hope it helps, Jim Davis > -Original Message- > From: Jason Miller [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 22, 2002 11:18 PM > To

Compiling List of Files in specific folders

2002-11-22 Thread Jason Miller
Sorry for posting this - it does seem like it should be a simple/novice thing to find a sample and do but I have been unable to get it. I simply need to have cf sniff out all .html maybe all html that start with a certain prefix - and compile a list of the files available in a directory. I trie

RE: MVC tool for CF

2002-11-22 Thread Sandy Clark
FYI, John Quarto's FuseQ (an offshoot of Fusebox 3.0) makes working with MVC not only really easy, but a pleasure. http://www.techspedition.com -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 2:14 PM To: CF-Talk Subject: RE: MVC tool for CF

RE: Session vs. Client

2002-11-22 Thread Sandy Clark
Btw, I am also working on converting CF_Request to a CFC for MX. Sandy Clark -Original Message- From: Doug Fentiman [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 5:36 PM To: CF-Talk Subject: Re: Session vs. Client Sandy Clark and Michael Smith wrote an article about how to

Re: _date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Jochem van Dieten
Li Chunshen (Don) wrote: > And for Macromedia, to add "enable/disable these six rules from CF > ADMIN" it should be fairly easy to do, why not http://www.macromedia.com/support/email/wishform/?6213=3 Jochem ~| Archives: ht

RE: _date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Li Chunshen \(Don\)
--- Dave Watts <[EMAIL PROTECTED]> wrote: > > You mentioned about > > " > > > > UPDATE mytable > > SETOrderEntry_Date = > value="#Form.OrderEntryDate#" > > " > > But here, it's a SELECT statement, besides, > > Form.OrderEntryDate does not contain "_date". > > > SELECT OrderEnt

RE: _date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Ken Wilson
>That's not odd - it's expected behavior. Thanks for the correction. I've never used it myself but was under the mistaken impression that you had to have a corresponding hidden field to trigger the validation. Ken ~| Archives:

RE: _date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Dave Watts
> You mentioned about > " > > UPDATE mytable > SETOrderEntry_Date = value="#Form.OrderEntryDate#" > " > But here, it's a SELECT statement, besides, > Form.OrderEntryDate does not contain "_date". SELECT OrderEntry_Date AS OrderEntryDate ... > You said "So, again, this

RE: _date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Li Chunshen \(Don\)
Dave, thanks for the response. But, here's the problem. You said "So, again, this isn't a bug. If you design a > database schema for use with a > CF application", the fact is, in lot of cases, databases are not designed for a particular client language, database design is essentially based on

RE: _date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Ryan Kime
Search in your CF Help files for "rule suffix". -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 4:10 PM To: CF-Talk Subject: RE: _date bug in CF5.0, possibly CFMX as well Are these documented anywhere? Is there a list of what you can't

Re: Session vs. Client

2002-11-22 Thread Doug Fentiman
Sandy Clark and Michael Smith wrote an article about how to avoid locking in your code by the automatic conversion of client and session scopes to request scope. http://www.cfug-md.org/Articles/RequestVariables.cfm is a custom tag that converts Session or Client scoped variables to Request scope

RE: cfx_jspellcheck as fuse?

2002-11-22 Thread Matthew Walker
We use it to spell check search requests a la google. That's been fun. Very easy to do. What do you mean by implementing it as a fuse? > -Original Message- > From: Greg McDaniel [mailto:[EMAIL PROTECTED]] > Sent: Saturday, 23 November 2002 7:46 a.m. > To: CF-Talk > Subject: cfx_jspellcheck

RE: _date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Matthew Walker
> I'm sure they're listed somewhere in the documentation, but I > haven't a clue > as to where. If you have DWMX installed in the usual place, view this link in IE. Otherwise just search the docs for _date . mk:@MSITStore:C:\Program%20Files\Macromedia\Dreamweaver%20MX\Help\cfbook s.chm::/format3

RE: _date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Dave Watts
> One of our developers here just encountered a situation > today where he was using "_date" in a text field name > but had no hidden fields as mentioned that you would > expect to trigger the server-side validation. Nontheless, > the error message was thrown suggesting server-side > validation

RE: _date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Ken Wilson
One of our developers here just encountered a situation today where he was using "_date" in a text field name but had no hidden fields as mentioned that you would expect to trigger the server-side validation. Nontheless, the error message was thrown suggesting server-side validation had taken place

RE: _date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Dave Watts
> Are these documented anywhere? Is there a list of what > you can't or shouldn't use? If I recall correctly, the seven reserved suffixes are: _date _eurodate _time _integer _float _reserved _range I'm sure they're listed somewhere in the documentation, but I haven't a clue as to where. Dave W

RE: _date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Joshua Miller
Are these documented anywhere? Is there a list of what you can't or shouldn't use? Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-9044 ext. 254 (Voice Mail) (304) 456-4942 (Home Office) -Original Message- From:

RE: _date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Dave Watts
> Long time ago, I found form field suffix with _date > would be ignored/unrecognized by CF5.0 either using > regular FORM submit or CFFORM submit. I may be caused > by the CFFORM's date type validation and unwittingly > extended to FORM as well. > I let it slip for guessing other people would come

Re: _date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Dave Carabetta
>Long time ago, I found form field suffix with _date >would be ignored/unrecognized by CF5.0 either using >regular FORM submit or CFFORM submit. I may be caused >by the CFFORM's date type validation and unwittingly >extended to FORM as well. >I let it slip for guessing other people would come >cro

=?iso-8859-1?Q?RE: Payment Gateways? (Was: OPINIONS: PayFlow Pro and CF=09Integrat ion?)?=

2002-11-22 Thread Michael Ross
I would HIGHLY recommend these guys, we use them and have never had 1 problem. There tech support was great! and it was easy to write a cf integration. I can dig it up for anyone that might want it. Or they might have one. >>> [EMAIL PROTECTED] 11/22/02 04:21PM >>> Our pricing is quite competi

_date bug in CF5.0, possibly CFMX as well

2002-11-22 Thread Li Chunshen \(Don\)
Long time ago, I found form field suffix with _date would be ignored/unrecognized by CF5.0 either using regular FORM submit or CFFORM submit. I may be caused by the CFFORM's date type validation and unwittingly extended to FORM as well. I let it slip for guessing other people would come cross it a

RE: CFLOOP issues

2002-11-22 Thread Bryan Love
The most obvious thing is that the should be inside the you should also use form["strImage#i#New"] instead of evaluate. +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst TeleCommunication Systems

Re: [OT] Zip Code Lookup

2002-11-22 Thread Doug Fentiman
Tom Nunamaker has a great UDF that calculates the distance between two lat/long coordinates in statute miles, nauticle miles, kilomters, or radians! works for any location in the world! Code can be found at http://toshop.com/udf/latlondist.cfm or contact [EMAIL PROTECTED] Cheers, DougF

RE: Payment Gateways? (Was: OPINIONS: PayFlow Pro and CF Integrat ion?)

2002-11-22 Thread Stacy Young
Our pricing is quite competitive and there are a number of folks on here (cf-talk, FB lists) that use us. Integration options for just about all platforms including a handy CF toolkit. Here's a FAQ for some basic info: https://payment.firepay.com/surefire/ccs/reg/faq.jsp If you're concerned about

am I getting cf talk now!!!

2002-11-22 Thread Tony Weeg
sorry list, its been 4 days without my fix :) later. ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 ~| Archives: http://www.houseoffusion.c

RE: Java in CF (CFMX) - MM Drivers

2002-11-22 Thread Joe Eugene
I can use the CFMX MM DB drivers in a JSP page..No problem. however.. i need to use it in a Java Application..tried to load the Driver.. Class.forName("macromedia.jdbc.MacromediaDriver") Keep getting ClassNotFound Error.. I put the macromedia_driver.jar in the class path.. still not loading.. Do i

RE: MVC tool for CF

2002-11-22 Thread Anthony Wong
I read a neat article on the Pet Market blueprint with MVC design, though i think it's still isn't that elaborate http://www.macromedia.com/desdev/mx/blueprint/articles/makingpetmarket/makin gpetmarket.html I'll have a look at the Adalon tool. I must admit I can only afford the wireframe license

encrypt seeds

2002-11-22 Thread Chris Edwards
What are good seeds for the encrypt function? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com ~| Archives: http://www.houseoffusion.com/cf_li

Re: Payment Gateways? (Was: OPINIONS: PayFlow Pro and CF Integration?)

2002-11-22 Thread Jason Miller
Oh and a flash guy I have outsourced some work to - really good guy - only worked with him a few times - had programmed and offers a payflow CF tag http://www.optimal-media.com I believe - slightly discouraging becuase his site is throwing a cf error - but I know he is actively alwasy working o

Re: Payment Gateways? (Was: OPINIONS: PayFlow Pro and CF Integration?)

2002-11-22 Thread Jason Miller
Honestly - in all instances of any installements of authorize.net - My clients signed up for the account. And their FAQ's page had everything I needed once my client gave me certain login information. It was my first year developing in CF and my first commerce integration and it only took me 6

Re: CFLOOP issues

2002-11-22 Thread Jochem van Dieten
Cutter (CF_Talk) wrote: > > > > > > * > * More processing stuff here > * > > > > > * > * Even more processing stuff >

RE: Payment Gateways? (Was: OPINIONS: PayFlow Pro and CF Integration?)

2002-11-22 Thread Joshua Miller
I've been using Cybercash WebAuthorize for a few years now and it's pretty nice. Easy to get running with CF plus there are ActiveX, C and Java APIs. I use the ActiveX version with a tag from the DevEx. It's fairly pricey though, I think it was $5k for the software. Joshua Miller Head Programmer

RE: Payment Gateways? (Was: OPINIONS: PayFlow Pro and CF Integration?)

2002-11-22 Thread Chris Alvarado
H here is a post I took from the bugtraq group on Google about Linkpoint. NOTE: I AM NOT THE ONE THAT DID THIS INVESTIGATION. I just find it interesting. == Some Background == LinkPoint is the name of the API that Card Service International (one of the biggest online merchant acc

RE: Payment Gateways? (Was: OPINIONS: PayFlow Pro and CF Integration?)

2002-11-22 Thread Lee Fuller
Thanks for the info Jason. I've looked at Authorize.Net again. Have had it integrated as part of our storefront software for some time. However, I've not dealt with them directly. The user experience is a big thing for me. So I'm wanting to make certain that the end-user's ability to manage th

RE: simple encode ???

2002-11-22 Thread Mark W. Breneman
That is exactly what I want. It is not secure, but it is slightly sneaky. :-) Thanks Mark W. Breneman -Macromedia Certified ColdFusion Developer -Network / Web Server Administrator Vivid Media [EMAIL PROTECTED] www.vividmedia.com 608.270.9770 -Original Message- From: Rob Rohan

Re: Payment Gateways? (Was: OPINIONS: PayFlow Pro and CF Integration?)

2002-11-22 Thread Jason Miller
Is LinkPoint by Card Service International? I see their little logo on the page when I found linkPoint If so - don't let their promise of service and talk of them being one of the largest sway you. I have a list of clients that are incredibly unhappy. Although fairly simple- roadblocks left an

RE: Other Mailing lists

2002-11-22 Thread Larry Juncker
If you go to groups.yahoo.com and search for programming, you can find several. JS-Jive is now on houseoffusion with CF-Talk and many others. Larry Juncker Senior Cold fusion Developer Heartland Communications Group, Inc. [EMAIL PROTECTED] (515) 574-2122 CONFIDENTIALITY NOTICE The information co

RE: simple encode ???

2002-11-22 Thread Douglas.Knudsen
check out the encrypt() function for a simple start. D >-Original Message- >From: Mark W. Breneman [mailto:[EMAIL PROTECTED]] >Sent: Friday, November 22, 2002 2:38 PM >To: CF-Talk >Subject: simple encode ??? > > >Does anyone have a simple way of encoding a url var? What I >am looking fo

RE: simple encode ???

2002-11-22 Thread Rob Rohan
If you really are not that concerned with security you can do #toBase64("id=123")# to encode and #toString(toBinary(toBase64("id=123")))# to decode. Totally insecure, but kind of sounds like what you want. Rob Certified Organic "When you put things in quotes, people think someone actually sai

Re: Payment Gateways? (Was: OPINIONS: PayFlow Pro and CF Integration?)

2002-11-22 Thread Paul Giesenhagen
We wrote a custom tag for CDG Commerce (http://www.quilldesign.com/cdg/index.cfm) It is a simple custom tag to install. The custom tag is free as well as the payment gateway setup is free. You just have to pay the normal processing fee's monthly. Hope this helps! Paul Giesenhagen QuillDesign -

CFLOOP issues

2002-11-22 Thread Cutter (CF_Talk)
*** Sorry if this is repost, still having mail server/client issues *** Something new for me within CF so any help is greatly appreciated. I'm trying to loop through a number of form fields (form.strImage1, form.strImage2, form.strImage3, form.strImage4), do some checking, set some variables. Bu

RE: Payment Gateways? (Was: OPINIONS: PayFlow Pro and CF Integration?)

2002-11-22 Thread Lee Fuller
Yeah.. I've noticed that it's fairly simple. Unfortunately, it tends to be expensive for the little guys out there -- which we seem to be running into a lot, these days. I've looked at SimplePay, and LinkPoint. They're much cheaper. But question is.. Are they as reliable and workable? Anyone h

simple encode ???

2002-11-22 Thread Mark W. Breneman
Does anyone have a simple way of encoding a url var? What I am looking for is to keep the string as short as possible and to make sure you can not just increment a value and get a different database record? I am not looking to make the values uncrackable, just not worth the effort to decode. I t

Re: OPINIONS: PayFlow Pro and CF Integration?

2002-11-22 Thread Frank Mamone
Excellent product. Easy to use and setup. - Original Message - From: "Lee Fuller" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 11:14 AM Subject: OPINIONS: PayFlow Pro and CF Integration? > Quick thoughts, pitfalls, opinions? > > TTAIA > > >

RE: MVC tool for CF

2002-11-22 Thread Mike Brunt
Apologies for my missing this. http://halhelms.com/writings/mvc.htm Kind Regards - Mike Brunt, CTO Webapper Blog http://www.webapper.net Web site http://www.webapper.com Downey CA Office 562.243.6255 AIM - webappermb Web Application Specialists -Original Message- From: Mike Brunt [mailt

RE: MVC tool for CF

2002-11-22 Thread Mike Brunt
The Adalon tool as I understand it is an excellent tool for creating ColdFusion Fusebox 3.0 applications. It is not per se an MVC tool, although we program extensively using Fusebox and it is very reminiscent of the MVC schema. This article by Hal Helms relates directly to MVC and Fusebox. Kind

RE: OT JS Help

2002-11-22 Thread Lofback, Chris
You need to be able to parse the date out of the form field. I wrote a JS library that handles this (and several other types of validation). Take a look at http://66.0.48.14/js/ Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com > -Or

OT: Other Mailing lists

2002-11-22 Thread Fregas
This is way off topic, but does anyone know of some mailing lists similar to CFTALK but for Java, C# and/or ASP.NET? CFTalk has served me so well over the years because of the high level of activity and the high level of intellect of everyone on here. However, I'm trying to learn both .NET an

RE: OT JS Help

2002-11-22 Thread Rob Rohan
I am not sure if you are trying to do a whole date or just a the month part or what. This is one of my favorite JS sites. Look at the Date object - perhaps that might help. http://developer.netscape.com/docs/manuals/communicator/jsref/contents.htm Cheers, Rob Certified Organic "When you put thin

RE: OT JS Help

2002-11-22 Thread Tim Do
if (parseInt(document.form.Date1.value) > parseInt(document.form.Date2.value)) { alert("Date1 must be before the Date2!") document.form.Date1.focus() return false; } -Original Message- From: Tipton Josh (orl1jdt) [mailto:[EMAIL PROTEC

cfx_jspellcheck as fuse?

2002-11-22 Thread Greg McDaniel
Has anyone implemented the CFX_JSpellCheck from CFDev.com as a fuse? or even used it? Greg McDaniel ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index

Re: Complex object types to simple value??

2002-11-22 Thread Frank Mamone
I can confirm you will get this error with any of the reserved keywords. I had change the URL references ion my code. - Original Message - From: "Dustin Snell [Unisyn Software, LLC]" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 12:33 PM Subject: Co

Re: CF administrator MX System probes

2002-11-22 Thread Frank Mamone
As far as I know it'a available only with the Enterprise version AND if you are using clustering features. - Original Message - From: "Willy Ray" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 12:37 PM Subject: SOT: CF administrator MX System probe

Re: Allaire Forums on Cold Fusion MX?

2002-11-22 Thread Jochem van Dieten
Dustin Snell [Unisyn Software, LLC] wrote: > Has anyone on this list made the old Allaire Forums application work > with ColdFusion MX? Upgrading seems to have broken it in a big way. > I am thinking it is because the security options are different. I am > currently getting an error about Cli

Re: Allaire Forums on Cold Fusion MX?

2002-11-22 Thread Dustin Snell [Unisyn Software, LLC]
heh - Original Message - From: "Dustin Snell [Unisyn Software, LLC]" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 10:24 AM Subject: Allaire Forums on Cold Fusion MX? > Repost with proper subject: > > Me again... I hope this is the last upgrading qu

Re: MVC tool for CF

2002-11-22 Thread Stephen Moretti
I do as it happens, but only for UK prices. Prices vary from £320 to £1550 (ex VAT) depending on the version you want. Call your local sales office though. There are support and upgrade packages that you might be interested in. Regards Stephen - Original Message - From: "Patti G. L. H

OT JS Help

2002-11-22 Thread Tipton Josh (orl1jdt)
I have a set date already and I want to make sure that the date entered is not higher than the current set date and if so then a warning would show. In my reasearch js kind of bites when it comes to dates so I need some help. In short I want to make sure that date1 !> an entered form value. Tha

Allaire Forums on Cold Fusion MX?

2002-11-22 Thread Dustin Snell [Unisyn Software, LLC]
Repost with proper subject: Me again... I hope this is the last upgrading question. Upgrading from CF 4.5 to MX. Has anyone on this list made the old Allaire Forums application work with ColdFusion MX? Upgrading seems to have broken it in a big way. I am thinking it is because the security opt

Re: MVC tool for CF

2002-11-22 Thread Patti G. L. Hall
Do you have any information on pricing? There's none on the site... They want you to call their sales offices. That usually means "too expensive to consider unless you've got a corporate pocketbook" in my experience. -Patti Stephen Moretti wrote: >> Has anyone came across any Model View Contr

Re: Complex object types to simple value??

2002-11-22 Thread Dustin Snell [Unisyn Software, LLC]
Me again... I hope this is the last upgrading question. Upgrading from CF 4.5 to MX. Has anyone on this list made the old Allaire Forums application work with ColdFusion MX? Upgrading seems to have broken it in a big way. I am thinking it is because the security options are different. I am cur

RE: OT: onUnload() Issue within a CF Application.

2002-11-22 Thread S . Isaac Dealey
My experience was that onunload() had the same behavior in IE -- which is how I wound up using onbeforeunload() which unfortunately is an IE event. > We lots of problems with onUnload() and found that it > could not be > effectively used to log a user out. I believe that in > Netscape, the window

RE: OT: onUnload() Issue within a CF Application.

2002-11-22 Thread Justin Greene
We lots of problems with onUnload() and found that it could not be effectively used to log a user out. I believe that in Netscape, the windows was closing before the onUnload() event actually finished executing. After a while we gave up and went back to to just timing out sessions. Justin > ---

Re: Complex object types to simple value??

2002-11-22 Thread Dustin Snell [Unisyn Software, LLC]
That was it - I should have known. Thanks everyone. So far I am liking this version much better. Dustin Snell Unisyn Software, LLC - Original Message - From: "charlie griefer" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 9:41 AM Subject: Re: Complex

Re: Complex object types to simple value??

2002-11-22 Thread charlie griefer
do a and you'll see why you can't use it as a form action. As somebody else pointed out, cf stores 'url' as a structure. On a side note, now that you're off of 4.5, can be your best friend :) charlie Dustin Snell [Unisyn Software, LLC] writes: > Hi again... trying to port from 4.5 to M

RE: Complex object types to simple value??

2002-11-22 Thread Mosh Teitelbaum
In CF5 and MX, "URL" is a reserved word. Change the variable name from "URL" to something else (eg., "gotoURL"), and you should be fine. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ > -Original Message- > From:

RE: Complex object types to simple value??

2002-11-22 Thread Everett, Al
URL as a variable name is probably screwing you up. The URL scope is a structure. Either scope it properly (Variables.URL) or use a different name. > -Original Message- > From: Dustin Snell [Unisyn Software, LLC] [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 22, 2002 12:33 PM > To: C

RE: Complex object types to simple value??

2002-11-22 Thread Adrian Lynch
Probably the variables URL, it's a reserved word maybe. Ade -Original Message- From: Dustin Snell [Unisyn Software, LLC] [mailto:[EMAIL PROTECTED]] Sent: 22 November 2002 17:33 To: CF-Talk Subject: Complex object types to simple value?? Hi again... trying to port from 4.5 to MX and I ge

Complex object types to simple value??

2002-11-22 Thread Dustin Snell [Unisyn Software, LLC]
Hi again... trying to port from 4.5 to MX and I get this error. Anyone have any idea? -Dustin Snell Unisyn Software, LLC Error Occurred While Processing Request Complex object types cannot be converted to simple values. The expression has requested a variable or an intermediate expression result

Re: LSIsCurrency Bug?!?!?!?!

2002-11-22 Thread Alexander Sherwood
At 10:59 AM 11/22/2002 -0600, you wrote: >I got the same result on CFMX. What I did though was just use the >LSParseCurrency function to parse it into a correct currency format: > > I had no idea that function existed! In the meantime, I used LSIsCurrencyFormat within A CFTRY block to trap the

Linkpoint Payment Processing

2002-11-22 Thread Chris Alvarado
Hello all, I am currently involved in a website redesign / dev and the site currently uses Linkpoint to do the CC processing. Does anyone out there have any experience with this software? Good? Bad? I'm trying to figure out if I need to recommend some new CC processing package (such as Verisign'

Re: LSIsCurrency Bug?!?!?!?!

2002-11-22 Thread Bruce Sorge
I got the same result on CFMX. What I did though was just use the LSParseCurrency function to parse it into a correct currency format: - Original Message - From: "Alexander Sherwood" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 10:35 AM Subject: L

RE: Java in CF (CFMX)

2002-11-22 Thread Rob Rohan
I understand your decision but I have a couple more things to add, then I'll shut up. 1) To me CFSCRIPT is to Cold Fusion 5 what CFJAVA would've been to CFMX. 2) I also don't think people would just use a cfjava block to just use it. There would have to be a need. (I.E. a custom java tag that doe

RE: making Coldfusion MX process htm files.

2002-11-22 Thread Christine Lawson
Hi, Take a look at this technote and just substitute .dbm with .htm: http://www.macromedia.com/v1/Handlers/index.cfm?ID=23258&Method=Full Regards, Christine -Original Message- From: Dustin Snell [Unisyn Software, LLC] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 11:44 AM To

RE: making Coldfusion MX process htm files.

2002-11-22 Thread Robertson-Ravo, Neil (RX)
I cant remember what it is though its an XML file. -Original Message- From: Dustin Snell [Unisyn Software, LLC] [mailto:[EMAIL PROTECTED]] Sent: 22 November 2002 16:44 To: CF-Talk Subject: making Coldfusion MX process htm files. Hello all. I just finally upgraded from 4.5 to MX. Wi

making Coldfusion MX process htm files.

2002-11-22 Thread Dustin Snell [Unisyn Software, LLC]
Hello all. I just finally upgraded from 4.5 to MX. With 4.5 we used to configure it to parse our htm files to bu simply adding the extention and the dll in the server properties in IIS. Now when I add the .htm extension in there it causes my pages to stop loading entirely. CFM files are working f

LSIsCurrency Bug?!?!?!?!

2002-11-22 Thread Alexander Sherwood
The LSIsCurrency function returns "YES" when passed the following string: "125..25". Two periods? Since when is that a valid currency for the US/English locale?! Anyone have any ideas? Thanks, -- Alex Sherwood PHS Collection Agency THE COLLECTORS 301.215.4200 T

RE: OPINIONS: PayFlow Pro and CF Integration?

2002-11-22 Thread Lee Fuller
Excellent... Thanks Ben / Dan... I appreciate the info! Lee | -Original Message- | From: Dan Phillips [mailto:[EMAIL PROTECTED]] | Sent: Friday, November 22, 2002 8:24 AM | To: CF-Talk | Subject: RE: OPINIONS: PayFlow Pro and CF Integration? | | | I've assited quite a few peo

Re: how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0

2002-11-22 Thread samcfug
Linux will not ordinarily support an Access Database which is a Windows only product. That said, there are some (pretty expensive) bridging modules that will connect to a remote windows box where the Access database is. = Douglas White group Manager mailto:[EMA

RE: OPINIONS: PayFlow Pro and CF Integration?

2002-11-22 Thread Dan Phillips
I've assited quite a few people over the last year as well and I have had great results. Easy to install, easy to test, use, troubleshoot, etc. Whenever I get a customer now that wants to enter into real time processing, I always strongly advise that they use this tag. Thank you, Dan Phillips Exp

RE: OPINIONS: PayFlow Pro and CF Integration?

2002-11-22 Thread Ben Densmore
It's pretty straight forward to set up. We have been using it for about a year now and have had no problems at all. The developers guide walks you through the whole process and is explained pretty well. Ben -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: Friday, Nov

OPINIONS: PayFlow Pro and CF Integration?

2002-11-22 Thread Lee Fuller
Quick thoughts, pitfalls, opinions? TTAIA ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetpro

Re: how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0

2002-11-22 Thread Stephen Moretti
> Can anyone tell me how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0? > > Thanks. > You can't. MS Access is not supported on non-windows platforms. Switch to mySQL or another database that runs well on Linux. Regards Stephen ~

Re: (OT) Flashcom testing

2002-11-22 Thread samcfug
Adam That is the question of the hour, and something we are trying to figure out. They even work better not using a browser at all but starting the standalone player and popping in the link and then let it run. The memory leak in IE is fairly known, however MS just released an update that is suppo

Re: OT: IIS logging problem

2002-11-22 Thread samcfug
I have to admit, I am experiencing a similar problem. I have one server (same OS as yours) with 25 virtual hosts on it, and not all the logs were reporting exactly the same way. I did quite a bit of fiddling, and in two cases, I deleted and then rebuilt the virtual domain, to get the logging consis

how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0

2002-11-22 Thread Abdusselam Karatas
Can anyone tell me how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0? Thanks. Abdüsselam KARATAÞ [EMAIL PROTECTED] Truva Ýletiþim Hizmetleri Ltd. Þti. Salih Omurtak Cd. No:79 81020, Koþuyolu / Ýstanbul TURKEY Tel: +90 216 339 06 10 Faks: +90 216 339 02 42 ~

RE: Enabling AS insight in Dreamweaver?

2002-11-22 Thread Stacy Young
Yep. The color coding looks correct but there's no function insight. :( -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 7:36 AM To: CF-Talk Subject: RE: Enabling AS insight in Dreamweaver? it should be by default? are you ed

Re: Scheduler bugs?

2002-11-22 Thread Frank Mamone
Some issues with the Scheduler were addressed with CFMX Upadate 1. - Original Message - From: "W Luke" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 1:35 PM Subject: Scheduler bugs? > Hi, > > The Scheduler in MX usually works fine, but I've come

RE: (OT) Flashcom testing

2002-11-22 Thread Adrocknaphobia Jones
How come it works different in one browser to the next? It's using the same flash player, right? Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: samcfug [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: OT: IIS logging problem

2002-11-22 Thread Kelly Tetterton
I will pass along the upgrade suggestion, but just to reiterate: -- we have already turned on extended logging (and all extended items *except* for this appear) -- service has been stopped and restarted -- seemingly identical environments are behaving differently Has anyone else run into this? T

Re: OT: IIS logging problem

2002-11-22 Thread samcfug
Are you describing the logging being done by the virtual hosts? In properties of a particular host - there is a tab for advanced properties and logging options. This provides you with many options for what you want included in the W3SVC logging, including allowing you to change the path where you

  1   2   >