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

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

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

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

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

RE: Add single quotes to each element on a list

2000-04-27 Thread Reagan, Leman
Hi Wey, !---Using brute forceYou can do a:--- cfoutput cfset selState = "'AL,AK,AS,AZ,AR,CA,CO,CT,DC,DE,FL,GA'" original selState: #selState#brbr cfset newStateList = #REReplace(selState, ",", "','", "ALL")# selState with more commas: #newStateList#brbr /cfoutput Make sure to modify this

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

RE: Context for cfparam

2000-04-26 Thread Reagan, Leman
Hi Dana, I use the context of the variable as part of the 'name' in cfparam. I.E. cfparam name="session.FirstName" default = "bob" 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

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

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

RE: Custom tag destroys session variables?

2000-04-14 Thread Reagan, Leman
on 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, does this make sense