[OT] JS problem or other?

2003-06-24 Thread Taco Fleur
On the following page I have a simple JavaScript, the script is fine. However I get http://www.fusionmx.net/core/ I get Line: 52 Char:1 Error: 'document.frm1.pageLink.value' is null or not an object Code: 0 This is IE6 I had other people to try it and it works for them, so I can assume it is not

RE: [OT] JS problem or other?

2003-06-24 Thread Robertson-Ravo, Neil (RX)
seems fine to me expect on every click its submitting the form! -Original Message- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: 24 June 2003 11:07 To: CF-Talk Subject: [OT] JS problem or other? On the following page I have a simple JavaScript, the script is fine. However I get

RE: [OT] JS problem or other?

2003-06-24 Thread Taco Fleur
That's what the problem is, it's fine for everyone else but me. I get the error as I reported in my previous email. And as I said it all worked fine before (all javascripts on my site give me an error, the script on the home page is just a test). -Original Message- From: Robertson-Ravo,

RE: [OT] JS problem or other?

2003-06-24 Thread Robertson-Ravo, Neil (RX)
what version of ie are you on? I would suggest a return false to stop the form submitting. -Original Message- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: 24 June 2003 11:19 To: CF-Talk Subject: RE: [OT] JS problem or other? That's what the problem is, it's fine for everyone

RE: [OT] JS problem or other?

2003-06-24 Thread Taco Fleur
I'm on version 6, have been as long as the computer is up and running. The form submitting is not one of my problems. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, 24 June 2003 8:14 PM To: CF-Talk Subject: RE: [OT] JS problem or other? what

Multiple Statements in a cfquery with mySQL

2003-06-24 Thread Craig Dudley
Just a quickie, Running multiple statements at once works fine in mySQL, but not from a cfquery (cf5), I assume it's an ODBC driver issue, or is it cf? Anyone know for sure? Craig Dudley Senior Developer Netstep Corporate Communications Ltd Direct Line: +44(0) 1422 319712 Phone: +44(0)

RE: Multiple Statements in a cfquery with mySQL

2003-06-24 Thread Ken Wilson
I do believe it depends on what you are doing in the SQL statements. As long as you are only bringing back one recordset it should not be a problem. -Original Message- From: Craig Dudley [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 6:37 AM To: CF-Talk Subject: Multiple

RE: Multiple Statements in a cfquery with mySQL

2003-06-24 Thread Craig Dudley
With SQL server that's true yes, no issues there. But not with mySQL or so it seems, the ODBC drivers chokes the instant you start a 2nd statement no matter what it is (or so it seems). Just wondering why really and if it's ever likely to change with future realeases of mySQL ODBC or CF.

Re: CFMX Form Submission Hacking.

2003-06-24 Thread Michael T. Tangorre
In addition, which I think is a reiteration from something said previously, store Ids and prices, but make sure you use the Ids and recalculate the totals during checkout based on the Ids, not the prices that have been being passed around and potentially altered. - Original Message -

way OT: blocking IPs ?

2003-06-24 Thread Uwe Degenhardt
Hi list, a customer of mine wants to block users from china and taiwan on his coldfusion driven website. How can I do this ? I thought of checking the IP and compare it with IPs (class-A/class-B) nets of those countries and blocking it. Would that be possible ? Uwe

Re: way OT: blocking IPs ?

2003-06-24 Thread Michael T. Tangorre
yikes! *discrimination :-) - Original Message - From: Uwe Degenhardt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 8:27 AM Subject: way OT: blocking IPs ? Hi list, a customer of mine wants to block users from china and taiwan on his coldfusion

http://www.maxfusion.co.uk/freebies.cfm

2003-06-24 Thread Robertson-Ravo, Neil (RX)
Hey Christian Is the cfdecrpyt listed here allowed with MM? Thanks Neil ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: way OT: blocking IPs ?

2003-06-24 Thread Jochem van Dieten
Uwe Degenhardt wrote: a customer of mine wants to block users from china and taiwan on his coldfusion driven website. How can I do this ? I thought of checking the IP and compare it with IPs (class-A/class-B) nets of those countries and blocking it. Check the DevEx for GeoLocator

