RE: 404 Trapping in CF

2004-06-14 Thread Aidan Whitehall
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166611---Late response here, but hopefully this might help. The following is from "go/index.cfm", a file which is a custom 404 handler, allowing us to provide "/go/xyz" style URLs. Apache and IIS are different, hence the switch case. Like yo

sql question...

2004-06-14 Thread Tony Weeg
I have these tables: accts  | that has debtorNumber debtors | that has a debtorNumber id field payments | that has an acctId column to relate to accts, which relates down to debtors paymentPlans | that has an id, and a frequency (how often, int 30 - 60 - 90 days), and an acctId and I want to get

RE: RDS support (was Re: CFEclipse release - beta

2004-06-14 Thread Paul Kenney
Matt, Reverse engineering is not a copyright violation if you simply duplicate the observed behavior of the protocol using something akin to a packet sniffer--don't look at the Java code.  As for future enhancements to RDS? Well, they actually crippled it for CFMX by removing timestamps for indivi

RE: RDS support (was Re: CFEclipse release - beta

2004-06-14 Thread Samuel R. Neff
At least you got a response.  :-) Thanks for sharing. Sam > -Original Message- > From: Matt Liotta [mailto:[EMAIL PROTECTED] > Sent: Monday, June 14, 2004 5:38 PM > To: CF-Talk > Subject: RDS support (was Re: CFEclipse release - beta > > > We have been talking about reverse engineering

More on: Out of Memory Error Transforming large XML file.

2004-06-14 Thread Dick Applebaum
The program below reads and searches an iTunes xml file and returns the names of the playlists. It works fine as long as the XML file is 200K or less.  Anything bigger gives an error:    java.lang.OutOfMemoryError The error is caused by the XmlSearch function on line 4. By contrast, I can cfe

RE: someone has to know this... MACROMEDIANS, anyone...cfdump 3rd post

2004-06-14 Thread Tony Weeg
thanks christian, ill provide whatever I have to in order to help diagnose this, let me know... thanks! tony Tony Weeg sr. web applications architect navtrak, inc. [EMAIL PROTECTED] 410.548.2337 www.navtrak.net Visit http://www.antiwrap.com the next time you want to send a link to a friend

Re: Argh! Ram upgrade killed CF!

2004-06-14 Thread Aaron DC
Suggestions: 1. make sure the BIOS updated itself to reflect the new RAM 2. turn ON the full RAM check / POSTs in the BIOS just in case you have some bad RAM HTH Aaron - Original Message - From: Jack Dalaa To: CF-Talk Sent: Tuesday, June 15, 2004 7:42 AM Subject: Argh! Ram upgrade kil

Re: IDX Real Estate

2004-06-14 Thread Jeffry Houser
A client of mine convinced me we wanted to build a "real estate web development company" that sold IDX web sites to real estate agents.  It never materialized for various reasons (One of which a low cost semi-national competitor entered the market listingware.com -- built in CF mind you).   I

RE: jtcc.edu subscriber(s): LART your mail administrator

2004-06-14 Thread Girardeau, Anne
Jochem, Michael alerted me around 12:00 EST today.  After receiving his e-mail, I contacted our e-mail admin who has since white listed houseoffusion.com. --Anne -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 7:41 PM To: CF-Talk Sub

Re: someone has to know this... MACROMEDIANS, anyone...cfdump 3rd post

2004-06-14 Thread Simon Horwith
CFCATCH scope is a java object. ~Simon Simon Horwith CTO, eTRILOGY ltd. Member of Team Macromedia Macromedia Certified Master Instructor http://www.cfstandards.org Christian Cantrell wrote: > On Jun 11, 2004, at 12:43 PM, Tony Weeg wrote: > > > yeah, the hotfixes, and its not just one of them,

Re: jtcc.edu subscriber(s): LART your mail administrator

2004-06-14 Thread Jochem van Dieten
Michael Dinowitz wrote: > I removed the user and emailed her this morning. She has contacted her admin. This morning? > Reporting-MTA: dns;290jtcheexs.jtcc.vccs.edu > Received-From-MTA: dns;jtcc.edu > Arrival-Date: Mon, 14 Jun 2004 19:23:48 -0400 > > Final-Recipient: rfc822;[EMAIL PROTECTED] >

RE: someone has to know this... MACROMEDIANS, anyone...cfdump 3rd post

2004-06-14 Thread Tony Weeg
jochem, thanks... however, it works, when the directory is not there.  I guess my question is, is this correct behavior? or something im doing wrong? thanks. tony Tony Weeg sr. web applications architect navtrak, inc. [EMAIL PROTECTED] 410.548.2337 www.navtrak.net Visit http://www.antiwra

Re: jtcc.edu subscriber(s): LART your mail administrator

2004-06-14 Thread Michael Dinowitz
I removed the user and emailed her this morning. She has contacted her admin. > Could anybody from jtcc.edu subscribed to this list please LART > your mail admin? I am not interested in receiving messages > generated by a disfunctional spam filter bouncing errors around > using a non-reachable add

jtcc.edu subscriber(s): LART your mail administrator

2004-06-14 Thread Jochem van Dieten
Could anybody from jtcc.edu subscribed to this list please LART your mail admin? I am not interested in receiving messages generated by a disfunctional spam filter bouncing errors around using a non-reachable address as the sender. Please make sure that: - your spam filters work (or fail, I don

Re: IDX Real Estate

2004-06-14 Thread Rick Root
Jeff Fongemie wrote: > > I've got a client that wants to use IDX information (listings) in thier > real estate site. I know almost nothing about IDX. Anyone here use CF to > pull IDX listings into a site?? Any tips? Each IDX is different in the way their data is accessed.  Your best bet is to

Re: IDX Real Estate

2004-06-14 Thread Aaron DC
Hi Jeff Never heard of idx before, but using the info you provided, I did the following: www.google.com.au Enter: idx listings explained Click search 3rd result link: IDX Q&A (well worth looking at imo) At the bottom of that page, it mentions www.car.org At www.car.org enter idx in their search a

IDX Real Estate

2004-06-14 Thread Jeff Fongemie
Hey everyone, I've got a client that wants to use IDX information (listings) in thier real estate site. I know almost nothing about IDX. Anyone here use CF to pull IDX listings into a site?? Any tips? There is so much info (junk ads) on this on the web, I can't see anywhere how it is done. Than

Re: someone has to know this... MACROMEDIANS, anyone...cfdump 3rd post

2004-06-14 Thread Jochem van Dieten
Christian Cantrell wrote: > > Very strange, Tony.  I'm getting ready to quit for the day, but I'll > take a look in the morning, and pass this along to some engineers if I > can't find anything.  Has anyone else every had problems dumping a > cfcatch struct? http://www.rewindlife.com/archives/

Upload a file via a webservice?

2004-06-14 Thread Andrew Spear
Does anyone know if it is possible to upload a file in CFMX via a webservice (also CFMX)?  I've Googled it and it sounds possible, but I haven't seen any examples. Best Regards- Andrew [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Argh! Ram upgrade killed CF!

2004-06-14 Thread Gonzo Rock
Pull the memory back out and see if all returns to normal... If so most likely you have bad memory...  You can use Memtest to test the RAM.  Highly recommended.   http://www.memtest86.com/ At 02:42 PM 6/14/04, you wrote: >I'm going totally crazy. Have a Windows 2000 Server with CFMX 6.1. Upgrade

Re: someone has to know this... MACROMEDIANS, anyone...cfdump 3rd post

2004-06-14 Thread Christian Cantrell
On Jun 11, 2004, at 12:43 PM, Tony Weeg wrote: > yeah, the hotfixes, and its not just one of them, it's them, it's the >  directory.  I tried renaming everything with an _1 at the end, and the >  cfdump didn't work, so I new it wasn't the files in the > directory.  then I >  renamed the directory

Re: Argh! Ram upgrade killed CF!

2004-06-14 Thread Jack Dalaa
jvm.config is just default stuff: # Arguments to VM java.args=-server -Xmx1024m -Dsun.io.useCanonCaches=false -Xbootclasspath/a:"{application.home}/../lib/webchartsJava2D.jar" -XX:MaxPermSize=128m -XX:+UseParallelGC -DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS [Todays Threads] [This Message

Re: Argh! Ram upgrade killed CF!

2004-06-14 Thread Jack Dalaa
Did it by hand. Standalone. Jack >Did you change the JVM via CF ADMIN? > >As I believe there is an issue there you and you should do this by hand, > >Are you using CF MX Standalone or J2EE? > >Cheers > > > >_ >Mr Kev McCabe >Senior ETV Developer, >Application Deve

RE: Argh! Ram upgrade killed CF!

2004-06-14 Thread Kev McCabe
Did you change the JVM via CF ADMIN? As I believe there is an issue there you and you should do this by hand, Are you using CF MX Standalone or J2EE? Cheers _ Mr Kev McCabe Senior ETV Developer, Application Development Team Interactive Technology Development Br

Argh! Ram upgrade killed CF!

2004-06-14 Thread Jack Dalaa
I'm going totally crazy. Have a Windows 2000 Server with CFMX 6.1. Upgraded the RAM from 512 MB to 1024 MB, and ever since, the server has just died constantly. CF fails to start with error code 2, then when it sometimes start, it terminates quicly, and often won't restart. Haven't touched anything

RDS support (was Re: CFEclipse release - beta

2004-06-14 Thread Matt Liotta
> We have been talking about reverse engineering RDS >  (unless macromedia wants to give us the specs :-D), but >  we are not to sure how great of an idea that is. It is >  on the list though. > Since support for RDS has been request for He3, I thought I would share the official response from Macr

RE: cfstoredproc and access query

2004-06-14 Thread Dave Watts
> You suspect right: Access does not support stored procedures. While that's correct, Access does have parameter queries, which can be invoked by the CFSTOREDPROC tag as if they're stored procedures. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444

Re: cfstoredproc and access query

2004-06-14 Thread Claude Schneegans
>>I suspect it might have something to do with the DSN. You suspect right: Access does not support stored procedures. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL

RE: cfqueryparam

2004-06-14 Thread Girardeau, Anne
It depends on what the ID of the date being inserted into the table is.  Currently the id's are only in the two digits but I want to allow for larger digits if necessary in the future.  In any case, however, that isn't the problem.  As indicated in later posts, I left an = after VALUE. After I remo

Whatcom CFUG

2004-06-14 Thread Barney Boisvert
Hello Whatcom County CFers! Spike Milligan and I are trying to gauge interest in an area CFUG (ColdFusion Users Group).  We can all benefit from more interaction with other CF developers, and face-to-face interaction is the best kind. I would hope that there's enough interest to have actual prese

RE: Request has exceeded allowable timeout?

2004-06-14 Thread Jeff Chastain
It is a single call to the CF page, but it does not appear to be a page timeout.  It appears to be that the database is getting overloaded or something.   I went in and setup an empty for loop to run 1 times as a delay every 200th log entry processed.   The script is running slower now, but it

Re: cfqueryparam

2004-06-14 Thread Doug James
Is CLEPDate really an integer of five digits? Doug Anne Girardeau wrote: >While using cfqueryparam in an INSERT statement, I keep getting the following error: "Syntax error in INSERT INTO statement." I've checked and re-checked the code several time and tried removing and adding quotes but to no

Re: SOT: JavaScript confirm delete

2004-06-14 Thread Philip Arnold
On Mon, 14 Jun 2004 15:04:09 -0400, Robert Orlini wrote: > > Anyone have or know where I can get some _javascript_ code that uses a > _javascript_ confirm box to ask the user if they want to delete? Just use Confirm() Have a function which you send the URL and the message - if Confirm() then sel

RE: cfqueryparam

2004-06-14 Thread Girardeau, Anne
DOH!  That was the problem.  I don't know how on earth I missed that.  Thanks so much. --Anne -Original Message- From: Joe Rinehart [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 3:58 PM To: CF-Talk Subject: RE: cfqueryparam Hi Anne, Might be the = sign after the VALUES keywo

RE: cfqueryparam

2004-06-14 Thread Barney Boisvert
You need to remove the equals sign after the VALUES keyword and replace it with a space. Cheers, barneyb > -Original Message- > From: Anne Girardeau [mailto:[EMAIL PROTECTED] > Sent: Monday, June 14, 2004 12:54 PM > To: CF-Talk > Subject: cfqueryparam > > While using cfqueryparam in an

RE: JavaScript confirm delete

2004-06-14 Thread Adkins, Randy


-Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 3:04 PM To: CF

RE: cfqueryparam

2004-06-14 Thread Joe Rinehart
Hi Anne, Might be the = sign after the VALUES keyword.  Commas look good (I'm famous for copy/pasting cfqueryparams, and not removing comma after last...) -joe -Original Message- From: Anne Girardeau [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 3:54 PM To: CF-Talk Subj

cfqueryparam

2004-06-14 Thread Anne Girardeau
While using cfqueryparam in an INSERT statement, I keep getting the following error: "Syntax error in INSERT INTO statement." I've checked and re-checked the code several time and tried removing and adding quotes but to no avail.  I have listed the code below for your perusal.  Any ideas as to what

RE: JavaScript confirm delete

2004-06-14 Thread Robert Orlini
Done. Thanks all. Robert O. -Original Message- From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 3:35 PM To: CF-Talk Subject: RE: _javascript_ confirm delete Why not just say want to delete?');"> -Dov   _   From: Mosh Teitelbaum [mailto:[EMAIL PROT

Re: JavaScript confirm delete

2004-06-14 Thread Greg Landers
you could also do this on an anchor tag ... which comes in handy sometimes: Delete - Greg Katz, Dov B (IT) wrote: > Why not just say > > > > want to delete?');"> > > [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Repeating Headers and Footers

2004-06-14 Thread Michael Haggerty
Answered my own question, sharing the answer with the list. The following code is a sample I am using on one of my reports. The CSS creates repeating headers and footers on an Excel worksheet written in HTML:
@page {
  mso-header-data:"#request.report_summary#";<

Re: locking user out after 3 incorrect attempts to log in

2004-06-14 Thread Doug James
Christy, Welcome to the wonderful world of CF, speaking for everyone on the list we hope you enjoy it and will stay and even recruit some friends. Regarding you problem, check out http://www.teratech.com/coldcuts/cutdetail.cfm?cutid=291 Doug Christy wrote: >I'm taking over a CF application th

RE: JavaScript confirm delete

2004-06-14 Thread Katz, Dov B (IT)
Why not just say want to delete?');"> -Dov   _   From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 3:30 PM To: CF-Talk Subject: RE: _javascript_ confirm delete Robert: Something like the following should do it for you.  The confirm() function in _javasc

Re: CFEclipse release - beta

2004-06-14 Thread me
On Tue, 15 Jun 2004 02:22:42 +0700, "Paul Hastings" wrote: > > > have the docs gotten > > > any better ;-) > > > > Is that an offer? > > it might be if i knew enough to really test it in the > first place (i'm > trying to give it a fair shake against cfstudio). the > docs are dragging > their feet

RE: JavaScript confirm delete

2004-06-14 Thread Mosh Teitelbaum
Robert: Something like the following should do it for you.  The confirm() function in _javascript_ creates a dialog box with "OK" and "Cancel" buttons.  Pressing "OK" returns true, pressing "Cancel" returns false.