OT database problem

2009-10-22 Thread Douglas Brown
I have a zipcode table that is driving me nuts... If I open query analyzer and say SELECT * FROM zip WHERE zipcode = 'valid zipcode' I get nothing back but if I say SELECT zipcode from zip I get all the zips back and the valid zipcode from the first query is listed in there. Why cannot I not

Re: OT database problem

2009-10-22 Thread Douglas Brown
I'd need to see the datatype of the zipcode column as well as the content of the 'valid zipcode' variable before I could answer the question, but my guess would be that there's a discrepancy in datatype: '#validZipCode#' when it should be #validZipCode# or something like that. The datatype

Re: OT database problem

2009-10-22 Thread Douglas Brown
I have a zipcode table that is driving me nuts... If I open query analyzer and say SELECT * FROM zip WHERE zipcode = 'valid zipcode' I get nothing back but if I say SELECT zipcode from zip I get all the zips back and the valid zipcode from the first query is listed in there. Why

Help with lists and query

2009-10-22 Thread Douglas Brown
Sorry for all the posts on here but I only post after digging through the WACK and not finding an answer. I have a custom tag that searches for zip codes within a specified radius and then spits the results out as a list. I want to be able to use that list to search a database of

Can anyone see the problem here?

2009-10-21 Thread Douglas Brown
I think I have lost it and cannot seem to see the error of my ways.. Invalid CFML construct found on line 156 at column 28. ColdFusion was looking at the following text:pAdvertisements.zipcode CFIF IsDefined(form.zip) and form.zip IS NOT and IsDefined(form.radius) and form.radius

Re: OT - 10 kinds of people