RE: way OT: blocking IPs ?

2003-06-24 Thread Philip Arnold
Hi list, a customer of mine wants to block users from china and taiwan on his coldfusion driven website. How can I do this ? I thought of checking the IP and compare it with IPs (class-A/class-B) nets of those countries and blocking it. Would that be possible ? It's usually a web

RE: way OT: blocking IPs ?

2003-06-24 Thread Robertson-Ravo, Neil (RX)
Your not doing the White House site are you ;-) -Original Message- From: Uwe Degenhardt [mailto:[EMAIL PROTECTED] Sent: 24 June 2003 13:27 To: CF-Talk Subject: way OT: blocking IPs ? Hi list, a customer of mine wants to block users from china and taiwan on his coldfusion driven

I remember...a macintosh version of cfmx...but...can't...find...it...

2003-06-24 Thread Tyler Silcox
I just looked on macromedia.com, and I can't find a version of CFMX for Apple...is this out yet? Or am I totally remembering something being announced that never was...announced? Tyler ~| Archives:

RE: http://www.maxfusion.co.uk/freebies.cfm

2003-06-24 Thread Robertson-Ravo, Neil (RX)
oh and before anyone asks...the reason I want to know so I can clear it internally for use ... -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 24 June 2003 13:32 To: CF-Talk Subject: http://www.maxfusion.co.uk/freebies.cfm Hey Christian Is the

RE: I remember...a macintosh version of cfmx...but...can't...find ...it...

2003-06-24 Thread Robertson-Ravo, Neil (RX)
The only version available was a developer version and its available with Studio MX You wont find an OSX version, you need the J2EE version sitting on JRUN4 I believe. -Original Message- From: Tyler Silcox [mailto:[EMAIL PROTECTED] Sent: 24 June 2003 13:45 To: CF-Talk Subject: I

Re: http://www.maxfusion.co.uk/freebies.cfm

2003-06-24 Thread Stephen Moretti
The answer would be no I believe that it contravenes MM licencing and I suspect that it will also contravene any specific licence agreement with any company from whom you have purchased encrypted pages from. If you have been supplied encrypted pages by a contractor then you need to check the

Re[2]: way OT: blocking IPs ?

2003-06-24 Thread Uwe Degenhardt
Hello Michael, Tuesday, June 24, 2003, 2:32:15 PM, you wrote: MTT yikes! *discrimination :-) MTT - Original Message - MTT From: Uwe Degenhardt [EMAIL PROTECTED] MTT To: CF-Talk [EMAIL PROTECTED] MTT Sent: Tuesday, June 24, 2003 8:27 AM MTT Subject: way OT: blocking IPs ? Hi list,

RE: http://www.maxfusion.co.uk/freebies.cfm

2003-06-24 Thread Robertson-Ravo, Neil (RX)
Cheers Stephen... I have passed this onto Legal - Its what I thought but the Exchange bit on the page seems to indicate that a cfx tag did actually exist and since it was on the xchange it would be mm approved! N -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED] Sent:

OT : SQL Extension Tables

2003-06-24 Thread Robertson-Ravo, Neil (RX)
Sorry for the OT but I am sure some of you have hit this at some stage... Anyone got any decent thoughts on a reusable table extension schema which I can adopt? I aim to create a table which will hold table extensions row by row and be extensibile enough to grow regardless of table type or name.

Re[2]: way OT: blocking IPs ?

2003-06-24 Thread Uwe Degenhardt
Hi Michael, I guess you are from Taiwan ? ;-) The customer is afraid of companies possibly stealing his product-ideas I guess. Uwe ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Re[2]: way OT: blocking IPs ?

