RE: Counting number of occurences of a

2003-08-11 Thread s. isaac dealey
len(rereplace(mystring,[^\\],,ALL)) You may not need the 2nd \ in the regex... you didn't need to in a [] collection in CF5 ... not sure off the top of my head if that changed in cfmx. Original Message --- Hi, I need to check my URLDecode(dir) for the number of occurences

Re: Please Test??

2003-08-11 Thread Rafael Bleiweiss
At 07:38 PM 8/10/03, you wrote: Can you all please load this page and click to 2 form buttons. https://www363.ssldomain.com/rubylarue/form.cfm Both 10 and 70 work for me in NN 7.02 and only the 10 works in IE 6.0.2800.. Blank on the 70 first, second and third try Noticed on the 70 submit

Re: MM Exchange lack of proper navigation or ease of use

2003-08-11 Thread Rafael Bleiweiss
Agreed, that would be a little more useful. The one problem with the most downloaded list though is that a lot of apps (like mine) don't have a download from Macromedia, just a redirect to our site. So there are a lot of good stuff that isn't included. I always wondered how I managed to get

RE: CF or .DotNet what do you think?

2003-08-11 Thread John Wilker
In my experience if the ASP developers would spend less time attacking CF and more time working, they may actually be able to build an app as fast as us CF folks. :) The amount of ASP i Know could fill a thimble, the amount of DotNet I know is less than 1% of that... BUT I know that the apps I

RE: JRun With CFMX Enterprise

2003-08-11 Thread Stacy Young
OK I'm confused now. (not hard to do apparently) Are you saying with the purchase of CFMX Enterprise 6.1 I can now have a full install of JRun (with its own admin) *and* depoy n instances of CFMX on that? Without having to purchase JRun separately? How does one arrange the licensing in the

Re: CFC instances with cffunction roles=!!! problem!

2003-08-11 Thread Sean A Corfield
It sounds like you're encountering some variant of the page context bug - I suggest you upgrade to CFMX 6.1 and see if the problem goes away (since CFMX 6.1 fixes the page context bug and also changes how cflogin works). On Monday, Aug 4, 2003, at 23:09 US/Pacific, Stéphane_Bisson wrote:

RE: pricing (was Re: Multiple instances of CFMX - licensing)

2003-08-11 Thread Joshua Miller
Somewhat off the main topic here, but why does Macromedia charge more money to run the exact same software on multiple CPUs when it's on one physical server? It's still only one copy of ColdFusion, it's just as if it were only one CPU, but the hardware is doubled to allow it to carry a larger

RE: using Randomize(GetTickCount())

2003-08-11 Thread Ryan Emerle
yup, you need to shrink the number used in the Randomize function to less than the size of an integer. Try taking the Right() of getTickCount() or dividing/subracting it by a large number to reduce its size. I recommend just using the Right() function or by simply subtracting a larger number

OT: Testimonials on CFMX 6.1

2003-08-11 Thread Judith Dinowitz
Nope... 77 gigabytes free. The system is a dual processor Pentium 3 with an IDE RAID. Two 80 gig drives mirrored. Also, like I said... I went back a couple hours later and ran it again (to get the error message)... and it all of a sudden loaded up the upgrade screen. I'll be trying the upgrade

RTF and MIME types Addendum

2003-08-11 Thread Den Melton
There's a great example of RTF at: http://tech.irt.org/articles/js154/index.htm. It works well for single as multiple record sets. Does anyone know how to put a page break in so each record shows on a seperate page within the document? Thanks

RE: JRun With CFMX Enterprise

2003-08-11 Thread Ben Forta
More like 50MB RAM per instance. Fortunately, RAM (and disk space) are cheap. But sure, if you have 100 apps on a single box offering hosting at $9.95/month, then that is probably not a viable option. --- Ben -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED] Sent:

Changing default cfmx server in Jrun

2003-08-11 Thread Stacy Young
Ok I know this is picky but...I'd like to have each server configured in the Jrun to coincide with the name of the application its powering. Is it safe to rename the cfusion default? I tried and apparently messed up the server in some way. (wouldn't restart) Stace AVIS IMPORTANT:

IIS Lookup and CF Datasource reports?

2003-08-11 Thread Rafael Alan Bleiweiss
Is there a CF way to generate a list of all the domains I have on my server AS WELL AS their associated domain directory? The built in IIS List export doesn't show which directory on the server... ALSO - How about a similar report for Datasources in CF 5 Admin - Datasource name, ODBC

Multiple instances - licensing

2003-08-11 Thread Peter Tilbrook
Do you need multiple licenses of Enterprise to use multiple instances of CF or is the one license sufficient? Peter Tilbrook ColdFusion Applications Developer ColdGen Internet Solutions 4/73 Tharwa Road Queanbeyan, NSW, 2620 AUSTRALIA Telephone: +61-2-6284-2727 Mobile: +61-0439-401-823 E-mail:

RE: Redsky...Blue Trini....

2003-08-11 Thread Angel Stewart
Oh dear. Just read on Ablecommerce's site that Redsky isn't supported yet. *bangs head against desk* I hope the over-enthusiastic server admin has an idea for rolling back the system. *sigh* -Gel -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] The other is an

RE: Sessions and CFCs

2003-08-11 Thread Raymond Camden
Micheal, can you show the login method? Also, is the code that calls login being run every hit? === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia

RE: CFIF Statements in CFQUERY with CF 6.1

2003-08-11 Thread Philip Arnold
Started to get errors after the upgrade for lines like this in CFQUERY: ORDER BY CFIF ISDEFINED(attributes.TEAM_ID) TEAMORDER, /CFIF Pos, Result DESC The Error back is: Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC

RE: Brain Teaser2

2003-08-11 Thread Bill Grover
In fact, as long as the user you use in the cfquery tag has access to the databases none of the databases referenced in the select statement have to match the database in the cfquery tag. __ Bill Grover Supervisor MIS

CFHTTP - CFMX 6.1 - IP ONLY

