RE: studio errors

2000-06-10 Thread Reagan, Leman
This is still an issue on my 500MB Ram machine... wow need another 500 I guess. /LEMAN/ [EMAIL PROTECTED] -Original Message- From: Sean Renet [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 04, 2000 12:16 PM To: [EMAIL PROTECTED] Subject: Re: studio errors I have found this to be the case

RE: studio errors

2000-06-10 Thread Reagan, Leman
Hello All, I do not have MM Dreamweaver installed on my 2000 (development server using studio) and also get the 'saved but not saved' and the GPF errors. Since Allaire charges per incident and this is obviously a programming error on their part (nothing under my control), I have not pursued the

RE: Am I Missing Something?

2000-05-22 Thread Reagan, Leman
Here is an example of what I did to deal with this, perhaps it will help. (Please, everyone, let me know if this is not a good idea) I have two application.cfm files. One in a directory called 'login' and another in my 'main' directory. A session.LoggedIn variable gets set by one of the files

RE: CF Developer in Cambridge, MA

2000-05-01 Thread Reagan, Leman
No Remote, no deal. -Original Message- From: Brian Peddle [mailto:[EMAIL PROTECTED]] Sent: Monday, May 01, 2000 11:08 AM To: [EMAIL PROTECTED] Subject: CF Developer in Cambridge, MA CampusCareerCenter.com is the world's largest campus job fair. Our exciting new company is ready to explod

RE: Making a unique ID

2000-04-27 Thread Reagan, Leman
I ran into this too, I wrote a 'random' number generator for our 4.01 server, but it isn't truly random and was pretty bruteforce-ish. I also tried a UUID tag that someone wrote, but it failed when I stressed the server (I did not pursue whether it was a problem with the tag, or a timeout issue w

RE: CFFile upload Error

2000-04-27 Thread Reagan, Leman
Hi cousin Shawn, Try this: (note the 'enctype' below as part of the form tag) =-=-=-=-=-=-=-=-=-=-=-=-=--= Entry form: Uploadtest.cfm =-=-=-=-=-=-=-=-=-=-=-=-=-=- =-=-=-=-=-=-=-=-=-=-=- action form upload.cfm =-=-=-=-=-=-=-=-=--=-= #form.uploadfile# =-=-=-=--=-=-=- Enjoy,

RE: Add single quotes to each element on a list

2000-04-27 Thread Reagan, Leman
Hi Wey, original selState: #selState# selState with more commas: #newStateList# Make sure to modify this in case a single selection needs a different action taken than a multiple selection. Hope this helps, /LEMAN/ [EMAIL PROTECTED] -Original Message- From: Wey Hueymeei [

RE: cfloop query

2000-04-27 Thread Reagan, Leman
Hi Shannon, Does the problem occur when there is no image returned for a record, i.e., the record is empty? You may try putting in a non-breaking space in the place of an empty record. I am not sure I have enough information to troubleshoot your problem... Perhaps send me your code and a picture

RE: Setting Up ODBC Datasources Thru CF Administrator

2000-04-27 Thread Reagan, Leman
Hi Chris, I had this happen also. Although the browse did not function, I was able to type in the file location by hand and it worked. Hope this helps, /LEMAN/ -Original Message- From: Chris Montgomery [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 27, 2000 8:25 AM To: [EMAIL PROTECT

RE: Session Variables Part 2

2000-04-27 Thread Reagan, Leman
Hi Howard, I do not see any details of your original question below, but you may wish to check and see if your application is calling any custom tags or other pages which are re-setting your session variables. (Making another call to the tag with a different application name will re-set your ses

RE: Context for

2000-04-26 Thread Reagan, Leman
Hi Dana, I use the context of the variable as part of the 'name' in . I.E. Try it and see if it works for you. /LEMAN/ -Original Message- From: Dana Larose [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 26, 2000 2:19 PM To: [EMAIL PROTECTED] Subject: Context for Hmm...I couldn

RE: intermedia hosting $$ for SQL server

2000-04-19 Thread Reagan, Leman
I am considering this service www.interland.com. The 2nd level account has a monthly fee *including* SQL server for $49.95 -Original Message- From: Tom Rainey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 4:58 PM To: [EMAIL PROTECTED] Subject: intermedia hosting $$ for SQL s

RE: Custom tag destroys session variables?

2000-04-14 Thread Reagan, Leman
n this but can't seem to find it at the moment. HTH, Steve -Original Message----- From: Reagan, Leman [mailto:[EMAIL PROTECTED]] Sent: Friday, April 14, 2000 11:37 AM To: [EMAIL PROTECTED] Subject: Custom tag destroys session variables? Hello! I'm not sure what is going on here, doe

Custom tag destroys session variables?

2000-04-14 Thread Reagan, Leman
Hello! I'm not sure what is going on here, does this make sense to anyone? Problem: =-=-=-=- Custom tag seems to destroy session variables within the same page. Details: =-=-=-=- (my custom tag simply gathers information and sends an email, all CF stuff, nothing fancy) I can see and test s