2003-06-24 Thread Dan Phillips
Those countries also have the highest record of fraud with purchases over the internet. -Original Message- From: Uwe Degenhardt [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 9:33 AM To: CF-Talk Subject: Re[2]: way OT: blocking IPs ? Hi Michael, I guess you are from Taiwan ?

Re[4]: way OT: blocking IPs ?

2003-06-24 Thread Uwe Degenhardt
Those countries also have the highest record of fraud with purchases over the internet. Thanks Dan, might also be the case, the customer is afraid of. Uwe ~| Archives:

Re[2]: way OT: blocking IPs ?

2003-06-24 Thread Uwe Degenhardt
Hello Jochem, Tuesday, June 24, 2003, 2:40:30 PM, you wrote: JvD Uwe Degenhardt wrote: JvD Check the DevEx for GeoLocator from Paul Hastings. Thanks Jochem. Unfortunately the server is running CF 5. Uwe ~| Archives:

Re: Re[2]: way OT: blocking IPs ?

2003-06-24 Thread Michael T. Tangorre
Nope, Washington, DC :-) - Original Message - From: Uwe Degenhardt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 9:33 AM Subject: Re[2]: way OT: blocking IPs ? Hi Michael, I guess you are from Taiwan ? ;-) The customer is afraid of companies

Re: I remember...a macintosh version of cfmx...but...can't...find...it...

2003-06-24 Thread Thomas Chiverton
On Tuesday 24 Jun 2003 13:45 pm, Tyler Silcox wrote: I just looked on macromedia.com, and I can't find a version of CFMX for Apple... OSX is UNIX, CFMX is availdible for Unix. -- Thomas C Advanced ColdFusion Programmer PLEASE NOTE: When the Recipient Is Not Directly Observing This E-mail, It

Re[2]: way OT: blocking IPs ?

2003-06-24 Thread Uwe Degenhardt
Hello Philip, Tuesday, June 24, 2003, 2:42:16 PM, you wrote: PA It's usually a web server thing, not a CF thing PA If you're running IIS, then there's a setting that you can block IPs on PA it fairly easily I did this once on IIS and didn't really work. Also it might be a major hustle to

RE: Re[2]: way OT: blocking IPs ?

2003-06-24 Thread Russ
I've blocked Ips--I do it upon any submit functionality; I don't think it causes any harm to allow the reading of content, but all submits, etc. go against the database and performs a redirect. That's my way of doing it, at least. HTH, Russ -Original Message- From: Uwe Degenhardt

Re: Re[2]: way OT: blocking IPs ?

2003-06-24 Thread Paul Hastings
I did this once on IIS and didn't really work. Also it might be a major hustle to block and find out that many class-B/class-C networks, isn't it ? grab the geoLocator CFC from devnet gallery, it should help determine a users country. its fairly accurate.

RE: BLOBs and CF

2003-06-24 Thread Donnie Bachan
Jim thank you for your insight. Those seem like pretty good arguments in both directions. Don, thanks also for your input. There always seems to be a solution/work around to most obsticles in software development! :) Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 Nitendo

Clearing variable

2003-06-24 Thread Bushy
Hi, I'm checking my database field strAccess for the text no. If I find it do this otherwise do that...balh...blah...blah... I need to clear/delete this variable everytime I close the app. This is what I'm doing... cfquery name='GetAccess datasource=database SELECT strUsername,strAccess FROM

Re: way OT: blocking IPs ?

2003-06-24 Thread jon hall
This list looks up to date. http://www.okean.com/asianspamblocks.html You could go to APNIC and do the legwork yourself though. -- jon mailto:[EMAIL PROTECTED] Tuesday, June 24, 2003, 8:27:00 AM, you wrote: UD Hi list, a customer UD of mine wants to block UD users from china and taiwan on

Re: BLOBs and CF

2003-06-24 Thread Stephen Moretti
Just remember that a database is a _data_ storage mechanism, not a file storage system. Storing files in your database is going to increase the size of your database very quickly and necessitate a larger DB server than is really required, as well as possible cause a detriment your real database

RE: Clearing variable

2003-06-24 Thread Bryan F. Hogan
Bushy CF automatically closes all scopes with the exception of the Cookie, Application, and Session scopes. There is no need to close GetAccess.strAccess on window close. CF does this for you. -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 10:55 AM

