CFHTTP and nulls in csv

2004-03-16 Thread Stevenson, Christopher
Hello, When using CFHTTP in CFMX... firstRowAsHeaders="yes" name="qryFile" /> to read a csv file like the following... colA,colB,colC A1,,C1 A2,B2, I get an error saying "Incorrect number of columns in row" but the following csv file works fine... colA,colB,colC A1,,C1 A2,B2,"" Is it a bug

Re: Generating RSS feed - validating

2004-03-16 Thread Roger Benningfield
>[2]  I'm not producing a defined news feed - it's a different set of data. >I thought the whole point of  XML was that you could define your own tags >and fields.  Am I heading down another cul-de-sac here thinking about >attempting to produce RSS containing fields like Event, Day, Month, Year, >n

RE: Generating RSS feed - validating

2004-03-16 Thread Kym Kovan
Hi Mike, >Looks like I have to drop the idea of using RSS, and go back to trying to >figure out how to show PHP site developers how to use WSDL in PHP. Just came in: http://web.zdnet.com.au/builder/program/web/story/0,234810,20283202,00.htm How (not) to consume webservices in PHP :-/ [Tod

Re: More on Laszlo

2004-03-16 Thread Christian Cantrell
On Mar 16, 2004, at 1:33 PM, Dave Carabetta wrote: > Laszlo does not have an >  IDE that I see. They assume you'll use another IDE to code your Laszlo >  applications (which is fine by me). Macromedia has already started working on a MXML (the language that Flex uses) IDE codenamed "Brady".  I t

RE: Generating RSS feed - validating

2004-03-16 Thread Michael Kear
Thanks for your suggestions Matthew. Looks like I have to drop the idea of using RSS, and go back to trying to figure out how to show PHP site developers how to use WSDL in PHP. It got pretty heated last night, and I even got some hate mail offline from some list members about it.   If I can ex

RE: Generating RSS feed - validating

2004-03-16 Thread Michael Kear
Thank you Peter, but it wont.  I'm trying to share my information with PHP sites, not consume their information on mine. Cheers Mike Kear   _   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 17 March 2004 2:08 PM To: CF-Talk Subject: Re: Generating RSS feed - validating

RE: using web services the raw way

2004-03-16 Thread Rob
On Tue, 2004-03-16 at 19:28, Rob wrote: > On Tue, 2004-03-16 at 18:08, Andre Turrettini wrote: > > Hi Rob, > > I was wondering if you could email me the js that youre talking about?  I'm > > pretty curious to see what youre up to?  For instance, how do you set the > > headers in js? > > Sure, it'l

RE: using web services the raw way

2004-03-16 Thread Rob
On Tue, 2004-03-16 at 18:08, Andre Turrettini wrote: > Hi Rob, > I was wondering if you could email me the js that youre talking about?  I'm > pretty curious to see what youre up to?  For instance, how do you set the > headers in js? Sure, it'll be up and down alot as I am writting it as we speak

RE: Generating RSS feed - validating

2004-03-16 Thread Matthew Walker
1) Try putting this immediately before the 2) There's probably not a lot of point making up tags. The only advantage of RSS is that it's a standard, meaning other software like FeedDemon will recognize the tags. If you add your own, other software won't recognize the data embedded in those tags

Re: Generating RSS feed - validating

2004-03-16 Thread peter . tilbrook
Perhaps this article can help: http://www.fusetalk.com/news/newsarticles.cfm Peter Tilbrook Transitional Services - Enterprise eSolutions Centrelink (http://www.centrelink.gov.au) 2 Faulding Street Symonston ACT 2609 Tel: (02) 62115927    

Generating RSS feed - validating

2004-03-16 Thread Michael Kear
I hesitate to bring this up again, because you're probably all sick of this just like me.  But I want to put this issue away now.  It's about my webservice for Bluegrass Australia's Anniversaries  database. I took up Dave Watt's suggestion and decided to produce a RSS feed.  Only I found two probl

RE: Quick Help

2004-03-16 Thread Stacy Young
Like inside a page? ... ... ... #GetTickCount()-start# ms -Stace   _   From: Matthew Friedman [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 4:59 PM To: CF-Talk Subject: Quick Help I forgot the function to get the time a page took to process in CF (ie like in the debugger

