Re: How to debug a CF program

2000-05-05 Thread Fred T. Sanders
think you could use good ol' UUENCODED format if your going to send attachments. Those will probably get past the MIME restrictions. - Original Message - From: "Bill Plummer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 05, 2000 9:34 AM Subject: RE: How to debug a CF prog

Re: Who Has The Virus???

2000-05-04 Thread Fred T. Sanders
mighty..... > > Josh > > - Original Message - > From: "Fred T. Sanders" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, May 04, 2000 8:10 PM > Subject: Re: Who Has The Virus??? > > > > Then you recall incorrectly.

Re: Who Has The Virus???

2000-05-04 Thread Fred T. Sanders
recall correctly, you are the one who > put it on the list in the FIRST PLACE! I'm just trying to learn something > here! Craw back in your hole! > > > - Original Message - > From: Fred T. Sanders <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sen

Re: data truncation??

2000-05-04 Thread Fred T. Sanders
4-BF53000629EE5322 > > Data Source = "slogis" > > > The error occurred while processing an element with a general identifier of > (CFQUERY), occupying document position (3:1) to (3:67) in the template file > C:\PROGRAM > FILES\ALLAIRE\SPECTRA\CUSTOMTAGS\SYSTEM\COAPI\UT

Re: data truncation??

2000-05-04 Thread Fred T. Sanders
You'll need to show the query code as well. - Original Message - From: "AKBAR" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, May 04, 2000 8:25 PM Subject: data truncation?? > hello everybody, > > can anyone plzz tell me wat this error stands for?? i

Re: Who Has The Virus???

2000-05-04 Thread Fred T. Sanders
Get a life. - Original Message - From: "Dave Hannum" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: Thursday, May 04, 2000 4:27 PM Subject: Who Has The Virus??? > == > Antigen for Exchange found LOVE-LETTER-FOR-YOU.TXT.vbs infected

Re: ILOVEYOU

2000-05-04 Thread Fred T. Sanders
Not to pin this on Craig, but I'm really starting to hate the phrase ILOVEYOU even more than my natural male tendencies to hate saying it. Fred - Original Message - From: "Craig M. Rosenblum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 04, 2000 2:51 PM Subject: RE: IL

Re: application and session variables together

2000-05-04 Thread Fred T. Sanders
Use the request scope, you don't need to lock those. SELECT * FROMusers WHEREusers.userid = #request.userid# - Original Message - From: "Deanna L. Schneider" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 04, 2000 7:52 AM Subject: application and sess

Re: latest virus

2000-05-04 Thread Fred T. Sanders
I think that was just his anti-virus software kicking in. - Original Message - From: "Larry W. Virden" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 04, 2000 9:09 AM Subject: Re: latest virus > P.S. Note that a co-worker was infected this morning by this virus > arriv

Re: ATTENTION ALL OUTLOOK AND OUTLOOK EXPRESS USERS

2000-05-03 Thread Fred T. Sanders
Funny, I'm not sending any email in html and am using plain text, and I use both Outlook and OExpress. What about all those web based clients and Netscape's Mail reader. ?? why didn't you jump on them. If your going to ride someone for their mail client be a slut and ride them all. Fred

Re: RandRange Error in CF 4.5 Pro.

2000-05-02 Thread Fred T. Sanders
There is a limit of 100,000,000 on the integers you can use. You've got 7,904,827,159 (threw the coma's in so you could see the difference a little easier to see). So just decrease your second integer by 7 billion, 804 million, 827 thousand, 159. Then you should be okay. :) Fred - Origi

Re: CF Developer in Cambridge, MA

2000-05-01 Thread Fred T. Sanders
For the gut wrenching experience? - Original Message - From: "Claremont, Timothy S" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 01, 2000 1:25 PM Subject: RE: CF Developer in Cambridge, MA > Why would I want to work for a company that was about to explode? > > > > >Camp

Re: AOL uses CF!

