Re: Client storage woes

2001-11-19 Thread Howie Hamlin
Well, the reboot actually worked - thanks for the suggestion. Regards, Howie - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 18, 2001 10:23 PM Subject: Re: Client storage woes Have been following this thread all day

Re: Client storage woes

2001-11-19 Thread Matt Robertson
Cool. Get some sleep ;D Cheers, --Matt-- - Original Message - From: Howie Hamlin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 19, 2001 12:22 AM Subject: Re: Client storage woes Well, the reboot actually worked - thanks for the suggestion. Regards, Howie

Re: Client storage woes

2001-11-19 Thread Howie Hamlin
Ha - as soon as I get home :-) Luckily, the office is only a mile from home... Regards, Howie - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 19, 2001 3:35 AM Subject: Re: Client storage woes Cool. Get some sleep ;D

Re: Best practices storing CC

2001-11-19 Thread Bud
On 11/19/01, Kay Smoljak penned: Hi Don, Warning: this email does contain a plug... We had a similar problem with a client who has a subscription site. We created a custom tag - CFX_PWCARDCRYPT, which encrypts the number using a 512, 1024 or 2048 bit RSA public key, which can safely be stored

Re: Client storage woes

2001-11-19 Thread Bud
On 11/18/01, Howie Hamlin penned: 1. Is the data schema exactly the same for both development and production databases for the CDATA and CGLOBAL tables? Unless you created the data schema manually, this shouldn't be a problem. I had CF create the tables. Maybe CF screwed up somehow when

Re: Val() vs. IsNumeric

2001-11-19 Thread Chris Norloff
Yes, cfqueryparam is much better here. Thanks. Chris Norloff -- Original Message -- from: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Wed, 14 Nov 2001 14:46:22 +0100 (MET) The cfqueryparam Tag suits your needs here the best I would believe.

Re: Client storage woes

2001-11-19 Thread Howie Hamlin
Yes, that is how cf created the tables. More weirdness, I found out later on that only one of my PCs were causing the error. When I killed the cookies in the browser the error disappeared. So, the reboot I did early this morning wasn't really a fix - for some reason a left over cfid/cftoken

RE: Outlook Calendar Integration

2001-11-19 Thread Carlisle, Eric
I haven't done this, but would look at the CDO interface if I wanted to do this. Search MSDN for CDO. There's a good Wrox book on using ADSI and CDO from ASP, named ADSI CDO ASP (appropriately enough!) also check out http://ww.cdolive.com Lots on info on CDO

cfhttp problems w/symantec web security 2.0(wk2)

2001-11-19 Thread Bosky, Dave
We seem to have a problem using CFHTTP on a coldfusion 5 box that uses Symantec Web Security 2.0, it always returns a connection failure error. Anyone have any experience using Symantec Web Security with ColdFusion? Thanks, Dave ~~

Calling all Fusebox Developers

2001-11-19 Thread Bruce Sorge
I have a fusebox application that is kickin my butt. It is a simple issue to resolve I am sure, but I am having a heck of a time with it, and I have too many other projects to work on. I am willing to pay someone to look at this and make it work. Please get with me OFF LIST ([EMAIL PROTECTED])

RE: cfquery and two column output

2001-11-19 Thread Steven Dworman
http://webreference.com/authoring/style/sheets/layout/advanced/ check out the links under further reading. Steven D Dworman - Web Consultant Systems Administrator ComSpec International - http://www.comspec-intnl.com

RE: cfquery and two column output

2001-11-19 Thread Steven Dworman
Sorry...responded to the wrong email Steven D Dworman - Web Consultant Systems Administrator ComSpec International - http://www.comspec-intnl.com phone: 248.647.8841 cell: 734.972.9676

Java Object - String format - WDDX - String format - Java Object

2001-11-19 Thread Kinley Pon
Here is something that may be of interest to those Coldfusion, java, and WDDX developers. I am in need of a FUNCTION or METHOD that would take a NESTED Java Object and convert it into a STRING format. I will then WDDX ready the resulting STRING formatted value. I will then WDDX serialize

browsers

2001-11-19 Thread Tangorre, Michael T.
Does anyone have an opinion on developing for specific browsers? I have an app that works great in IE 4 and up and Netscape 6, but not netscape 4... I am just curious to as what other developers code for in regards to clients browser and browser version. Thanks for any comments. Michael T.