RE: using web services the raw way

2004-03-16 Thread Dave Watts
> Holy cow Dave - you are a genius. Works perfect with > SOAPAction="[methodname]" in the headers. No genius required - I've just done that before (a long time ago) using CF 5. Yecch. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays Thread

RE: using web services the raw way

2004-03-16 Thread Andre Turrettini
Hi Rob, I was wondering if you could email me the js that youre talking about?  I'm pretty curious to see what youre up to?  For instance, how do you set the headers in js? DRE -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 3:24 PM To: CF-Talk Subject:

RE: CFIF Insanity

2004-03-16 Thread Matthew Walker
Maybe you know this already but CF still processes content inside HTML comments. So you shouldn't comment out CFML with HTML comment markup. -Original Message- From: Richard Crawford [mailto:[EMAIL PROTECTED] Sent: Wednesday, 17 March 2004 12:05 p.m. To: CF-Talk Subject: Re: CFIF Insanity

RE: CFIF Insanity

2004-03-16 Thread Shawn Grover
I've seen the same behaviour if a quote is missing from a string within an IF block, or if a tag in a CFIF block is missing the end angle bracket ">". Shawn -Original Message- From: Richard Crawford [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 5:03 PM To: CF-Talk Subject: Re:

Re: CFIF Insanity

2004-03-16 Thread Richard Crawford
Barney Boisvert wrote: > With DMWX I've run into sporadic situations where it will replace certain > things with this big long string of nastiness that seems to be some form of > metadata markup about a given variable or tag.  I've got a couple files in > my app (of about 2000) that I can't edit i

Re: CFIF Insanity