RE: Clearing variable

2003-06-24 Thread Bushy
OK...then something is really weird in my code then. I have to look at it closer. Thanks On Tue, 24 Jun 2003 11:04:51 -0400, Bryan F. Hogan wrote: Bushy CF automatically closes all scopes with the exception of the Cookie, Application, and Session scopes. There is no need to close

Re: http://www.maxfusion.co.uk/freebies.cfm

2003-06-24 Thread Christian Cantrell
This is correct. Regardless of Macromedia's stance, any encrypted code that you download or purchase is most likely not meant to be decrypted, so I would not recommend it. Christian On Tuesday, June 24, 2003, at 09:13 AM, Stephen Moretti wrote: The answer would be no I believe that it

Re: BLOBs and CF

2003-06-24 Thread Paul Hastings
of your database very quickly and necessitate a larger DB server than is really required, as well as possible cause a detriment your real database tasks. i beg to differ. storing binary data (files, images, spatial data, etc.) is a real database task these days.

Re: I remember...a macintosh version of cfmx...but...can't...find...it...

2003-06-24 Thread Christian Cantrell
On Tuesday, June 24, 2003, at 08:45 AM, Tyler Silcox wrote: I just looked on macromedia.com, and I can't find a version of CFMX for Apple...is this out yet? Or am I totally remembering something being announced that never was...announced? We offer an OS X development version of CFMX for

CFChart: Set Axis Markers?

2003-06-24 Thread Suyer, Ed [PRD Non-JJ]
Hi folks, I currently have a cfchart that displays something like this: Line Graph (in ASCII) 650 | 577.8 | 505.6 | X 433 | / 361.1 |X/ 288.9 |

Re: BLOBs and CF

2003-06-24 Thread ksuh
Unless you're Solaris, which uses Oracle as their file system. Or MS, which is moving to a databased file system as well :) - Original Message - From: Stephen Moretti [EMAIL PROTECTED] Date: Tuesday, June 24, 2003 9:07 am Subject: Re: BLOBs and CF Just remember that a database is a

CFCHART error

2003-06-24 Thread Nick de Voil
Hi everyone, We rebuilt our server (CFMX/W2K), and CFCHART now falls over with the following error. Looks as if part of the JRE is missing. Has anyone seen this/know how to fix it? Thanks Nick The chart could not be generated due to an error in the graphing engine.

Re: BLOBs and CF

2003-06-24 Thread Ben Densmore
I'd have to agree with Paul on this one. In one of the new issues of aspNetPro magazine there is an article about storing files in your Database. It is becoming more common to store images, files etc.. in your DB rather than just putting a link to the file. Security is handled by the DB as well so

Re: BLOBs and CF

2003-06-24 Thread Stephen Moretti
Unless you're Solaris, which uses Oracle as their file system. Or MS, which is moving to a databased file system as well :) What's the betting that the files are still sorted on storage media as they are now, but instead of using NTFS, or FAT32 or whatever the solaris equivalent is, they store

Simple popup window that auto loads

2003-06-24 Thread Bushy
How can I do a simple popup window to appear using cfscript ...???... /cfscript When my page load I want to open the popup and then close the parent. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: Simple popup window that auto loads

2003-06-24 Thread Bryan F. Hogan
cfscript is serverside, script is client side. You want something like script window.open(); parent.close(); /script -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:08 PM To: CF-Talk Subject: Simple popup window that auto loads

Re: BLOBs and CF

2003-06-24 Thread Stephen Moretti
Unless you're Solaris, which uses Oracle as their file system. Or MS, which is moving to a databased file system as well :) What's the betting that the files are still sorted on storage media as they are now, but instead of using NTFS, or FAT32 or whatever the solaris equivalent is, they

Re: Simple popup window that auto loads