Terminal Server Problems with CF

2001-11-19 Thread Richard Colman
Has anyone experienced any problems running Terminal Server on Win2K with CF 4.5.2? The symptoms are that system performance pegs and processor peaks, then drops connection of TS client. I have this configuration running on three machines, but only one of them is bombing out like this. Any

Does Oracle 8 support the timeout cfquery attribute?

2001-11-19 Thread Carlisle, Eric
Is anyone familiar with using cfquery's timeout attribute with Oracle 8? Is it supported with that driver (NT Server for the webserver)? If so, are there known minimum and maximum timeout values that the driver will support? Thanks :) ~~

Re: Terminal Server Problems with CF

2001-11-19 Thread Michiel Boland
Has anyone experienced any problems running Terminal Server on Win2K with CF 4.5.2? The symptoms are that system performance pegs and processor peaks, then drops connection of TS client. I have this configuration running on three machines, but only one of them is bombing out like this.

cfwddx size limit

2001-11-19 Thread Tage Widsell
Hi all, Before I decide on a silly archiving strategy... Does anyone know if there is a size limit for what kind of data you a can process with the cfwddx tag? Thanks! Tage Widsell Webmaster Propellerhead Software ~~ Get the mailserver that

RE: problem with insert

2001-11-19 Thread Christopher Olive
you need ()'s around your VALUES statement. christopher olive, cto, vp of web development cresco technologies, inc 410.825.0383 http://www.crescotech.com -Original Message- From: Douglas L. Brown [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 17, 2001 7:55 PM To: CF-Talk Subject:

RE: JavaScript: onLoad and onSubmit

2001-11-19 Thread Christopher Olive
one potential solution is to call a function with your onSubmit event triggers, instead of doing it inline. define a function myFunction () { .. } in your HEAD section, and call it document.forms[0].onSubmit=myFunction(); like that. then you can modify the myFunction to your heart's

Subscription