2003-08-11 Thread Paul Giesenhagen
We are updated running Solaris Machines, CFMX 6.1 (just updated) and when using CFHTTP, we get connection failures if we use a machine name (http://www.whatever.com) If we use the IP address (http://111.555.555.555) it works like a champ. Has anyone ever had this issue and fixed it? Thanks

Re: When to switch databases??

2003-08-11 Thread cf-talk
What is a good indication that you need to move beyond Access?? That's an easy one... YESTERDAY. ;-) Seriously though. Access is fine for development or low traffic applications. Other than that, you really should be considering a real database. -Novak

Re: clarification

2003-08-11 Thread Calvin Ward
My inclination would be for an error But, could it be 5? - Calvin - Original Message - From: Michael T. Tangorre [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, August 09, 2003 8:45 PM Subject: clarification Does anyone know what this will output and why? #5 *

RE: Load testing...

2003-08-11 Thread Andre Mohamed
Ryan, Try Google and free load testing tools. More specifically, you'll want to search for Load/Stress testing specific to web sites e.g. the following are all free: 1)Microsoft's Web Application Stress Tool http://www.microsoft.com/downloads/details.aspx?FamilyID=e2c0585a-062a-4

Re: CFMX 6.1 Installation problems.

2003-08-11 Thread Dave Carabetta
I downloaded the new CFMX 6.1 version today, and installed it. You'll all be pleased to learn, no doubt, that there were no problems whatever. That puppy just did what it was supposed to do, followed it's instructions and installed itself with no issues. Now my apps work FAR faster than before,

Redsky-Still issues with CFINSERT and CFUPDATE.

2003-08-11 Thread David Schmidt
Angel wrote: There is a list of Redsky Known issues here http://www.macromedia.com/support/coldfusion/releasenotes/mx/mx61_known_ problems.html Although I don't see the CFINSERT and CFUPDATE problems mentioned specifically. Are you still have the same issues, Angel? ...David

Redsky-Still issues with CFINSERT and CFUPDATE.

2003-08-11 Thread David Schmidt
Christine Lawson wrote: I was reading through this thread but I don't see the error message. Can someone post sample code (against cfsnippets) that produces the error and the actual error text? The thing is, Christine, that it appears to be with passworded Access datasources. Shall I password

Re: MM Exchange lack of proper navigation or ease of use

2003-08-11 Thread Matt Robertson
Scott Brady wrote: If you're viewing a tag's info and hit back, you get your search results. (At least, I do) So, that's one item that's off your list. No it ain't. I noticed the same thing, but it only occasionally works. Something is -- at a wild guess -- supposed to be cached client-side

CFMX performance issue

2003-08-11 Thread Alan Ford
I've been an avid reader of this and other lists for ages, but this is the first time I've needed to ask something. A client has been having awful problems handling high loads. What happens is that out of the blue CFMX (which has been happily servicing the same level of load with c5 running

CFC for thumbnail creation

2003-08-11 Thread Massimo Foti
Now that CF 6.1 ships with JRE 1.4 I rewrote my CFC for thumbnail generation (it doesn't require JSP anymore). I plan to submit it to CFCDev, but I would appreciate some additional real-world test: http://www.cfmentor.com/code/index.cfm?action=zippedid=50 The pahe above is fronm the italian

Unwanted conversion in Form input

2003-08-11 Thread David Collie (itndac)
Hello, Needing a quick fix on an app that isn't mine, but just can't work this one out at all, late in the day and my brain just does not seem to be working!... the Form input is converting the '-' to it's ISO equivalent and my brain is farting so much that I just can't solve this at all... ?

Re: Sessions and CFCs

2003-08-11 Thread Michael Dinowitz
Rather straight forward function to set the userid and information based on login. I call it once per user. CFFUNCTION NAME=Login RETURNTYPE=boolean CFARGUMENT NAME=Username TYPE=string REQUIRED=yes CFARGUMENT NAME=Password TYPE=string REQUIRED=yes cfquery name=verify_login

RE: problems running a Java CFX tag

2003-08-11 Thread Gyrus
At 09:06 11/08/2003 -0400, you wrote: Set the class path _to_ the jar file.. (or append it to the list) Not sure I follow. I've got the following settings on the 'JVM and Java Setttings' page: Java Virtual Machine Path: W:\CFusion\Java\jvm.dll Class Path: W:\CFusion\Java\classes CFX Jar Path:

RE: Read the url a person came from??

2003-08-11 Thread Michael T. Tangorre
Try cgi.http_referer :-) Mike -Original Message- From: Troy Montour [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 6:02 PM To: CF-Talk Subject: Read the url a person came from?? Hello, I was wondering if someone can point me in the right direction on what variable

Redsky-Still issues with CFINSERT and CFUPDATE.

2003-08-11 Thread David Schmidt
Christine Lawson wrote: I was reading through this thread but I don't see the error message. Can someone post sample code (against cfsnippets) that produces the error and the actual error text? The thing is, Christine, that it appears to be with passworded Access datasources. Shall I password

Redsky-Still issues with CFINSERT and CFUPDATE.

2003-08-11 Thread David Schmidt
Angel, Yes I do. Others are experiencing it, too -- see: http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=6threadid=668660 (watch for wrapping URLs) It's a strange issue, that's for sure... ~| Archives:

RE: MM engineers thin on the ground?

2003-08-11 Thread Robertson-Ravo, Neil (RX)
The rotation of engineers is standard practice in these situations, it happens all the time. You would find people who worked on CFMX working on other apps and vice versa. They are usually given time off to have a little break once a product has shipped.bar the support staff! ;-) Also, you

RE: Redsky-Still issues with CFINSERT and CFUPDATE.

2003-08-11 Thread Mark W. Breneman
Can anyone shed some light on what the 'problems' are with cfinsert and cfupdate not working with 6.1? I must be missing an email or two. Is anyone having problems with MS SQL 2000 and 6.1 cfupdate and cfinsert? Other then the problem that CF 6.0 introduced with cfupdate, requiring the key field

Re: Sessions and CFCs

2003-08-11 Thread Michael Dinowitz
I've tested it out a few ways to Sunday and the results are always the same. As long as the CFC is cached, only the first 'use' of the CFC will result in any session information being written for the user. Every additional attempt results in no session being written. This is the code. caching:

RE: Redsky-Still issues with CFINSERT and CFUPDATE.

2003-08-11 Thread Mark W. Breneman
Is it a BUG??? Bug: A defect or difficulty, as in a system or design. A defect in the code or routine of a program. Well, it is an inconsistency at very least between cf5 and MX that cost us about 16 hours of development time to fix the problem on 50 - 70 sites when we moved to MX. This issue is

Re: pricing (was Re: Multiple instances of CFMX - licensing)

2003-08-11 Thread Sean A Corfield
Jochem is correct: both JRun and CFMX for J2EE were per CPU. Now, CFMX Enterprise is per 2 CPUs so it is in fact cheaper. On Sunday, Aug 10, 2003, at 18:39 US/Pacific, Matt Liotta wrote: That isn't true. Previously, you could host multiple instances without buying additional licenses. -Matt

RE: SQL Competency Test

2003-08-11 Thread Costas Piliotis
http://www.brainbench.com/ These guys I believe have one for free... Pretty tough one too on sql theory actually... -Original Message- From: Dave Sueltenfuss [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 12:26 PM To: CF-Talk Subject: OT: SQL Competency Test Good

CFMX performance issue

2003-08-11 Thread Alan Ford
If you can, try increasing your trusted cache size first. My second thoughts on this are - yes, I've upped it to 400 but my gut feel is that it will make no difference. We had this problem before we were using the template cache and since. We get the problem out of the blue, after it has been

SOT: Mapped Network Drives on Startup for webroot, etc.

2003-08-11 Thread Tony Schreiber
On Windows 2000, what's the best way (or any way at all really) to get a mapped network drive created on startup (and prior to Apache starting)? Tony Schreiber, Senior Partner Man and Machine, Limited mailto:[EMAIL PROTECTED] http://www.technocraft.com

RE: JRun With CFMX Enterprise

2003-08-11 Thread Ben Forta
Nope, you do not need JRun already. CFMX 6.1 Enterprise comes with a full JRun licenses regardless of whether or not you already own JRun. It is your choice as to whether or not you install it. --- Ben -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Re: CFMX performance issue

2003-08-11 Thread Calvin Ward
In any case, I would consider moving to 6.1 as it has the latest bug fixes. I'm sure we're all interested to see if your problem persists after that :) - Calvin - Original Message - From: Alan Ford [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 11, 2003 1:15 PM

RE: CFMX performance issue

2003-08-11 Thread Stacy Young
Template cache is in KBs. You sure you're not referring to cached queries? Stace -Original Message- From: Alan Ford [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 2:13 PM To: CF-Talk Subject: CFMX performance issue Simultaneous threads in the CF admin is set to 400 !? No,

RE: New RedSky help files

2003-08-11 Thread Jaye Morris - jayeZERO.com
To obtain the updated help files, go to: http://www.macromedia.com/software/coldfusion/downloads/ Download the homesiteExtensions.zip file. Follow the instructions in the readme file and you should be good. HTH // Jaye Morris - Multimedia Applications Developer // [EMAIL PROTECTED] -

Re: clarification

2003-08-11 Thread Sean A Corfield
On Saturday, Aug 9, 2003, at 17:59 US/Pacific, Michael T. Tangorre wrote: Oh crap.. I see it! The answer's right but your logic is a little strange: 5 * 1 + 1 - 1 Since * is highest precedence than + or - this is equivalent to: ( 5 * 1 ) + 1 - 1 which is: 5 + 1 - 1 (which is 5) Sean A

Somewhat OT: ER diagramming tools?

2003-08-11 Thread Jeff
What do youse guys use to do ER diagrams? I'm in need of some diagramming tools, as we're working with more and more people in our process now and feel the need to put down our diagrams and relationships in more concrete form. I'm looking for shareware or freeware diagramming tools that can do

Re: Quick CF/Javascript ?

2003-08-11 Thread Charlie Griefer
I simply prefer onblur for text inputs, and usually use onchange for select inputs. as far as case goes... i usually stress lowercase due to XHTML validity. You might not be worried about it now, but eventually, you (likely) will be. learning good XHTML habits now will only help down the road.

Redsky-Query of Queries Error with = cfqueryparam... statement

2003-08-11 Thread Angel Stewart
Error Executing Database Query. Query Of Queries runtime error. Unsupported type comparison. 237 : AND PSchedule_Date = cfqueryparam VALUE=#DateFormat(CreateDate(year(dateinfo),month(dateinfo),k), MM/DD/)# CFSQLTYPE=cf_sql_date 238 :

RE: CFMX performance issue

2003-08-11 Thread Andre Turrettini
Worth a try. Good luck. DRE -Original Message- From: Alan Ford [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 11:16 AM To: CF-Talk Subject: CFMX performance issue Hi Alan, this may interest you. Perhaps what youre seeing with the threading is described here in which case 6.1

RE: RE: CF or .DotNet what do you think?

2003-08-11 Thread Stacy Young
Yep...although you'll prob be buying the Royale Server product separately maybe? (if ur suggesting it's not a selling point for cf) Pure speculation Stace -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 7:39 PM To: CF-Talk Subject:

RE: CFQuery Param ?

2003-08-11 Thread Ben Forta
Absolutely. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 10:03 PM To: CF-Talk Subject: CFQuery Param ? Suffice it to say, best practive would be to utilize this not only on selects, but inserts and updates as well, correct?

clarification

2003-08-11 Thread Michael T. Tangorre
Does anyone know what this will output and why? #5 * True + yes - (Y 'Es')# Possible answers are: 0, 1, 5, Yes, An Error Will Be Shown ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

CFMX performance issue

2003-08-11 Thread Alan Ford
[I had a problem posting my reply to this - sorry if it's duplicated] OK, setting threads up higher isn't usually a smart thing. Hi Trey, Up to about 3 weeks ago I would have agreed with you, and we had our limit for Simiultaneous Running Requests (let's call it SRR) set to 20. As part of a

Re: CFC for thumbnail creation

2003-08-11 Thread Massimo Foti
Richmond, Pamela [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is JAI faster or more stable than something like CFX_IMAGE? I have no idea, sorry :-) As I said, I need something that works even in shared servers, so I never considered CFX_IMAGE, as for JAI, I barely tested it, it's

Re: How to compute this DAY (not Date) last year? (SOLVED)

2003-08-11 Thread Jim McAtee
For a sales report, I need to figure out what the date is for this DAY last year. So for today, 8/5/2003 Tuesday, I need to figure out what the date was for this Tuesday last year (which was 8/6/2002). It's not as simple as today-364 days right? You've got leap

Re: MM engineers thin on the ground?

2003-08-11 Thread Christian Cantrell
On Tuesday, August 5, 2003, at 07:39 AM, DURETTE, STEVEN J (AIT) wrote: That sounds like you afre trying to get us to ask what's next! Come on, guys! Take some time to enjoy what we just got! :) Christian ~| Archives:

RE: Coldfusion Code analyzer

2003-08-11 Thread Pete Freitag
Thanks for pointing that out, fixed. I'll have to give you a free copy of the tool Calvin. Pete Freitag http://www.cfdev.com/ Author CFMX Developers Cookbook http://www.amazon.com/exec/obidos/ASIN/0672324628/netgig-20 -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent:

RE: Quick CF/Javascript ?

2003-08-11 Thread webmaster
I have case fixed...why onBlur instead? It worked perfectly though! Thanks! Regards, Eric -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 3:20 PM To: CF-Talk onChange, not onchange. Case is important. Jerry Johnson [EMAIL

Re: Benorama.com

2003-08-11 Thread Jim Campbell
Google cache? - Jim Brad Roberts wrote: Anyone know if the site will be up soon? Is there another way to get to the site? -Brad ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: New LiveDocs system!

2003-08-11 Thread Sean A Corfield
On Tuesday, Aug 5, 2003, at 18:04 US/Pacific, Calvin Ward wrote: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/building.htm Do you mean: http://livedocs.macromedia.com/coldfusion/6/ Developing_ColdFusion_MX_Applications_with_CFML/buildingComponents.htm Sean A Corfield --