2003-06-24 Thread Jeff Garza
Don't forget that this will generate a message box since you cannot close the parent window programatically from the child. It's a javascript thing... Jeff - Original Message - From: Bryan F. Hogan [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 9:06 AM

Re: Simple popup window that auto loads

2003-06-24 Thread Stephen Moretti
How can I do a simple popup window to appear using cfscript ...???... /cfscript When my page load I want to open the popup and then close the parent. Wrong script tag Bushy ;o) You want plain old script language=Javascript /script not cfscript/cfscript Regards Stephen

RE: Simple popup window that auto loads

2003-06-24 Thread Hagan, Ryan Mr (Contractor ACI)
Actually, you can. http://aspalliance.com/peterbrunone/impossible.asp -Original Message- From: Jeff Garza [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:12 PM To: CF-Talk Subject: Re: Simple popup window that auto loads Don't forget that this will generate a message box

Re: BLOBs and CF

2003-06-24 Thread Stephen Moretti
I'd have to agree with Paul on this one. In one of the new issues of aspNetPro magazine there is an article about storing files in your Database. It is becoming more common to store images, files etc.. in your DB rather than just putting a link to the file. Security is handled by the DB as

Re: BLOBs and CF

2003-06-24 Thread ksuh
The main impetus to moving towards a db-based filesystem is allow better search capabilities and organization of files. So, I suppose if your application doesn't require this, then you might be better off with just storing the filename and its path. - Original Message - From: Stephen

Re: BLOBs and CF

2003-06-24 Thread Paul Hastings
Yes the DB can handle the security as well, but I don't know that its any easier to code up DB security as it is to use secure directories. no, thats not the only reason. its been common in the GIS world for years because it offers something more than file based system: -functionality (via

CFLDAP ?

2003-06-24 Thread James Blaha
Hello All, Does anyone know if you can pass the user id and password for the “Directory Manager” account and perform a query on all attributes in a LDAP server database using CFLDAP? Regards, James Blaha ~| Archives:

RE: CFChart: Set Axis Markers?

2003-06-24 Thread Benoit Hediard
I'm also interested in an answer to this problem. The possible values for the labelFormat parameter are number, currency, percent, date. When using number you got this float numbers problem... Is it a limitation of CFCHART? (pretty annoying, for example when you display the number of visitors of

Re: Simple popup window that auto loads

2003-06-24 Thread Jeff Garza
Very interesting twist... I wouldn't have thought of that... Another little snippet to add to my arsenal. Thanks Ryan! Cheers, Jeff - Original Message - From: Hagan, Ryan Mr (Contractor ACI) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 9:16 AM Subject:

Re: BLOBs and CF

2003-06-24 Thread Stephen Moretti
Yes the DB can handle the security as well, but I don't know that its any easier to code up DB security as it is to use secure directories. no, thats not the only reason. its been common in the GIS world for years because it offers something more than file based system: -functionality (via

RE: CFChart: Set Axis Markers?

2003-06-24 Thread Ryan Kime
Well, you need some parameters added to your cfchart, such as: scalefrom=0 scaleto=x gridlines=N Try this calculation and see if it gets you what you want: x = 700 -- You know your max is 700 y = 100 -- You know you want intervals of 100 (700, 600, 500, etc) Therefore: N = (x/y = z) + 1 N

Uploading Files with CFFile

2003-06-24 Thread Jeremy Bruck
Everyone, We are having some problems when users are uploading files. We don't get this error all the time, but about 4/5 times per day (out of 50ish uploads/day). The error from CFMX is The directory either does not exist or is not accessible by this tag. We are using a UNC path over to a

Re: BLOBs and CF

2003-06-24 Thread Paul Hastings
Ah yes, but Graphical Information Systems are just that - Information Systems. the G is for geographical. Given that a large percentage of what GIS systems do is interprete and extrapolate pure numbers I should hope that this is stored in a database. no, as a matter of historical fact they

RE: Uploading Files with CFFile

2003-06-24 Thread webguy
user has been bounced to a different machine (3 server hardware load balanced environment) No that can't be it. The user will (well should) be on the same machine for the full http request. I think that temporary network failures to your UNC path is more likely. Code something like this is

Re: BLOBs and CF