2001-11-19 Thread Aidan Whitehall
Just spoken with a ColdFusion software distributor in the UK and asked for a price on Studio together with 2 years of subscription. He said that the subscription was only available if we had 20 points, and (I think he said) Studio was worth 2 points. Apparently the points go the end customer (ie

Studio/FB question

2001-11-19 Thread Bill Killillay
I use Fusebox for just about everything and I often find myself reusing a qry, or act files, etc. I was wondering if there was a way to change ColdFusion Studio so that when you drag a file out to a page like fbx_switch that instead of it creating a hyperlink it creates a cfinclude? Can this be

CFCatch

2001-11-19 Thread Carlisle, Eric
Are there errors that cfcatch won't catch an error when the type is set to any? Are there known execptions that slip through the cracks? I know it's a general question, but I'm not sure how else to say it. Thanks :-) EC ~~ Get

RE: Studio/FB question

2001-11-19 Thread Duane Boudreau
it would be really nice if you could right click on a cfml template in the file explorer and get the option to insert as link or insert as cfinclude Duane -Original Message- From: Bill Killillay [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 11:57 AM To: CF-Talk Subject:

RE: Studio/FB question

2001-11-19 Thread Bob Imperial
Don't know if I'm understanding your question correctly but it seems what you're asking for can be done with snippets?? Just my two cents worth. Bob I haven't failed, I've found 10,000 ways that don't work. --Ben Franklin -Original Message- From: Bill Killillay [mailto:[EMAIL

RE: CFCatch

2001-11-19 Thread Craig Dudley
Not that I know of, do you have a piece of code inside a cftry that is not doing what you expect? Perhaps it's just doing something odd rather than throwing an error. Craig. -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: 19 November 2001 16:53 To: CF-Talk

RE: CFCatch

2001-11-19 Thread Dave Watts
Are there errors that cfcatch won't catch an error when the type is set to any? Are there known execptions that slip through the cracks? I know it's a general question, but I'm not sure how else to say it. CFTRY/CFCATCH can only deal with runtime exceptions, so general errors that occur

cf4.0 structures

2001-11-19 Thread Joseph Thompson
Thinking I was helping a guy out I re-did a page for him using structures BUT There is no StructKeyList() in 4.0 Two part question. Will a service pack for CF 4.0 upgrade it to 4.01 (where the function does exist) OR is there another technique to loop through a structure? Does CFLOOP

RE: Fusebox - opinions?

2001-11-19 Thread Zac Belado
1. Pros? Cons? Opinions? I've generally only seen good feedback, but I thought I'd see... Its like any developmental methodology. It's value is in direct relation to the amount of work you need to do to implement it. If you already have a full or partial methodology then it might not be

CFIF-Session Variable mystery.

2001-11-19 Thread Brunt, Michael
I have a frustrating situation with the fillowing code. I am using a Session variable that definitely exists to display alternate links in a header section. I have done a CFDUMP directly before the first CFIF statement and the Sesiion variable I am looking for exists and displays yet the CFIF

Re: CFIF-Session Variable mystery.

2001-11-19 Thread Clint Tredway
Try putting a Trim() around your variable... also you may change this to a cfswitch because a switch is faster than a bunch of ifs and it reads better. One other plus is that you can put a cfdefaultcase(like a cfelse) to catch a variable not getting set inside the switch. My 2 cents...

Re: cf4.0 structures

2001-11-19 Thread BILLY CRAVENS
I do think the loop exists. However, you can easily upgrade to 4.01: http://www.macromedia.com/software/coldfusion/downloads/update/ - Original Message - From: Joseph Thompson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 19, 2001 11:16 AM Subject: cf4.0

RE: CFCatch

2001-11-19 Thread Carlisle, Eric
It's hard to explain. Apparently an Oracle listener stopped listening at one point. A query (inside a cfcatch) runs for an Oracle datasource (where that listener listens at). Oddly, this caused the ColdFusion template to timeout (sometimes running 200-250 seconds before responding). The query

RE: cf4.0 structures

2001-11-19 Thread Bill King
YES you can loop over the collection in 4.0. - BILL - -Original Message- From: Joseph Thompson [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 10:16 AM To: CF-Talk Subject: cf4.0 structures Thinking I was helping a guy out I re-did a page for him using structures BUT There

RE: Studio/FB question

2001-11-19 Thread Bill King
I agree, I often wish I could do that. - BILL - -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 9:59 AM To: CF-Talk Subject: RE: Studio/FB question it would be really nice if you could right click on a cfml template in the file

RE: Fusebox - opinions?

2001-11-19 Thread Costas Piliotis
Sure. If you like component based development, there are much better platforms to choose from though: ASP.NET and JSP have much better component based programming methodologies than fusebox does. Look. Ben Forta is the guru of gurus in CF, and he didn't exactly give it an endoresement when

RE: CFIF-Session Variable mystery.

2001-11-19 Thread Brunt, Michael
Thanks Clint, the Trim function and Switch Case fixed it, the weird thing is that this is supposed to be a single character field in the DB, such are our lives sometimes. Mike Brunt Sempra Energy 213.244.5226 Artificial Intelligence usually beats natural stupidity. -Original Message-

Re: cf4.0 structures (solved)

2001-11-19 Thread Joseph Thompson
Great, thanks. I had him update to 4.01, and it was painless. (I will remember that collection trick for the next antiquated server I hame the mispleasure of working on) I do think the loop exists. However, you can easily upgrade to 4.01:

RE: CFCatch

2001-11-19 Thread Kevin Miller
I think this is a shortcoming in the way that CF implements timeouts. I have seen it with other tags as well - CFPOP, CFLDAP, and others. The timeout applies only when the server is contacted and the query or command is sent. If the server can't be contacted at all, then the timeout period

SQL To Sum data

2001-11-19 Thread Angel Stewart
-- SELECT SUM(tbldetailentry.reghrs) AS Daystotals FROM tblMainEntry,TblDetailEntry WHERE tbldetailentry.MainID = tblMainEntry.MainID AND tblDetailEntry.recorddate = to_date('#currentdate#','mm/dd/') AND

RE: CFCatch

2001-11-19 Thread Carlisle, Eric
Is there anyway to code around this? Another way to set a timeout to override? Thanks, EC -Original Message- From: Kevin Miller [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 12:58 PM To: CF-Talk Subject: RE: CFCatch I think this is a shortcoming

RE: SQL To Sum data

2001-11-19 Thread Costas Piliotis
Dunno oracle well, but here's a couple of ideas: First, are there nulls in the field you're taking the sum of? This may case erratic results. Try SUM(ISNULL(tbldetailentry.reghrs),0) instead. Also, be careful with date comparisons. They don't trim off the time portion in sql server. Perhaps

RE: Fusebox - opinions?

2001-11-19 Thread Zac Belado
Look. Ben Forta is the guru of gurus in CF, and he didn't exactly give it an endoresement when he came to Vancouver last week. That's enough for me to sweep that idea under the rug. He didn't exactly slag it either, but anyways, he can probably fill you in more than I can. As him for more

Programmatically Timeout Code

2001-11-19 Thread Benjamin S. Rogers
We're looking for a way to programmatically timeout sections of ColdFusion code. Specifically, we are calling a COM object from within ColdFusion. The COM object talks ADSI to various servers. Some of the servers sit behind a firewall which throws away the packets, causing the COM object, and the

Event Logs Win2000

2001-11-19 Thread Tim Stadinski
Does anyone know where I can look for reference on how to connect to the windows event logs programmatically? I bascially need to have a utility that can search through the event logs on some web servers and was hoping to tie this to a CF app. Thanks. Timothy Stadinski Senior Software

RE: Event Logs Win2000

2001-11-19 Thread Kelly Matthews
This program does it but isn't free of course :) http://www.logviewer.com -Original Message- From: Tim Stadinski [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 2:33 PM To: CF-Talk Subject: Event Logs Win2000 Does anyone know where I can look for reference on how to

RE: SQL To Sum data

2001-11-19 Thread Bryan Love
if you don't specify a time when using to_date Oracle will use zeros (midnight of previous day, or beginning of new day) for the timestamp. That timestamp is part of the date so if you used Oracle's default sysDate when inserting the record then the timestamps won't match. Try this:

RE: Fusebox - opinions?

2001-11-19 Thread Brunt, Michael
Bit late in the thread but I think I do have an insight on this. I worked as an Allaire Consultant for Allaire and then Macromedia for just about 1 year. During that period I traveled all over the USA helping mainly end-users to fix broken sites. I visited some pretty big clients and had to

RE: Event Logs Win2000

2001-11-19 Thread Tim Stadinski
I was hoping for a free reference to a discussion resource on which COM object I need to play with to tie into the eventLog anyone else? tim -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 2:37 PM To: CF-Talk Subject: RE: Event

RE: Event Logs Win2000

2001-11-19 Thread Kelly Matthews
I have searched high and low and everywhere in between for a free one, have yet to find one, if you do please pass it on. :) Kelly -Original Message- From: Tim Stadinski [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 2:46 PM To: CF-Talk Subject: RE: Event Logs Win2000 I

RE: Event Logs Win2000

2001-11-19 Thread Tim Stadinski
I will go to MS site and see if I can pick something out there...will let everyone know what I find. tim -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 2:49 PM To: CF-Talk Subject: RE: Event Logs Win2000 I have searched high and low

RE: SQL To Sum data

2001-11-19 Thread Angel Stewart
None of this ..is working and it is just not making much sense as to why it isn't working. Using the SUM(ISNULL(tbldetailentry.reghrs),0) results in an error, Wrong Number Of Arguments. SELECT SUM(ISNULL(tbldetailentry.reghrs),0) AS Daystotals FROM tblMainEntry,TblDetailEntry

RE: SQL To Sum data

2001-11-19 Thread Costas Piliotis
Oh yeah, one more thing... I think Oracle is now Ansi-92 compliant. Try putting your join in the FROM Clause instead: SELECT SUM(tbldetailentry.reghrs) AS Daystotals FROM tblMainEntry INNER JOIN TblDetailEntry ON tbldetailentry.MainID = tblMainEntry.MainID WHERE tblDetailEntry.recorddate

RE: SQL To Sum data

2001-11-19 Thread Nick McClure
What is you just did SUM(ISNULL(tbldetailentry.reghrs)) Would this work? At 03:59 PM 11/19/2001 -0400, you wrote: None of this ..is working and it is just not making much sense as to why it isn't working. Using the SUM(ISNULL(tbldetailentry.reghrs),0) results in an error, Wrong Number Of

RE: Fusebox - opinions?

2001-11-19 Thread Zac Belado
If you are looking to try and instill good disciplines and readability in your code Fusebox is also good for that. This presumes that the developers know fusebox. You could also get this same benefit from documenting your methods and making sure your developers follow a single standard.

RE: SQL To Sum data

2001-11-19 Thread Kevin Gilchrist
Change SUM(ISNULL(tbldetailentry.reghrs),0) to SUM(nvl(tbldetailentry.reghrs),0) -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 14:59 To: CF-Talk Subject: RE: SQL To Sum data None of this ..is working and it is just not making much

RE: SQL To Sum data

2001-11-19 Thread Tony Schreiber
Isn't it SUM(NVL(tbldetailentry.reghrs,0))? NVL takes two arguments, the first is the field to check and the second is the value to return if the first is null... Change SUM(ISNULL(tbldetailentry.reghrs),0) to SUM(nvl(tbldetailentry.reghrs),0) -Original Message- From: Angel

Re: Fusebox - opinions?

2001-11-19 Thread Bryan Stevenson
Go Zac! Canada! Canada! Canada! ;-) Hey Zac remember ServisNet :-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com

RE: SQL To Sum data

2001-11-19 Thread Kevin Gilchrist
Yep, need to shift that bracket to the right. -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 15:06 To: CF-Talk Subject: RE: SQL To Sum data Isn't it SUM(NVL(tbldetailentry.reghrs,0))? NVL takes two arguments, the first is the field

RE: Fusebox - opinions?

2001-11-19 Thread Robert Everland
The problem with making your own methodology up is that only the people you have taight it to will know it, the benefit of fusebox and any other popular methodology is that there are support forums, sample applications, and white papers that you can work off of. Robert Everland III Dixon

Re: Fusebox - opinions?

2001-11-19 Thread Bryan Stevenson
Oh ya..and BTW...I agree with ZacFusebox may have some good concepts, but it just doesn't work in all cases and can certainly cause unwanted complexity my 2 cents Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED]

Cannot convert to number

2001-11-19 Thread Angel Stewart
OMG. I feel like its all coming apart now. Got hit with another error , on another screen. - An error occurred while evaluating the expression: SUM_#Evaluate(#attributes.attcode#)# =

RE: Fusebox - opinions?

2001-11-19 Thread Jeffry Houser
Yes, but any developer worth his salt should be able to pick up a *documented* methodology and work within it given an hour or so to look over the documentation. I was on a project, where the first thing they did was have me sit down with the lead developer. He dictated everything from

Re: Fusebox - opinions?

2001-11-19 Thread Bryan Stevenson
Here Here! Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Allaire Alliance Partner www.allaire.com - Original Message - From: Jeffry Houser [EMAIL

Re: Cannot convert to number

2001-11-19 Thread savan . thongvanh
are there any limitations or exceptions to nesting #var#'s? Angel Stewart [EMAIL PROTECTED] on 11/19/2001 02:29:31 PM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc: Subject: Cannot convert to number OMG. I feel like its all coming apart now. Got hit with

cfcontent to protect a Word document

2001-11-19 Thread Greg Saunders
I'm trying something I thought would be simple: use cfcontent to control access to a word document. I have this: cfcontent file=d:\myTestDocument.doc type=application/msword deletefile=No But when I run the page, I get something that looks like the raw text (binary) of the document. I've

RE: Fusebox - opinions?

2001-11-19 Thread Bill Killillay
I use fusebox and have for some time. Once you dive in and really start understanding it you will see what all the hype is about. Fusebox 3 is even better and makes code much more reusable at an application level much more so then Fusebox 2 was. Also once you get the hang of it you can code up

Re: REFindNoCase and ]...

2001-11-19 Thread Chris Norloff
Chap 12 (Using the Find and Replace Function) of Using CF Studio says you have to put the ] at the beginning, because it can't be escaped in any other position. A set of characters enclosed in brackets ([]) is a one-character RE that matches any of the characters in that set. For example,

RE: Fusebox - opinions?

2001-11-19 Thread Robert Everland
You're right any developer should. Doesn't mean they will be able to. And why bother sitting at a meeting where someone dictates those things to you, you can pop on the web and learn everything you need to know. Methodology is not something you need, I used to be against fusebox because at first

RE: Cannot convert to number

2001-11-19 Thread Kevin Gilchrist
What are exactly are you trying to do? What result are you expecting? What's a typical value for attcode? -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 15:30 To: CF-Talk Subject: Cannot convert to number OMG. I feel like its all

Re: Fusebox - opinions?

2001-11-19 Thread Craig
You know, its all nice to have the original developer explain his methodology but sometimes that just isn't possible. -Craig - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 19, 2001 2:37 PM Subject: Re: Fusebox -

CFOBJECT related question

2001-11-19 Thread Bruce Sorge
I have created an object in my Application.cfm, (cfobject type=COM class=BHCSPortalUserObjects.CEntities name=entitiesCollection action=CREATE) and I can access any object property in the Application.cfm. What I am trying to do now is to access the collection in other templates. For instance,

THE LATE GREAT FUSEBOX DEBATE

2001-11-19 Thread Craig
All, I've been reading the Fusebox debate in here for the past few days. I am always amused at how passionate people are about their own opinions, including myself. Let me just give you my opinion and experiences and you can judge for yourselves. a.. I started fusebox and it took a while

RE: CFOBJECT related question

2001-11-19 Thread Dave Watts
I have created an object in my Application.cfm, (cfobject type=COM class=BHCSPortalUserObjects.CEntities name=entitiesCollection action=CREATE) and I can access any object property in the Application.cfm. What I am trying to do now is to access the collection in other templates. For

RE: Fusebox - opinions?

2001-11-19 Thread Brunt, Michael
I have one more opinion. As web based applications continue to evolve out from pure Internet based applications into Enterprise Intranet and Extranet based applications calling on and interacting with Legacy systems, RECOGNIZED METHODOLOGY = CREDIBILITY. Far too many times products that are

RE: Fusebox - opinions?

2001-11-19 Thread Zac Belado
You know, its all nice to have the original developer explain his methodology but sometimes that just isn't possible. That is why you *document* things. ~~ Your ad could be here. Monies from ads go to support these lists and provide more

RE: Fusebox - opinions?

2001-11-19 Thread Mike Craig
And over the last 15 years...how many developers have you followed or worked with (with regard to their code of course) have been worth their weight in salt? -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 6:32 PM To: CF-Talk Subject: RE:

RE: Cannot convert to number

2001-11-19 Thread Kevin Gilchrist
You can't use functions on the left-hand side of an assignment but this might help you: CFSET SUM_#attributes.attcode# = Evaluate(SUM_ attributes.attcode) + GetVacationDetails.RegHrs -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 15:30

RE: Fusebox - opinions?

2001-11-19 Thread Zac Belado
The problem with making your own methodology up is that only the people you have taight it to will know it, But that's another issue altogether is it not? the benefit of fusebox and any other popular methodology is that there are support forums, sample applications, and white papers that

RE: Fusebox - opinions?

2001-11-19 Thread Jeffry Houser
At 03:37 PM 11/19/2001 -0500, you wrote: You're right any developer should. Doesn't mean they will be able to. And why bother sitting at a meeting where someone dictates those things to you, you can pop on the web and learn everything you need to know. Hey, I'm sure if they had spent time to

Re: Fusebox - opinions?

2001-11-19 Thread Jeffry Houser
Of course, if it's a documented methodology... You can just refer to the documentation to find out how things was. ( the keyword in my original post was *DOCUMENTED* ) At 02:45 PM 11/19/2001 -0600, you wrote: You know, its all nice to have the original developer explain his methodology but

Looping through text string

2001-11-19 Thread raphael
Anyone know how to loop through a text string to get the letter? ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: Fusebox - opinions?

2001-11-19 Thread Zac Belado
I know if I need more developers on a project I don't have to waste time teaching them from the ground up, they can learn on their own. I really fail to see how this is any different than learning any developmental methodology. If someone has to read my methodology docs or someone has to read

RE: Fusebox - opinions?

2001-11-19 Thread Kelly Matthews
Personally I use fusebox and like it but it's a scaled down version of fusebox, I kinda modified it to my liking... Haven't run into problems yet but I don't have any SUPER high traffic cf sites. Kelly ~~ Your ad could be here. Monies from ads go to

Re: Fusebox - opinions?

2001-11-19 Thread BILLY CRAVENS
You're right, that isn't always possible, but I agree with the principle Jeffry was discussing. There's far too many methodology developers out there. Whether it's Fusebox, Session dependent development, or whatever, it's unfortunate that many developers are a bit narrow minded (in their

RE: THE LATE GREAT FUSEBOX DEBATE

2001-11-19 Thread Mike Craig
Though I support both, cfobjects might be a better choice for you than smartobjects. I like its construction a little better. I think you make some great points about fusebox. I have been using it for some time now, have very few problems, reuse a lot of code in other projects because they

RE: Looping through text string

2001-11-19 Thread Bryan Love
get what letter? There are many string functions, I'm sure one of them will accomplish whatever it is you need to do. Bryan Love Macromedia Certified Professional Internet Application Developer / Database Analyst Telecommunication Systems Inc. [EMAIL PROTECTED] ...'If there must be

RE: Fusebox - opinions?

2001-11-19 Thread Mike Craig
If someone led you to believe there was a real difference...they were mistaken. -Original Message- From: Zac Belado [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 4:11 PM To: CF-Talk Subject: RE: Fusebox - opinions? I know if I need more developers on a project I don't

Re: Fusebox - opinions?

2001-11-19 Thread Craig
That's why I am very for looking at multiple methodologies and for that matter, any code from other developers. Having everything in the ATTRIBUTES scope is pretty nice though because somethimes I need the same variable passed from url, form or from CFMODULE. Fusebox is no excuse for not

Re: Looping through text string

2001-11-19 Thread Craig
something like: cfset mystring = I am a string cfset stringlength = len(mystring) cfloop from=1 to=#stringlength# index=i cfset currentletter = mid(mystring, i, 1) cfoutput#currentletter# /cfoutput /cfloop - Original Message - From: raphael [EMAIL PROTECTED] To: CF-Talk

RE: CFOBJECT related question

2001-11-19 Thread Richard Kuryk
You will not be able to use CF to loop over a com object. You must use that objects method's ie: CFSCRIPT entitiesIterator = entitiesCollection.iterator(); while ( entitiesIterator.hasNext() ) { .. } /CFSCRIPT Or if you know the size of the collection you can use a simple for loop.

RE: Looping through text string

2001-11-19 Thread Kevin Gilchrist
I just tried some similar code as well when I saw that it skips white space in the string. -Original Message- From: Craig [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 16:21 To: CF-Talk Subject: Re: Looping through text string something like: cfset mystring = I am a

OT: Enterprise Manager / SQL Server

2001-11-19 Thread Jay Sudowski - Handy Networks LLC
Hi - I'm wondering if Enterprise Manager for SQL Server is available from Microsoft as a free or low cost download. If anyone has details or suggestions, please let me know. Thanks, ~~ Your ad could be here. Monies from ads go to support these

Re: CFOBJECT related question

2001-11-19 Thread BILLY CRAVENS
Incorrect. Quoting the ColdFusion documentation: The cfloop collection attribute lets you loop over a structure or a COM/DCOM collection object - Original Message - From: Richard Kuryk [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 19, 2001 3:21 PM Subject: RE:

Re: Looping through text string

2001-11-19 Thread Craig
I tried it and it did not skip the white space. However, if you already have space or line breaks while displaying, it will only show ONE space. So you get I a m a s t r i n g which looks like it is skipping spaces but really is just displaying one space after EVERY character. -Craig -

RE: Enterprise Manager / SQL Server

2001-11-19 Thread Sicular, Alexander
Just install sql without the server, it's under the custom install option. Good luck, Alexander Sicular Chief Technology Architect Neurological Institute of New York Columbia University as867 [at] columbia {dot} edu |-Original Message- |From: Jay Sudowski - Handy Networks LLC

How do I prevent a user from backing up to a previous page.

2001-11-19 Thread Bill Mee
Aside from both expiring and disabling caching of a previously visited page I want to warn the user that when they depresss the backup button on the web browser that the previous page has expired. I am progressively gathering data on subsequent pages which is entered into a struct array and I

RE: Enterprise Manager / SQL Server

2001-11-19 Thread Jay Sudowski - Handy Networks LLC
Icks That's what I was afraid of you saying. People don't react well when I tell them they need to download a 300MB+ installer to install just a small subset of the files they actually download. Oh well :-(. Thanks for the info anyhow. -Jay -Original Message- From: Sicular,

RE: Fusebox - opinions?

2001-11-19 Thread Zac Belado
If someone led you to believe there was a real difference...they were mistaken. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

RE: CFOBJECT related question

2001-11-19 Thread Dave Watts
You will not be able to use CF to loop over a com object. You must use that objects method's ie: CFSCRIPT entitiesIterator = entitiesCollection.iterator(); while ( entitiesIterator.hasNext() ) { .. } /CFSCRIPT Or if you know the size of the collection you can use a

  1   2   >