2002-09-10 Thread Douglas Brown
10 stands for  :-) Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Dave Hannum [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 10, 2002 11:56 AM Subject: OT - 10 kinds of people There are 10 kinds of people in the world: Those who

Re: Large Corporations that use ColdFusion

2002-09-10 Thread Douglas Brown
Visit http://www.forta.com and there will be a list of them. Some of them include Ford Motor Company, Bank of America and many others. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Eric Carlisle [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday

Re: Large Corporations that use ColdFusion

2002-09-10 Thread Douglas Brown
You can also ad the site for the NFC Champion St. Louis Rams to the list Ben. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Ben Forta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 10, 2002 1:52 PM Subject: RE: Large Corporations that use

Re: Preventing User from Re-submitting Add Record Form

2002-09-09 Thread Douglas Brown
Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Bob Haroche [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 09, 2002 1:32 PM Subject: Preventing User from Re-submitting Add Record Form I've a simple membership app which allows a user to add a new

Re: Preventing User from Re-submitting Add Record Form

2002-09-09 Thread Douglas Brown
The only problem with that is the fact you have to run a query to get the recodcount. Causes a little more overhead than what would be needed to access a session var. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Tony Carcieri [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: VB

2002-09-09 Thread Douglas Brown
That only sets the value to if the parameter does not exist. If it does exist, then it is ignored and uses the current value Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Tony Carcieri [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 09

Re: I need help

2002-09-09 Thread Douglas Brown
)# /CFOUTPUT Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: jt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 09, 2002 2:24 PM Subject: RE: I need help You can disable the use of the admin password in the system registry. Then you can go back

Re: Getting a business off the ground

2002-09-05 Thread Douglas Brown
Yeah, looks good. I would make the big text towards the bottom an image tho. It's kinda breaking up. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 05, 2002 1:02 PM Subject: RE

Re: Test Email

2002-09-04 Thread Douglas Brown
(Name server: nvpooka.com: no data known) Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Brian Thornton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 04, 2002 9:38 PM Subject: Test Email Can some of you send a test email to [EMAIL

Re: ColdFusion Studio?

2002-09-03 Thread Douglas Brown
Dreamweaver MX Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Troy Simpson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 03, 2002 8:22 AM Subject: ColdFusion Studio? It use to be called ColdFusion Studio 5. Is there a new name

Re: mysterious server death

2002-09-03 Thread Douglas Brown
It sounds more like a network problem...Intermittent failure. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 03, 2002 8:54 AM Subject: OT: mysterious server death Hey All

Ben Forta in Orange CA.

2002-09-03 Thread Douglas Brown
I noticed from the SCCFUG that Ben Forta is going to be speaking of the integration of Flash and Coldfusion at the UCI Learning Center and wanted to make sure it was for tomorrow at 7pm. Is there any cost to this? Douglas Brown Email: [EMAIL PROTECTED

Re: Purchasing CF Server 5.0

2002-09-03 Thread Douglas Brown
I would look at getting it from ebay myself http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItemitem=2050077069 Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Howie Hamlin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 03, 2002 8:36 PM Subject

Re: looping through array

2002-09-01 Thread Douglas Brown
cfset excludeList = 1,4,5,7 select name=test cfloop from=1 to=10 index=i cfif listContains(excludeList, i) cfelse cfoutput option value=#i##i# /cfoutput /cfif /cfloop /select - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 30,

Re: Flash Rich App Approach = Macromedia?

2002-09-01 Thread Douglas Brown
results, since their will only be one page to index? Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Sean A Corfield [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, September 01, 2002 10:58 AM Subject: Re: Flash Rich App Approach = Macromedia? On Sunday

Re: (Admin) OT Threads

2002-08-29 Thread Douglas Brown
Gods speed for whomever is ill... Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Sniffle Bear [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 29, 2002 2:44 PM Subject: Re: (Admin) OT Threads I would like that! - Original Message

Re: Can this be done?

2002-08-29 Thread Douglas Brown
What version of CF? Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Joel Blanchette [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 29, 2002 1:24 PM Subject: Can this be done? Hello All, Wondering if there is a way to make the html files

Re: Coldfusion Training IN SoCal

2002-08-27 Thread Douglas Brown
I have looked also, and do not know of any. There are several that offer the certs and such, but no luck on the actual training aspect. I live in Orange and have checked Irvine, Anaheim, Santa Ana and a few other areas. Douglas Brown Email: [EMAIL PROTECTED] - Original Message

Re: Client Variables and windows registry

2002-08-27 Thread Douglas Brown
have you tried regclean? You can find it on microsofts site and it works well. Just make sure to back-up the registry first. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Melissa Fraher [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 27

Re: Blatant advertising: Two new CF books!

2002-08-27 Thread Douglas Brown
Nice site, but since all they are advertising is Macromeda books etc...they really should use CF :-) Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Massimo, Tiziana e Federica [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 27, 2002 11:58 AM

Re: HOLY DOUBLE POSTS BATMAN!

2002-08-27 Thread Douglas Brown
We just try to keep Michael on his toes with our perfectionism...:-) Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 27, 2002 5:38 PM Subject: RE: HOLY DOUBLE POSTS BATMAN! i can only

Re: CFMX Installation problems.

2002-08-26 Thread Douglas Brown
You may want tread through the lists, this has been discussed quite abit and you should find some helpfull info. http://www.houseoffusion.com/cf_lists Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Todd [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent

Re: Many or Minimal CFOUTPUTS

2002-08-26 Thread Douglas Brown
around a bunch of HTML code as it makes things harder to understand. Performance wise, I am not sure if there is good or bad reasons not to do it one way or the other. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Paul Giesenhagen [EMAIL PROTECTED] To: CF-Talk [EMAIL

Oracle and disk space

2002-08-26 Thread Douglas Brown
Man...I have heard of applications needing room, but oracle is a monster. I was going to do an install, and found it needed 2.56 GB of disk space. Now I have to go and install another scsi drive geeeshh!!! Could have made it a little smaller dont ya think? Douglas Brown Email: [EMAIL

Re: Oracle and disk space

2002-08-26 Thread Douglas Brown
? Is the personal edition some kind of developer edition kind of like CFMX? Is this like a beta version or something? Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Paris Lundis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 26, 2002 8:02 PM Subject: RE

Re: huge CFIF - better way?

2002-08-21 Thread Douglas Brown
Something like this maybe...Of course if there is more keys in the structure than what is listed in your post, problems would occur. cfloop collection=#request.datastruct# item=i cfif evaluate(request.this. i) IS do whatever cfelse do something else /cfif /cfloop Douglas Brown Email

Re: huge CFIF - better way?

2002-08-21 Thread Douglas Brown
wooops should be cfloop collection=#request.datastruct# item=i cfif evaluate(request.datastruct. i) IS do whatever cfelse do something else /cfif /cfloop Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Deanna Schneider [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: javascript variable to a coldfusion variable

2002-08-20 Thread Douglas Brown
You would have to place it in a hidden field or something, and then submit it back to the coldfusion server. Then you could scope it however you like. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Jim Taylor [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent

Re: Thumbnails from uploaded pictures

2002-08-20 Thread Douglas Brown
try autoresize from cfdev http://www.cfdev.com/products/productdetail.cfm/id/6 Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Marquis, Butch [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 2:03 PM Subject: Thumbnails from uploaded

Re: Upgrade to 5.0

2002-08-19 Thread Douglas Brown
You should not have a problem in the world upgrading to 5. I installed it on win2k and rebooted and voila a true gem...Now if it were MX that would be a different story, think I'll wait another 6 months or year before I go there. Douglas Brown Email: [EMAIL PROTECTED] - Original Message

CFMX Quick start guide was (Re: MM Folks...)

2002-08-19 Thread Douglas Brown
what your CDROM was, but have now found out, you can put the manual down from your computer manufacturer and pick up the (Installing CFMX manual again) Once this step is complete, proceed to the next step... And on...and on Douglas Brown Email: [EMAIL PROTECTED] - Original Message

Simple JS question

2002-08-17 Thread Douglas Brown
=content src=about.htm scrolling=auto style=text-align: justify;/iframe Douglas Brown Email: [EMAIL PROTECTED] __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community

Re: Simple JS question

2002-08-17 Thread Douglas Brown
GeeeshI feel stupid now CF_HEADBETWEENLEGS Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Brook Davies [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, August 17, 2002 5:06 PM Subject: Re: Simple JS question area shape=rect coords

Re: Best Practices

2002-08-16 Thread Douglas Brown
Time 370 milliseconds Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Sean A Corfield [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 15, 2002 10:28 PM Subject: Re: Best Practices On Thursday, August 15, 2002, at 01:16 , Charlie Griefer wrote

Re: Cfloop

2002-08-16 Thread Douglas Brown
yes Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Jim Taylor [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 16, 2002 10:56 AM Subject: Cfloop Can You have nested Cfloops

Re: wizards

2002-08-16 Thread Douglas Brown
Using flash would be a very good way to do this... Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Brad Roberts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 16, 2002 11:03 AM Subject: RE: wizards Thanks Brook! This is great! Looks like

Re: jedimaster hidden easter egg

2002-08-16 Thread Douglas Brown
Geee must be nice having a bug named after you :-) Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 16, 2002 11:21 AM Subject: Re: jedimaster hidden easter egg Everyone does... That's Ray's sore

Re: Limit file size for uploads

2002-08-16 Thread Douglas Brown
You can only check the file size once the file is uploaded to the server, so I guess the answer to your question would be to delete the file if it is too big, as you suggested. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: YC Nyon [EMAIL PROTECTED] To: CF-Talk

Re: Best Practices

2002-08-15 Thread Douglas Brown
. Following general rule of thumb is a good thing when coding is at use, and learning it right way the first time through is by far better than trying to teach an old bad coding dog a new trick or two. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Charlie Griefer [EMAIL

Re: 33 and 33d the same?

2002-08-14 Thread Douglas Brown
Yeah, makes you wonder how many other bugs are out there Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: charlie griefer [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 3:04 PM Subject: Re: 33 and 33d the same? Still

Re: Article: A Wealth of Woe at Macromedia

2002-08-14 Thread Douglas Brown
not cost MM very much $$ to do it either. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Mark A. Kruger - CFG [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 14, 2002 12:27 PM Subject: RE: Article: A Wealth of Woe at Macromedia Maureen, I

Re: OT but Important Amber alert missing child should I post here?

2002-08-13 Thread Douglas Brown
That would be fine on any list as far as I am concerned!! Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Mike Brunt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 11:27 AM Subject: OT but Important Amber alert missing child should

Re: More Win 232 error troubles

2002-08-13 Thread Douglas Brown
232 is a SQL error (The pipe is being Closed), but more likely a network problem. 109 is the same (The pipe has ended) For more info, review the following article http://support.microsoft.com/default.aspx?scid=kb;en-us;Q109787 Douglas Brown Email: [EMAIL PROTECTED] - Original Message

Re: WAY OT?: CF Based Fantasy software

2002-08-13 Thread Douglas Brown
FantasyWheres the nudie pics :-) Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Eric Hoffman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 1:03 PM Subject: WAY OT?: CF Based Fantasy software Got your attention?? Lol Anyway

Long raw and coldfusion

2002-08-09 Thread Douglas Brown
Does anyone have an example of pulling long raw data from an oracle database GT 64k. I imagine having to loop through the chunk size until reaching the end. Douglas Brown Email: [EMAIL PROTECTED] __ This list and all House

Re: Strange Error

2002-08-09 Thread Douglas Brown
do you have any filds names like _date ? - Original Message - From: Matthew Friedman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 09, 2002 7:24 PM Subject: Strange Error I got a strange error and I am not sure what it is about. For over a Year everything has

What is all these DSN's?

2002-08-08 Thread Douglas Brown
Does anyone know what these DSN's are for? I have a list of them, and I know I did not put them there. Which ones can I get rid of? CR0R8V36 CR Oracle8 v3.6 CRSS SQL SERVER CRXMLV36 CR XML v3.6 FLASH Microsoft Access Driver LocalServer SQL Server Douglas Brown Email: [EMAIL PROTECTED

Re: Task/Project Management App

2002-08-08 Thread Douglas Brown
That is what I was wondering too...I figured it was one of those IQ tests or something :-) Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Dan Haley [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 08, 2002 5:17 PM Subject: RE: Task/Project

Re: Input Box Boundaries

2002-08-03 Thread Douglas Brown
If you mean the thing around the text field that kinda looks like the border, yes you can do it but will only work in IE. you can use css. Use the border-top-width, border-left-width etc etc Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Eric Hoffman [EMAIL

Re: Input Box Boundaries

2002-08-03 Thread Douglas Brown
No prob...Actually it does work in NS 6, I had not tested or used it in a while. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Eric Hoffman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, August 03, 2002 10:30 AM Subject: RE: Input Box Boundaries

Re: One last ?: Javascript values

2002-08-03 Thread Douglas Brown
Select boxes are a little different script language=Javascript var service = opener.document.orders.shiphow[document.orders.shiphow.selectedIndex].value; /script Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Eric Hoffman [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: One last ?: Javascript values

2002-08-03 Thread Douglas Brown
then it will need to be like so.. script language=Javascript var service = opener.document.orders.shiphow[opener.document.orders.shiphow.selectedIndex].v alue; document.popupForm.fieldName.value = service; /script form name=popupForm input type=text name=fieldName /form Douglas Brown Email: [EMAIL

Re: SSL on form submission

2002-08-03 Thread Douglas Brown
Just create the table in access and then use CF to read the file contents and insert the data into the table. If it is a single column, is the first row a column name and the rest the data for that column? Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Kola Oyedeji

Re: One last ?: Javascript values

2002-08-03 Thread Douglas Brown
=fieldName /form Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Eric Hoffman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, August 03, 2002 10:41 AM Subject: One last ?: Javascript values Okay, one last question so I can finish up...here is what I am trying

Re: CFX_QueryDump

2002-08-02 Thread Douglas Brown
Have you registered the tag in CF Admin? Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Dan O'Keefe [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 02, 2002 11:10 AM Subject: CFX_QueryDump Anyone use this tag? I am getting the following error

Re: CFMX Updates

2002-08-02 Thread Douglas Brown
http://www.macromedia.com/software/coldfusionstudio/productinfo/resources/tag_ updaters/ Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Tipton Josh (orl1jdt) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 02, 2002 11:30 AM Subject: CFMX Updates

Re: Flash Learning

2002-08-02 Thread Douglas Brown
I would have to say a combination of all of them. I use the books for reference and then demo applications to see real world examples and then websites for additional info that is not listed in the first 2 a good web resource for flash is at http://www.flashkit.com Douglas Brown Email: [EMAIL

Re: Encrypting a Demo

2002-08-02 Thread Douglas Brown
!!! This of course depends on them having the cfregistry tag enabled. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Paul Giesenhagen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 02, 2002 11:39 AM Subject: Encrypting a Demo We offer our applications

Re: Encrypting a Demo

2002-08-02 Thread Douglas Brown
Or I suppose you could use cffile action=write attributes=hidden and read that in your application.cfm Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Douglas Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 02, 2002 12:03 PM Subject: Re

Re: Does Macromedia have some current strong Flash agenda?

2002-08-01 Thread Douglas Brown
down. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Paris Lundis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 01, 2002 6:43 PM Subject: RE: Does Macromedia have some current strong Flash agenda? cost of development alone may be the biggest

Re: Does Macromedia have some current strong Flash agenda?

2002-08-01 Thread Douglas Brown
it would take someone with flair for design. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 01, 2002 7:00 PM Subject: RE: Does Macromedia have some current strong Flash agenda? That's my

Re: Does Macromedia have some current strong Flash agenda?

2002-08-01 Thread Douglas Brown
should be a little more developer friendly. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Stacy Young [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 01, 2002 6:59 PM Subject: RE: Does Macromedia have some current strong Flash agenda? I've

Re: CF 5 App crashing every 5 minutes...

2002-07-31 Thread Douglas Brown
Glad to be of service!! Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Joel Blanchette [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 1:32 PM Subject: RE: CF 5 App crashing every 5 minutes... Thanks all...It seems to work

Re: CF 5 App crashing every 5 minutes...

2002-07-31 Thread Douglas Brown
What settings do you have in Admin? Max number of threads etc...Template caching? Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Joel Blanchette [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 10:07 AM Subject: CF 5 App crashing every

Re: Studio 5 Install problem

2002-07-31 Thread Douglas Brown
http://www.macromedia.com/v1/handlers/index.cfm?ID=13084Method=FullPageCall= /support/index.cfm Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Wally - Comcast [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 11:03 AM Subject: Fw: Studio

Re: CF 5 App crashing every 5 minutes...

2002-07-31 Thread Douglas Brown
also enforce strict attribute validation. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Joel Blanchette [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 11:07 AM Subject: RE: CF 5 App crashing every 5 minutes... Limit simultaneous

Re: CF 5 App crashing every 5 minutes...

2002-07-31 Thread Douglas Brown
All shared scope variables should be locked at all times, no matter how simple the code may be...Especially in CF 5 and below, where it can cause server instability. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Joel Blanchette [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: CF 5 App crashing every 5 minutes...

2002-07-31 Thread Douglas Brown
P.S you should also lock cffile where you are accessing a file. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Douglas Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 11:37 AM Subject: Re: CF 5 App crashing every 5 minutes

Re: CF 5 App crashing every 5 minutes...

2002-07-31 Thread Douglas Brown
?requesttimeout= Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Joel Blanchette [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 11:40 AM Subject: RE: CF 5 App crashing every 5 minutes... I have 1 cpu intel 850mhz I need the timeout high

Re: Passing multiple values back from popup?

2002-07-30 Thread Douglas Brown
You will need to use js to do it. Basically, in your popup window you will put a script in like so script function writeResults(){ opener.document.formName.fieldName.value = document.formName.fieldName.value; window.close(); } and then call the function in your submit button Douglas

Re: Number of times a character is in a string

2002-07-30 Thread Douglas Brown
lol, I always hear Raymond chiming in about evaluate...You all know he is part of George Bush's campaign to organize a new evaluate(task force) dont you. :-) Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: Unable to send or receive access file with Outlook 2000

2002-07-30 Thread Douglas Brown
I had a similar problem, the .mdb file I sent a client did not go through due to security reasons. I imagine that it might look upon it as a executable or something and think it is not safe. I zipped it up and all was fine. Douglas Brown Email: [EMAIL PROTECTED] - Original Message

Re: Spaces stripped out of query return values?

2002-07-29 Thread Douglas Brown
have you tried HtmlEditFormat() Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Yexley Robert D Contr Det 1 AFRL/WSI [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 29, 2002 10:10 AM Subject: RE: Spaces stripped out of query return values? DOH

Re: Quick MCSE Certification options

2002-07-29 Thread Douglas Brown
experience would count for something. Anyhow I am eager to hear resonses to your question, as I suppose I need to get certified. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: John Paul Ashenfelter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 29

Re: RE: CFMX Taking all CPU Resources?

2002-07-27 Thread Douglas Brown
install of MX? 1. Service packs for the OS 2. Service packs for the database. 3. MDAC updates Are you using any CFX tags in your app? If so, start there... Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Todd [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent

Re: CGI.HTTP_REFERER

2002-07-27 Thread Douglas Brown
The syntax on the first one is correct. Are you referencing it after a page request or form submittal? Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Cornillon, Matthieu [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, July 27, 2002 3:49 PM Subject

Re: CGI.HTTP_REFERER

2002-07-27 Thread Douglas Brown
H not sure it will work in application.cfm due to that being the first file processed by CF. It needs to have a referring page, hence the name. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Cornillon, Matthieu [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED

Re: SQL Query

2002-07-26 Thread Douglas Brown
More than likely something like so... SELECT c.id, c.description FROM choiceTable c,productChoiceTable pc WHERE c.id = pc.choiceid AND pc.productid NOT IN ( SELECT productid FROM productChoiceTable WHERE productid = '#url.productid#' ) Douglas Brown Email: [EMAIL

Re: Setting and evaluating session variables

2002-07-26 Thread Douglas Brown
= true /cfif splash2 You wont need anything, because application.cfm will handle it... Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Cornillon, Matthieu [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, July 26, 2002 10:51 AM Subject: RE: Setting

Re: Setting and evaluating session variables

2002-07-26 Thread Douglas Brown
Well, it depends on if they are opening a new window from inside the current application, or if they are opening a new browser window alltogether...If it is a new browser window, then a new CFID and CFTOKEN pair will be generated. Otherwise, it is working off the same session. Douglas Brown

Re: It's official: CFMX is 10% faster than CF5

2002-07-26 Thread Douglas Brown
I suppose that is why I have not changed over, some of the things I see on the list is having to modify xml files to get things to work right and stuff and this was never an issue with CF thru 5. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Paris Lundis [EMAIL

Re: Setting and evaluating session variables

2002-07-26 Thread Douglas Brown
P.S You also need to use locks on all your session varsJust to be on the safe side, and adhere to best coding practices etc...If you are not already doing so. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Cornillon, Matthieu [EMAIL PROTECTED] To: CF-Talk

Re: record linking prob

2002-07-26 Thread Douglas Brown
can we see the query please? Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Doherty,Sean [NCR] [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, July 26, 2002 10:34 AM Subject: record linking prob Hey I am a newbie here and am having abit of troubles

Re: Setting and evaluating session variables

2002-07-26 Thread Douglas Brown
Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Cornillon, Matthieu [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, July 26, 2002 11:41 AM Subject: RE: Setting and evaluating session variables Douglas, Is that right? Maybe I misunderstood your

Re: Stored Proc wizard

2002-07-26 Thread Douglas Brown
Only thing I know of is at http://www.aloha-webdesign.com Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Phillip B [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, July 26, 2002 1:33 PM Subject: Stored Proc wizard I think I saw something

Re: (Admin) Behavior

2002-07-25 Thread Douglas Brown
to use it when it is done, at least the offer will be made. Michael is always trying to give us The Community what we want as far as list features go, and our support of him is just as important. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Shawn Grover [EMAIL PROTECTED

Re: new to CF

2002-07-25 Thread Douglas Brown
Y h a new CF Developer in the works!!! I just love it, maybe we will be #1 here sometime Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Jeffry Houser [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 25, 2002 12:50 PM Subject: Re: new

Re: What is a portal? Re: (Admin) Behavior

2002-07-25 Thread Douglas Brown
as is. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 25, 2002 2:42 PM Subject: Re: What is a portal? Re: (Admin) Behavior Hm, so having a list of articles by people on FA doesn't apply here? Maybe

Re: FAQs for CF-Talk was (Admin) Behavior

2002-07-25 Thread Douglas Brown
Welcome back Buddy...No, it is not normally like this, but every great once in a while, someone gets a wild hair up their hard drive and decides to make an MULE of themselves. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Buddy [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: JRun.exe is kicking our server's arse...

2002-07-24 Thread Douglas Brown
Question...I am using CF5 and I have 2 jrun.exe when I view my running processes, is this normal? Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Mike Byers [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 11:37 AM Subject: RE

Re: problems with evaluate and punctuation characters

2002-07-24 Thread Douglas Brown
Just do some validation on the action page and check for special characters and alert them it is not allowed. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Smith, Melanie [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 2:03 PM Subject

Re: Processing CF Code from a DB

2002-07-24 Thread Douglas Brown
I believe you will need to use evaluate() in order to get the code stored in the DB to execute when the browser renders Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Jillian Carroll [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 2:50

Re: CF Web based interface for database manipulation?

2002-07-24 Thread Douglas Brown
http://www.aloha-webdesign.com Look at SQLgen Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Steven A. del Sol [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 3:20 PM Subject: RE: CF Web based interface for database manipulation

Re: Write Acrobat File via CF

2002-07-24 Thread Douglas Brown
visit http://www.cfcomet.com there is alot of good pdf docs there to look at. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 3:56 PM Subject: Write Acrobat File via CF Is it possible

Re: Retrieving last inserted Primary Key

2002-07-23 Thread Douglas Brown
declare @max_id int begin select @max_id = max(id) from table if @max_id = NULL select @max_id = 1 else select @max_id = @max_id + 1 end Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: chris.alvarado [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday

  1   2   3   4   5   6   7   >