2003-06-24 Thread Stephen Moretti
Ah yes, but Graphical Information Systems are just that - Information Systems. the G is for geographical. Sorry yes - that's what I meant. Given that a large percentage of what GIS systems do is interprete and extrapolate pure numbers I should hope that this is stored in a database.

Re: CFLDAP ?

2003-06-24 Thread James Blaha
I got it! CFLDAP ACTION=QUERY NAME=MyLDAPQuery SERVER=#REQUEST.LDAP_Server# PORT=#REQUEST.LDAP_Server_Port# username = cn=Directory Manager password = xx ATTRIBUTES=#REQUEST.LDAP_Attributes# MAXROWS=#REQUEST.LDAP_Server_MaxRows# TIMEOUT=#REQUEST.LDAP_Server_Timeout# START=ou=White

Client Variable in application.cfm

2003-06-24 Thread Tim Do
Hello all, What I'm trying to do is log the users out if they close their browser window. I have a client variable set for the jsessionID after the user logs in and in application.cfm checking whether that client var equals to the current jsessionID why does application.cfm not know what

Re: BLOBs and CF

2003-06-24 Thread Paul Hastings
nonsense. we're storing vector data in databases these days. arcSDE for example comes with a couple of sql API for manipulating data in the db, performing spatial searches, etc. i do this for a living. Vector data is just that vector _data_ A bunch of points that you join together

Re: I remember...a macintosh version of cfmx...but...can't...find...it...

2003-06-24 Thread Sean A Corfield
On Tuesday, Jun 24, 2003, at 08:19 US/Pacific, Christian Cantrell wrote: We offer an OS X development version of CFMX for J2EE as a free download (Products - ColdFusion - Try CFMX for J2EE). Note: since Updater 3 is a complete CFMX for J2EE install, you could skip the initial download /

RE: Client Variable in application.cfm

2003-06-24 Thread Ben Doom
You wouldn't happen to be trying to check a client variable before the cfapplication declaration, would you? -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: Tim Do [mailto:[EMAIL PROTECTED] : Sent: Tuesday, June 24, 2003 1:10 PM : To:

Re: I remember...a macintosh version of cfmx...but...can't...find...it...

2003-06-24 Thread Sean A Corfield
On Tuesday, Jun 24, 2003, at 10:29 US/Pacific, Sean A Corfield wrote: If you have the 1.4.1 JVM installed as your default, you need to run the command-line installer: BTW, JRun only uses the 1.3.1 JVM (even if you have the 1.4.1 JVM installed). You can persuade Tomcat to use 1.4.1 but you also

RE: CFChart: Set Axis Markers?

2003-06-24 Thread Suyer, Ed [PRD Non-JJ]
Good show Ryan! That did it! I used your calculations as is ... the only trick was to dynamically derive the max value based on the dataset, which I did with maxArray(). Thanks for your help! ~| Archives:

RE: I remember...a macintosh version of cfmx...but...can't...find...it...

2003-06-24 Thread Barney Boisvert
-Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 10:41 AM To: CF-Talk Subject: Re: I remember...a macintosh version of cfmx...but...can't...find...it... snip / Let me know if you have any Mac issues! Not really a mac issue, per se,

multiple file upload

2003-06-24 Thread Anthony Wong
Hi all, Anyone knows if the above is possible? My test with two input type=file and cffile in the same form doesn't seem to be able to upload both files to the server. I remembered reading about this but i've totally forgotten about it. Please help! TIA Anthony

RE: multiple file upload