2004-03-16 Thread Richard Crawford
J E VanOver wrote: > Can you post  your code? > > Unmatched comment tags? It turned out to be something similar.  Some parts of the code contained comments that started with [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFIF Insanity

2004-03-16 Thread Barney Boisvert
With DMWX I've run into sporadic situations where it will replace certain things with this big long string of nastiness that seems to be some form of metadata markup about a given variable or tag.  I've got a couple files in my app (of about 2000) that I can't edit in DW, I have to use a different

RE: CFIF Insanity

2004-03-16 Thread J E VanOver
Can you post  your code? Unmatched comment tags?   -Original Message-   From: Richard Crawford [mailto:[EMAIL PROTECTED]   Sent: Tuesday, March 16, 2004 3:48 PM   To: CF-Talk   Subject: CFIF Insanity   I have a rather long script that I've been editing with HomeSite.  When   I try to run

CFIF Insanity

2004-03-16 Thread Richard Crawford
I have a rather long script that I've been editing with HomeSite.  When I try to run it, I keep getting this error:   Context validation error for tag cfif. The end tag requires a matching start tag. I've gone over this code with a fine-toothed comb several times and even rewritten big parts o

RE: International Payment Processing

2004-03-16 Thread Michael Kear
My caution isn't directly CF related, but there are some locations that are infamous for fraud.  For example we don't accept credit card orders from Indonesia no matter what.   There is a big industry there in ordering merchandise by credit card,   then after it's shipped disputing the transaction.

Blue Dragon J2EE Server & getpagecontext() problem

2004-03-16 Thread Karuna Pandey
Does BlueDragon 3.X and 6.0(beta) really support the getpagecontext() function. The docs say that 6.0 supports it ... However evena  simple code like the one attached below gives an error. Has anyone got any success with the CFML to JSP/Servlet communication??

RE: Ordering in QofQ

2004-03-16 Thread Philip Arnold
> From: Barney Boisvert > > Does anyone know if it's possible to force the records > returned from a QofQ to be in the same order as the original > recordset, or whether that is the specified default behaviour > if no ORDER BY clause is provided?  This is how I expect it > to behave by default

RE: query of query trimming?

2004-03-16 Thread Turetsky, Seth
It's a VARCHAR2(4000) in Oracle The lengths change from 100 down to 96.  And yep the queries are the same(just straight selects), despite one being a query of query. Weird stuff, sounds like a bug to me Think anyone could give it a try for me?  Just put some carriage returns at the start of a fiel

RE: using web services the raw way

2004-03-16 Thread Rob
On Tue, 2004-03-16 at 14:14, Dave Watts wrote: > > The SOAPAction header... I'll search on google for what those > > can be, but do you have a link? > > I seem to recall that it's typically the name of the method you want to > call, but I could be wrong about that. Holy cow Dave - you are a geniu

Ordering in QofQ

2004-03-16 Thread Barney Boisvert
Does anyone know if it's possible to force the records returned from a QofQ to be in the same order as the original recordset, or whether that is the specified default behaviour if no ORDER BY clause is provided?  This is how I expect it to behave by default, and experimentation seems to confirm it

RE: query of query trimming?

2004-03-16 Thread Jerry Johnson
What data-type is the object in your db? What is the len() of that field on your sample direct call record? What is the len() of that field on your sample QofQ record? Are you doing anything in your QofQ to change the data in the field itelf? Are you sure the record you are getting back for the

Re: CF OO: Help with implementing DB-persisted object inheritance (i.e. the SQL aspect)

2004-03-16 Thread Steve Nelson
I imagine you'd need a tree structure, not a direct relationship. Steve Nelson Jamie Jackson wrote: > Say I've modeled the inheritance in this manner (table per class): > http://www.agiledata.org/essays/mappingObjects.html#MapEachClassTo > able > > I'm having a tough time figuring out how to joi

RE: query of query trimming?

2004-03-16 Thread Turetsky, Seth
Yeah, I grabbed the first, but it was different when I did a QofQ Very annoying -seth -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 5:06 PM To: CF-Talk Subject: RE: query of query trimming? You can try looping over each character to see if

RE: Oracle9, CF5 and Merant drivers

2004-03-16 Thread Matt Robertson
Its not my choice, I'm afraid.  I'm helping out a user who in turn is at the mercy of his IT dept. Myself, I've always used the Oracle ODBC drivers you refer to, back to CF 4.5. Cheers, --Matt Robertson-- MSB Designs, Inc. -- Original Message -- From: "Lo

RE: query of query trimming?

2004-03-16 Thread Burns, John D
You can try looping over each character to see if it replaced the chr(13) or chr(10) with some other character by chance?  I don't know of any issue with QofQ removing these characters. John -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004

RE: using web services the raw way

2004-03-16 Thread Dave Watts
> Ok good stuff I'll look for it ... do you know what part of > the wsdl that is? is it the: > >   >  > binding="impl:posttest.cfcSoapBinding"> >   > location="http://dev.rohanclan.com/neuromancer/posttest.cfc"/> >  >    > part? Yes, that's it. Note there's no query string on that.

RE: query of query trimming?

2004-03-16 Thread Turetsky, Seth
I meant, I did an asc(first(myString)) and it returned those values -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 5:01 PM To: CF-Talk Subject: RE: query of query trimming? Unfortunately yes, I'm sure.  I did a QofQ then a direct query, and

RE: query of query trimming?

2004-03-16 Thread Turetsky, Seth
Unfortunately yes, I'm sure.  I did a QofQ then a direct query, and they were different, the direct query returned 13, the QofQ returned like 83, the ascii value of T(the first letter in the string) -seth -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, Ma

RE: "Undefined in Form" when using MSIE

2004-03-16 Thread Burns, John D
As weird as this may sound (and possibly uneducated) is there any chance that it's CF losing the form scope somehow (or maybe it's there but for some reason CF isn't able to read it)?  It seems like a lot of people on the list have mentioned this problem.  Have we narrowed down the CF version being

RE: Quick Help

2004-03-16 Thread Jerry Johnson
Or put it in your Application.cfm and onRequestEnd.cfm files. (Obvious, but you took my answer) Jerry Johnson >>> [EMAIL PROTECTED] 03/16/04 04:48PM >>> GetTickCount()  ? If so, remember to run it at the top of the page and at the bottom then get the difference... Mike > I forgot the function

RE: Quick Help

2004-03-16 Thread Michael T. Tangorre
GetTickCount()  ? If so, remember to run it at the top of the page and at the bottom then get the difference... Mike > I forgot the function to get the time a page took to process > in CF (ie like > in the debugger) > > I need to run a large scheduled task each night and I would > like to see

RE: Quick Help

2004-03-16 Thread Ben Densmore
I think it's getTickCount(). Ben -Original Message- From: Matthew Friedman [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 4:59 PM To: CF-Talk Subject: Quick Help I forgot the function to get the time a page took to process in CF (ie like in the debugger) I need to run a large

Quick Help

2004-03-16 Thread Matthew Friedman
I forgot the function to get the time a page took to process in CF (ie like in the debugger) I need to run a large scheduled task each night and I would like to see how long it ran. I searched the HOF site but could not find it. Thanks Matthew Friedman [Todays Threads] [This Message] [Subs

Re: "Undefined in Form" when using MSIE

2004-03-16 Thread Nick Han
I have had the same problem with my sites and raised the subject in this list before.  I guess there's no real fix as far as a patch to fix IE.  The kluge I have to prevent the processing page from erring out on a post action, when this mysterious bug occurs. Before processing the submitted form,

RE: I really don't know why I care anymore...

2004-03-16 Thread Michael T. Tangorre
I use it sparingly, although I am using it more and more now that I think of it. I have not run into losing snippets or shortcuts, etc yet but if I did, I sure would be pved! I am still trying to get it to match the indent spacing used in HS+, everytime I flip flop between the two my code goes

RE: "Undefined in Form" when using MSIE

2004-03-16 Thread Michael T. Tangorre
What do you have the enctype set to in the form tag? Also, do you have any links to provide us where we might see this happening? Mike > We are experiencing random occurrences of the error message > "element X undefined in form" when using MSIE 6.0.   > (X represents the names of variou

Re: I really don't know why I care anymore...

2004-03-16 Thread Morgan Senkal
Dreamweaver?  Isn't that a song or something?  :P Never use it...never will ( for the next IT cycle at least! ) >After running the updater is the only time I have been able to get the >snippet shortcuts to work in DWMX04.  I too found that all of my keyboard >shortcuts were missing. Then I found

Re: query of query trimming?

2004-03-16 Thread Jerry Johnson
Are you sure they have a chr(13) (Carriage Return). It might have just a line feed (chr(10)). Try replacing chr(10) instead. Jerry Johnson [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

query of query trimming?

2004-03-16 Thread Turetsky, Seth
Looks like when I run a query of query, it's stripping out some carriage returns(which I need).  Has anyone else seen this, known thing? Example: PASSWORD="#app_passwd#"> select text1 from myView where key = 100 select text1 from mainQuery where detail_key = 1 PASSWORD="#app_passwd#">

"Undefined in Form" when using MSIE

2004-03-16 Thread Michelle Dickens
We are experiencing random occurrences of the error message “element X undefined in form” when using MSIE 6.0.  (X represents the names of various form variables and is always the first form variable referenced in the action file.)  This problem cannot be duplicated using Netscape.  When th

RE: using web services the raw way

2004-03-16 Thread Rob
On Tue, 2004-03-16 at 12:06, Dave Watts wrote: > > Does anyone know, or have some tasty links to information > > about, what http headers the web webservice is expecting? I > > have used web services in java and cfinvoke, but they > > abstract the low level stuff (which is what I am trying to do

Re: CF OO: Help with implementing DB-persisted object inheritance (i.e. the SQL aspect)

2004-03-16 Thread Jamie Jackson
Nevermind. This stuff's starting to come into focus now. Jamie On Tue, 16 Mar 2004 10:27:31 -0500, in cf-talk you wrote: >Say I've modeled the inheritance in this manner (table per class): >http://www.agiledata.org/essays/mappingObjects.html#MapEachClassToTable > >I'm having a tough time figurin

RE: I really don't know why I care anymore...

2004-03-16 Thread Mark W. Breneman
After running the updater is the only time I have been able to get the snippet shortcuts to work in DWMX04.  I too found that all of my keyboard shortcuts were missing. Then I found that DW had defaulted back to the standard shortcuts.  I found my set still in DW just not selected.  Now I am as hap

SOT: My Boolean Logic is very rusty today.

2004-03-16 Thread Ian Skinner
I wrote the following monster compound if statement.  It works and produces the correct results, but my instincts say there is a better way, but my Boolean logic doesn't seem to be up to the task.  Anybody want to see if they can trim this beast down to a more elegant solution? Just to say that you

Re: I really don't know why I care anymore...

2004-03-16 Thread Bryan Stevenson
Sure am glad I still use CF Studio or HomeSite+ ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com -

I really don't know why I care anymore...

2004-03-16 Thread Tyler Silcox
I just ran the glorious updater for DWMX 2K4 and I lost all my precious snippet shortcuts...arrr! All I have to say at this point is that the DWMX developers better have some good solid code lined up in this updater and in the next release or I am jumping ship and never, ever, ever, ever

RE: Oracle9, CF5 and Merant drivers

2004-03-16 Thread Lofback, Chris
One other thought.  Is there any reason why you are not using the Oracle ODBC driver that comes with the Oracle client?  We've seen the occasional odd error using the Merant driver and prefer to use the Oracle driver whenever possible. Chris -Original Message- From: Matt Robertson [mailto

RE: using web services the raw way

2004-03-16 Thread Dave Watts
> I am writting some low level libarires to access web services > from _javascript_, (if you care I am trying to make something > like _javascript_ remoting) and I am having a bit of trouble > getting information to and from services. > > Things are going pretty well; however, when I post to a

RE: Oracle9, CF5 and Merant drivers

2004-03-16 Thread Dave Watts
> I hopefully just finished a marathon with a user trying to > use CF5 and Oracle 9.  They were having problems we > eventually worked out, but I saw this preceding every error > message: > > [MERANT][ODBC Oracle 8 driver] ... error message goes here ... > > It looks from the above that they'r

SOT: using web services the raw way

2004-03-16 Thread Rob
I am writting some low level libarires to access web services from _javascript_, (if you care I am trying to make something like _javascript_ remoting) and I am having a bit of trouble getting information to and from services. Things are going pretty well; however, when I post to a ?wsdl I get the

Oracle9, CF5 and Merant drivers

2004-03-16 Thread Matt Robertson
I hopefully just finished a marathon with a user trying to use CF5 and Oracle 9.  They were having problems we eventually worked out, but I saw this preceding every error message: [MERANT][ODBC Oracle 8 driver] ... error message goes here ... It looks from the above that they're running an Oracle

Re: More on Laszlo

2004-03-16 Thread Dave Carabetta
> >  >One thing I haven;t been able to determine is what LZ (Hate typing > >  >Laszlo) sells -- and how much it costs. > > > >  They sell the J2EE EAR/WAR file that contains the Laszlo engine. It's > > akin > >  to how Macromedia (most likely) will be offering the Flex engine when > > it's > >  don

OT: Owner of CF-Talk Yahoo group please contact me

2004-03-16 Thread Michael Dinowitz
Will the owner of the CF-Talk list on Yahoo please contact me. The group was set up as a mirror of the HoF list and has not had content since 2000. All posts to the group fail and I'd like to make use of it as a secondary archive of the list. Thanks p.s. I've got [EMAIL PROTECTED] as a secondary a

Re: More on Laszlo

2004-03-16 Thread Dick Applebaum
On Mar 16, 2004, at 10:33 AM, Dave Carabetta wrote: >  >One thing I haven;t been able to determine is what LZ (Hate typing >  >Laszlo) sells -- and how much it costs. > >  They sell the J2EE EAR/WAR file that contains the Laszlo engine. It's > akin >  to how Macromedia (most likely) will be offer

Re: OT: International Payment Processing

2004-03-16 Thread Christopher Dempsey
Mike, Our site is handling credit cards from all over the world.  The only few gotcha's I can think of are: * Authorization timeouts are all over the place.  Some foriegn banks do not timeout auth's without bill's for a long time. * Many foriegn banks do not support the CV number, or address ver

Re: More on Laszlo

2004-03-16 Thread Dick Applebaum
On Mar 16, 2004, at 9:37 AM, Dave Carabetta wrote: >  >Laszlo code is written in XML and _javascript_ as opposed to the >  >Movie/ActionScript construct of Flash. > >  I think that this is a key statement because it allows new developers > to >  leverage existing knowledge as opposed to having to

Re: More on Laszlo

2004-03-16 Thread Dave Carabetta
>You are correct, of course -- It does use Flash -- I think that Laszlo >sees Flash as a winner (much as New Atlanta sees CFML as a winner). > >But, since MM gives away the Flash player and Sells The IDE, I think >anything that provides an alternative to buying the IDE is a >competitor, No? Well,

Re: Query table names in MySQL

2004-03-16 Thread Butch Zaccheo
Oops... My last post was for ACCESS database... On 3/16/04 8:30 AM, "Tom Smith" <[EMAIL PROTECTED]> wrote: > show tables ? and then dump the variable... don't know if it'll work, but > it's gotta be worth a try > - Original Message - > From: "Burns, John D" <[EMAIL PROTECTED]> > To: "CF-T

RE: Grabbing username account from Windows login screen

2004-03-16 Thread Dave Watts
> ok...but whats weird is I UNCHECKED the Anonymous access and > CHECKED the Integrated Windows authentication and when I go > the the website I still get prompted for a username/password > via NT authentication. By itself, this will not allow IE to automatically send your domain login to the w

Dreamweaver extension - CVS Update

2004-03-16 Thread Bickham, Randy
I've been looking for a way to connect Dreamweaver MX 2004 to our CVS repository.  We connect using SSH.  I've been trying to use the demo (lite) version of CVS Update (it's on the MM exchange) that grafxsoftware puts out, but can't get it to connect using ssh and their help files aren't very helpf

Re: More on Laszlo

2004-03-16 Thread Dick Applebaum
You are correct, of course -- It does use Flash -- I think that Laszlo sees Flash as a winner (much as New Atlanta sees CFML as a winner). But, since MM gives away the Flash player and Sells The IDE, I think anything that provides an alternative to buying the IDE is a competitor, No? One thing

RE: Grabbing username account from Windows login screen

2004-03-16 Thread Mike Townend
Assuming you use IE (as Integrated Windows Authentication (AFAIK) only works on IE) then IE will try to send your currently logged in username and password to the server.  If the server doesnt find a match for this then it sends back to the browser a login failure which then prompts IE to prompt th

RE: cfhttp and cfmailpart

2004-03-16 Thread Barney Boisvert
You can write it to file directly with CFHTTP (check the 'file' and 'path' attributes) and save yourself the extra step. Cheers, barneyb > -Original Message- > From: Thomas Chiverton [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 16, 2004 9:47 AM > To: CF-Talk > Subject: Re: cfhttp an

RE: Grabbing username account from Windows login screen

2004-03-16 Thread Bushy
ok...but whats weird is I UNCHECKED the Anonymous access and CHECKED the Integrated Windows authentication and when I go the the website I still get prompted for a username/password via NT authentication. WTF? --Original Message Text--- From: Ian Skinner Date: Tue, 16 Mar 2004 08:52:27 -0800 Fi

RE: Grabbing username account from Windows login screen

2004-03-16 Thread Bushy
--Original Message Text--- From: [EMAIL PROTECTED] Date: Tue, 16 Mar 2004 11:03:49 -0600 what if your webserver is not in the same domain as your users PC?   On the other end, your webserver needs full acces to the AD, correct? Doug -Original Message- From: Ian Skinner [mailto:[EMAIL PRO

Re: cfhttp and cfmailpart

2004-03-16 Thread Thomas Chiverton
On Tuesday 16 Mar 2004 14:32 pm, Tom Jordahl wrote: > Use CFFile to write it to disk and add it as an attachment. :nods I was afraid that would be that answer. I'd really like to avoid that... -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueF

RE: More on Laszlo

2004-03-16 Thread Dave Carabetta
>I have been playing around with Laszlo and here is what I found. > >Laszlo is a Flash competitor and may also be a competitor to MM Flex >nee Royale. > I'm not sure it's a competitor to Flash, seeing as it compiles its file to the SWF format. If anything, it *uses* Flash as its presentation tech

RE: CF server on a different machine?

2004-03-16 Thread Barney Boisvert
You can do it with mod_proxy and/or mod_rewrite.  This is how I run tomcat behind apache on my personal machine.  Not remarkably scalable, but it works quite well.  If you're interested in the specific apache config, let me know Cheers, barneyb > -Original Message- > From: Burns, John D [

RE: CF server on a different machine?

2004-03-16 Thread Dave Watts
> If there is a Windows 2000 server with CF 5 on it and then > another linux server running apache webserver, how would you > set up the apache webserver to map the .cfm extensions to the > Windows CF5 server for processing?  Is this possible?  Please > let me know. You'll need to install CF o

RE: More on Laszlo

2004-03-16 Thread Raymond Camden
> Laszlo is a Flash competitor and may also be a competitor to > MM Flex nee Royale. > > I am not sure of the latter because I have not seen either > Flex or Royale. > > Laszlo is used, like Flash, to create the client side of RIA apps. Um, doesn't Laszlo _generate_ Flash? If so, isn't it more

CF server on a different machine?

2004-03-16 Thread Burns, John D
If there is a Windows 2000 server with CF 5 on it and then another linux server running apache webserver, how would you set up the apache webserver to map the .cfm extensions to the Windows CF5 server for processing?  Is this possible?  Please let me know. John [Todays Threads] [This Message]

Re: Encryption Tag

2004-03-16 Thread Bryan Stevenson
hash() is not encryption...uit's a hash ;-) one way only Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

RE: Grabbing username account from Windows login screen

2004-03-16 Thread Douglas.Knudsen
what if your webserver is not in the same domain as your users PC?   On the other end, your webserver needs full acces to the AD, correct? Doug -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 11:52 AM To: CF-Talk Subject: RE: Grabbing usernam

More on Laszlo

2004-03-16 Thread Dick Applebaum
I have been playing around with Laszlo and here is what I found. Laszlo is a Flash competitor and may also be a competitor to MM Flex nee Royale. I am not sure of the latter because I have not seen either Flex or Royale. Laszlo is used, like Flash, to create the client side of RIA apps. Laszl

RE: Grabbing username account from Windows login screen

2004-03-16 Thread Ian Skinner
First if all, it is very important that Anonymous access is UNCHECKED and Integrated Windows authentication is CHECKED in the Authentication Methods under Directory Security of any website (or directory or file) that one wants to get user information from.   component = "NTSecurity"   method

RE: Encryption Tag

2004-03-16 Thread Burns, John D
Hash() will let you decrypt but there's no way to decrypt.  If you're just doing password stuff, you can hash the original entry and store the hashed value in the database, then each time they log in, hash the value they enter and see if it matches.  The only downside is that you can't "recover" lo

RE: Encryption Tag

2004-03-16 Thread Brendan Avery
Hash() is asymmetric -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 10:02 AM To: CF-Talk Subject: RE: Encryption Tag What about hash() Jb. -Original Message- From: Scott Wilhelm [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 14:55 T

RE: Encryption Tag

2004-03-16 Thread John Beynon
What about hash() Jb. -Original Message- From: Scott Wilhelm [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 14:55 To: CF-Talk Subject: Encryption Tag Can anyone point out a free encryption tag?  I want to be able to take a password & encrypt & decrypt it for a little added security. T

Re: Query table names in MySQL

2004-03-16 Thread Tom Smith
show tables ? and then dump the variable... don't know if it'll work, but it's gotta be worth a try - Original Message - From: "Burns, John D" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, March 16, 2004 4:14 PM Subject: Query table names in MySQL > Anyone know the

Re: Grabbing username account from Windows login screen

2004-03-16 Thread Mickael
Hi Ian, I would like to see some of that code. Thanks Mike   - Original Message -   From: Ian Skinner   To: CF-Talk   Sent: Monday, March 15, 2004 3:27 PM   Subject: RE: Grabbing username account from Windows login screen   If you check Integrated Windows Authentication and Uncheck a

RE: Another SQL Question...

2004-03-16 Thread DURETTE, STEVEN J (AIT)
Che, Just off the top of my head, I believe it is: select refkeywords, sum(refcount) as trefcount from referer group by refkeywords having sum(refcount) > 5 order by sum(refcount) desc I haven't tested it but give it a try. Steve -Original Message- From: Che Vilnonis [mailto:[E

Re: Encryption Tag

2004-03-16 Thread Bryan Stevenson
CF_Cryptnot to be confused with CF_Cryp It encrypts/decrypts and uses a keyworks fine...haven't had a  glitch yet (in 6 months) If you can't find it online...let me know offlist and I can fire it your way Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Ed

RE: Another SQL Question...

2004-03-16 Thread Pascal Peters
SELECT RefKeywords, SUM(RefCount) AS TRefCount FROM Referer GROUP BY RefKeywords HAVING SUM(RefCount) > 5 ORDER BY SUM(RefCount) DESC > -Original Message- > From: Che Vilnonis [mailto:[EMAIL PROTECTED] > Sent: dinsdag 16 maart 2004 15:18 > To: CF-Talk > Subject: OT: Another SQL Question

Query table names in MySQL

2004-03-16 Thread Burns, John D
Anyone know the syntax for querying a list of tablenames for a given database in MySQL from CF? select tablenames ??? Thanks for any info you can pass along. John [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Another SQL Question...

2004-03-16 Thread Che Vilnonis
sorry, i figured this one out already...   -Original Message-   From: Che Vilnonis [mailto:[EMAIL PROTECTED]   Sent: Tuesday, March 16, 2004 9:18 AM   To: CF-Talk   Subject: OT: Another SQL Question...   I know I'm a PITA...but a have another SQL question.   Take the following query:   SE

CF OO: Help with implementing DB-persisted object inheritance (i.e. the SQL aspect)

2004-03-16 Thread Jamie Jackson
Say I've modeled the inheritance in this manner (table per class): http://www.agiledata.org/essays/mappingObjects.html#MapEachClassToTable I'm having a tough time figuring out how to join a (subclass's) table whose name comes from a column value. Assuming this is the right way to go about it, how

RE: CFC Web services wont work with PHP sites

2004-03-16 Thread Dave Watts
> I thought that what was generated by the CFC using > access="Remote"  was WSDL - a flavour of SOAP. To be precise, WSDL isn't SOAP. SOAP (Simple Object Access Protocol) is an XML language used by services and their clients to exchange data. If this is done over HTTP, those services are web servi

OT: International Payment Processing

2004-03-16 Thread Haggerty, Mike
A client of mine is looking to set up an ecommerce site that accepts orders from outside the United States. More specifically, he has a large number of clients in places like Malaysia, Singapore, Hong Kong, etc. and is trying to avoid the large fees and wait times that go along with using cashiers

Re: CFC Web services wont work with PHP sites (Repeated from Web Interface)

2004-03-16 Thread Ian Skinner
It looks like it works to me? I run this url:  http://bluegrass.org.au/_cfcs/anniversaries.cfc?method=getthisweeksevents And I get this wddx packet: 599.0602.01033.01034.01035.01036.01037.01038.01039.01040.0595.0596.0598.0942.0594.0birthd

RE: CFC Web services wont work with PHP sites

2004-03-16 Thread Burns, John D
I think all of the sources mentioned were very reliable.  Web services are very simple to create in CF once you know how to make CFCs.  I don't think you're having a problem with creating them, you're having a problem consuming them from another language (PHP).  I don't think any of them ever said

Encryption Tag

2004-03-16 Thread Scott Wilhelm
Can anyone point out a free encryption tag?  I want to be able to take a password & encrypt & decrypt it for a little added security. Thanks, Scott Scott Wilhelm Computer Technician/Web Developer http://www.sllboces.org [EMAIL PROTECTED] Canton (Mon/Tue/Wed) St. Lawrence-Lewis BOCES PO B

Re: CF & Open VMS

2004-03-16 Thread Kevin Kazmierczak
Dan,     I use CF to connect to our VMS system using CONNX.  With CFMX you need to use the JDBC server and drivers which complicate things a little, but it does work.  When it feels like it ;) Kevin.   - Original Message -   From: Dan O'Keefe   To: CF-Talk   Sent: Monday, March 15, 200

RE: CFC Web services wont work with PHP sites

2004-03-16 Thread Dave Watts
> Taking a look at a different part of this issue now . can > anyone see what's wrong with this code?  Why this would work > as a web service on one server but not another? > > > > > returntype="query" hint="This returns the anniversaries > happening this week as a query "> Rather than ans

  1   2   >