2000-05-01 Thread Fred T. Sanders
That's fine Philip so post it to a list/group that specializes in this sort of thing and let them do it. I think everyone is trying to say this type of post doesn't belong here, that's all. Fred - Original Message - From: "Philip J. Kaplan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: CF and Access97 - Performance Issue???

2000-04-30 Thread Fred T. Sanders
Depend on what they're going to be doing with it. If you keep the extensive queries on the database, as well as all the joins, you should be all right, the ones you can't keep on the database, of static data you can cache. Proper coding of course will make a big difference as well. I imagine, dep

Re: List Box Search Question

2000-04-30 Thread Fred T. Sanders
Try SELECT DISTINCT - Original Message - From: "LH Rothman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 30, 2000 10:08 PM Subject: List Box Search Question > Hello: > > The list box on my search screen won't work. First, it lists ALL > counties (e.g., if "Ventura" i

Re: tying two tables

2000-04-30 Thread Fred T. Sanders
SELECT Agent_Id, Name, LName, Email FROM Agents WHERE Agent_ID IN (Select * From Listings Where WHERE Listing.Id = #url.id#) - Original Message - From: "Chris Giminez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 30, 2000 8:56 PM Subject: Re: tying

Re: AOL uses CF!

2000-04-30 Thread Fred T. Sanders
Old News. - Original Message - From: "Philip J. Kaplan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 30, 2000 3:48 PM Subject: AOL uses CF! > I found a section of AOL.COM that is driven by CF. This section is linked > from almost every page on AOL.COM ("webmaster in

Re: depreciated?

2000-04-29 Thread Fred T. Sanders
ex World" > http://www.c-s.net > 661-296-4315 > > > - Original Message - > From: "Fred T. Sanders" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, April 29, 2000 6:20 PM > Subject: Re: depreciated? > > > &

Re: Cf Date

2000-04-29 Thread Fred T. Sanders
see dateformat(). - Original Message - From: "Computer Simplistics Suppoer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 29, 2000 8:23 PM Subject: Cf Date > Ok.. I am having date trouble, and I am not talking about with the women. > > > What is the convention in r

Re: depreciated?

2000-04-29 Thread Fred T. Sanders
the phrases: "old", "worn out" "used up" "a throw away" come to mind when I think of possible definitions for the term "deprecated". Webster's Online says: "deprecated /adj./ Said of a program or feature that is considered obsolescent and in the process of being phased out, usually in favor of a

Re: RE: Unable To insert Proper Date

2000-04-29 Thread Fred T. Sanders
he means set the default value for the field from within the database. - Original Message - From: "Denny dd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, April 29, 2000 3:38 PM Subject: RE: RE: Unable To insert Proper Date You have made the followi

Re: TextArea Problems

2000-04-29 Thread Fred T. Sanders
Have you tried changing the field its inserting to , to a memo field? - Original Message - From: "Brian Ingram" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 28, 2000 6:35 PM Subject: TextArea Problems > I'm having trouble Inserting data from a "textarea" form and plac

Re: Inserting the Date in Access????

2000-04-29 Thread Fred T. Sanders
They might want to change the format to short date, otherwise it also show's the time. - Original Message - From: "Oblio Leitch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 29, 2000 1:31 PM Subject: Re: Inserting the Date in Access > The best solution I can th

Re: RE: Unable To insert Proper Date

2000-04-29 Thread Fred T. Sanders
No Access will freak out on that. it doesn't like the {ts in the inserted data, gotta use DATEFORMAT(NOW()) with optional formatting for the users benefit. Fred - Original Message - From: "paul smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 29, 2000 1:30 PM Subj

Re: Inserting the Date in Access????

2000-04-29 Thread Fred T. Sanders
oops. except for your cfset statement and that's just improper use of the ""s. change the two outside quotes to single quotes ' ' Fred - Original Message ----- From: "Fred T. Sanders" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday

Re: Inserting the Date in Access????

2000-04-29 Thread Fred T. Sanders
Your code is Perfect (although I like putting a ; after the values line.) You need to change the field name to something other than DATE (like maybe "DateEntered"). Then it will work. Fred - Original Message - From: "Brian Ingram" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturd

Re: Very basic question on forms

2000-04-28 Thread Fred T. Sanders
because of the quotes your closing it before you define the fuseaction, then your starting a new one after the AuthenticateUser one quote block = "index.cfm?fuseaction=" if it doesn't throw an error it'll just submit to the default fuseaction. Fred - Original Message - From: "aslam baj

Re: Network files on other machines.

2000-04-28 Thread Fred T. Sanders
Map it to a drive letter. - Original Message - From: "Drew Koenig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 28, 2000 1:22 PM Subject: Network files on other machines. > I have an email option running that attaches a file. I cannot get a file > that is located on

Re: access to sql server 7

2000-04-28 Thread Fred T. Sanders
Or even the official "Microsoft Access Upsizing Tools 97" page? http://www.microsoft.com/products/developer/officedeveloper/Access/ProdInfo/ Aut97dat.htm Fred - Original Message - From: "Dave Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 28, 2000 10:51 AM Subje

Re: Certification is BS

2000-04-28 Thread Fred T. Sanders
I can hear the laughter now. Why yes! I'm a Yahoo Certified C++ Software Engineer. - Original Message - From: "John Morgan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 28, 2000 10:38 AM Subject: Re: Certification is BS > > >... I would put 0 value on some yahoo C++

Re: access to sql server 7

2000-04-28 Thread Fred T. Sanders
How about a direct link? http://www.microsoft.com/products/developer/officedeveloper/Access/prodinfo/ exe/wzcs97.exe If they timeout blame Billy G. Fred - Original Message - From: "Dave Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 28, 2000 10:51 AM Subject: R

Re: joining tables from a DB

2000-04-27 Thread Fred T. Sanders
What are the fields they would be joining on? Fred - Original Message - From: "Shawn Regan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 27, 2000 12:35 PM Subject: joining tables from a DB > This message is in MIME format. Since your mail reader does not understand

Re: Setting Up ODBC Datasources Thru CF Administrator

2000-04-27 Thread Fred T. Sanders
M Subject: RE: Setting Up ODBC Datasources Thru CF Administrator > > >-Original Message- > >From: Fred T. Sanders [mailto:[EMAIL PROTECTED]] > >Sent: Thursday, April 27, 2000 10:33 AM > >To: [EMAIL PROTECTED] > >Subject: Re: Setting Up ODBC Datasources Thr

Re: Setting Up ODBC Datasources Thru CF Administrator

2000-04-27 Thread Fred T. Sanders
Wait, 1st edition?? I'd go to the updates section of MS and start downloading your updates before I did anything else, they're free and if you have a broadband connection shouldn't take too long. Fred - Original Message ----- From: "Fred T. Sanders" <[E

Re: Setting Up ODBC Datasources Thru CF Administrator

2000-04-27 Thread Fred T. Sanders
Sounds like something has gotten corrupted. I'm running basically the same setup with no problems here. Sorry I cannot be more help other than saying it should work just fine. What's been installed / uninstalled recently? Fred - Original Message - From: "Chris Montgomery" <[EMAIL PROT

Re: Able Commerce

2000-04-27 Thread Fred T. Sanders
Just curious did you go to www.cfwebstore.com and look for them first? - Original Message - From: "Gollamudi, Jay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 27, 2000 7:41 AM Subject: RE: Able Commerce > Just curious > > who is www.cfwebstore.com? > What is the

Re: List Up?

2000-04-26 Thread Fred T. Sanders
its just in case you loose the first two. - Original Message - From: "Computer Simplistics Suppoer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 26, 2000 1:29 PM Subject: Re: List Up? > Why am I getting 3 copies of each message? > > Scott Berry > -- > Computer Sim

Testing new email address

2000-04-25 Thread Fred T. Sanders
Just a test, please ignore. Fred T. Sanders Galveston Island, TX -- Having a bad day? Imagine this... You are in total seclusion from that hectic place called "The World". The soothing sound of a gentle waterfall fills the air with a cascading serenity. Th

<    1   2