2003-06-24 Thread Anthony Wong
Opps .. my mistake .. I renamed the input type=file .. not on the name attribute but the id attribute .. -Original Message- From: Anthony Wong [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 2:35 AM To: CF-Talk Subject: multiple file upload Hi all, Anyone knows if the above is

Re: multiple file upload

2003-06-24 Thread Randell B Adkins
Yes it is.. I have uploaded 10 files before with one form one submission [EMAIL PROTECTED] 06/24/03 02:35PM Hi all, Anyone knows if the above is possible? My test with two input type=file and cffile in the same form doesn't seem to be able to upload both files to the server. I remembered

Re: Client Variable in application.cfm

2003-06-24 Thread Matt Robertson
My login stuff is cvar-based and handled in application.cfm too. Are you doing your login tests before the cfapplication statement? Code sample? --- Matt Robertson, [EMAIL PROTECTED] MSB Designs, Inc. http://mysecretbase.com

RE: Client Variable in application.cfm

2003-06-24 Thread Tim Do
Yes.. I was doing it before the cfapplication statement.. That is fixed now.. But I'm still not clear about the client variables in the CFDATA table... When I delete all the client variables... How does and when do the records get removed completely? Thanks -Original Message- From: Matt

RE: CFMX Form Submission Hacking.

2003-06-24 Thread Dave Watts
perhaps you are right Dave. And Matt. I'm going to run over to the Is Flash really that good thread to tell them that using flash solves this issue. No, unfortunately it doesn't. Flash content is just like any other client-side content in that respect. If you want to test this theory, just

Database Availability

2003-06-24 Thread admin
I hope that this isn't a stipid question but I'm sure it must have been asked before. I have a two identical databases on different sql boxes. One primary and one back up. I would like to be able to do something like this in the application.cfm cfif primary_available cfset use_database=primary

RE: Database Availability

2003-06-24 Thread Eric Creese
Wouldn't these boxes be out of sync then as far as data goes? I would hope you are applying some type of replication. I think you could set something up in the application file and run a simple query to return a output from your prod box. If there is a connection problem then you would know

Re: Database Availability

2003-06-24 Thread Michael T. Tangorre
I think the bigger issue would be how to keep them synched up if you switch between them :-) - Original Message - From: admin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 3:33 PM Subject: Database Availability I hope that this isn't a stipid question

Re: BLOBs and CF

2003-06-24 Thread Donnie Bachan
Ben said: I'd have to agree with Paul on this one. In one of the new issues of aspNetPro magazine there is an article about storing files in your Database. It is becoming more common to store images, files etc.. in your DB rather than just putting a link to the file. Security is handled by the DB

Re: I remember...a macintosh version of cfmx...but...can't...find...it...

2003-06-24 Thread Sean A Corfield
On Tuesday, Jun 24, 2003, at 11:10 US/Pacific, Barney Boisvert wrote: Say you've got Tomcat w/ CFMX running, along with an Apache 2 install, and you want to connect Tomcat to Apache to share the job of serving content. How would you go about doing it? You have several options. The ideal

Re: Database Availability

2003-06-24 Thread admin
the dbs's in quesion are read only and are automatically sync'd - Original Message - From: Michael T. Tangorre [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:41 PM Subject: Re: Database Availability I think the bigger issue would be how to keep them

Re: Database Availability

2003-06-24 Thread Michael T. Tangorre
run a query and catch any db errors... if an error is caught use the second one... - Original Message - From: admin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 3:45 PM Subject: Re: Database Availability the dbs's in quesion are read only and are

RE: Database Availability

2003-06-24 Thread Douglas.Knudsen
cf doesn't handle this well at all. I have a check in an app like the below. The alivetest datasource has a short login timeout set on it. If the DB is up but there is an issue, this works. If the DB server is dead, as in off, or has disappeared, as in a network issue, this thing bombs.

Re: Database Availability

2003-06-24 Thread jon hall
I can't say if it works or not, but you could try the cf_IsColdFusionDataSource(dsn) function. One probably crazy idea off the top of my head, would be to write a program that checked to see if the database is up, if not, switch the ip address in the CF DSN settings in the registry (or wherever

Re: BLOBs and CF

2003-06-24 Thread Ben Densmore
Donnie, it's in the latest issue of aspnetPro. The article is called Easy Uploads Get files to your site with SQL server. Unfortunately you have to subscribe to the magazine to get the article. It's on their site as well http://www.aspnetpro.com but you have to be a paid subscriber to view the

Re: Database Availability

2003-06-24 Thread Clint
I used to have a script that ran a query and if it failed(using cfcatch) it fired an ASP page that used ADSI and recycled the cf server. This was on a CF4 box and the cf server would lose contact with the database and resetting the cf service fixed that. Clint - Original Message - From:

Re: Database Availability

2003-06-24 Thread Jim McAtee
Assuming you're using an ODBC datasource... How about an external application this is constantly checking the availability of the databases in question, and modifies the ODBC DSN to point at a working one? - Original Message - From: admin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

RE: I remember...a macintosh version of cfmx...but...can't...find...it...

2003-06-24 Thread Barney Boisvert
Interesting, I'd never thought of doing it with mod_rewrite. That module is amazing. Damn confusing sometimes, but amazing none the less. Have to play with doing it that way. As for the XML file to allow files outside the approot, any idea what file it might be? I didn't see anything even

Client variable problem -- duplicates in CDATA

2003-06-24 Thread John Paul Ashenfelter
Hi folks, Working with a client on an existing website -- we're getting this error: Cannot insert duplicate key row in object 'CDATA' with unique index 'id1' We're using ColdFusion 5, MS-SQL 2000, Win2k server, Apache 1.3.24 web server. Client variables are being stored in an ODBC database.

Re: Database Availability

2003-06-24 Thread admin
wow - thank you all so much for the useful info. I do like the idea of the external app. I wonder if an app like that could be used for load balancing - but of course my VB and C++ skills suck. Cheers Richard - Original Message - From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: Database Availability

2003-06-24 Thread jon hall
No need to write a custom program...all you need is an uptime monitor that can fire an external executable, like What's Up, and a program that will modify a registry key when the service you are monitoring goes down...like this one from the Resource Kit.

BLOBs and CF

2003-06-24 Thread Jim Davis
Just thought some others would like to see this. Using the information that Christain provided ( from http://www.markme.com/cantrell/archives/002736.cfm ) I did some playing. Place the appended code in it's own template (let's say FauxGIF.cfm). Then call the template in an img tag as in img

Charsets when querying db

2003-06-24 Thread Ryan Mitchell
Hello Im having some trouble with querying my db (Mysql on mx), and im getting ú replaced by funny characters and all sorts like that. I have a feeling its to do with the character sets the db is returning, and the charset on the page... I tried to change the page charset, but no difference, is

RE: Charsets when querying db

2003-06-24 Thread Bryan Love
What version of MySQL are you using? Try switching to 4.1 if you aren't using it... http://www.mysql.com/doc/en/Charset-Unicode.html +---+ Bryan Love Database Analyst Macromedia Certified Professional Internet Application Developer

Vertical Display...

2003-06-24 Thread Che Vilnonis
Last week there was code to display a query's content's 'vertically'. Say I have the folllowing list: cfset PairSizeList = 8,8.5,9,10,11,12,13,14,15,16,17,18,19,20,22,24,26,28,30,32,34,36,38,40,42,4 4,46,48 How would I display that list in a table 'vertically' with 4 columns??? TIA-Ché

Re: Vertical Display...

2003-06-24 Thread Jerry Johnson
By vertically, you mean 810 14 18 811 15 19 512 16 20 913 17 22 ? Jerry Johnson [EMAIL PROTECTED] 06/24/03 05:07PM Last week there was code to display a query's content's 'vertically'. Say I have the folllowing list: cfset PairSizeList =

RE: BLOBs and CF

2003-06-24 Thread Barney Boisvert
That's also a good way to see how many people read an HTML formatted email that you send out. Not spam, of course, but periodic newsletter or the like. And it's worth mentioning that you can append URL variable in the IMG tag, which obviously get passed to the CF template that generates the

Re: Vertical Display...

2003-06-24 Thread Scott Weikert
At 05:07 PM 6/24/2003 -0400, you wrote: Last week there was code to display a query's content's 'vertically'. Say I have the folllowing list: cfset PairSizeList = 8,8.5,9,10,11,12,13,14,15,16,17,18,19,20,22,24,26,28,30,32,34,36,38,40,42,4 4,46,48 How would I display that list in a table

  1   2   >