CFPOP question

2002-05-28 Thread Aimee Abbott
Hello all, I have a forecast email that comes out a couple of times a day. I need to extract the numbers and discussion from it and post the information into a database. I am using CFPOP to get the email from the server, I need to know how do get just the information I want from it. So in the

variable not being cleared in a loop?

2002-04-30 Thread Aimee Abbott
I have something odd happening with a variable not being cleared. The trouble is with the notes field. I query it and get the value from the database. The notes field is almost always filled in, however there are a few times where it is not. If the notes field is blank, it will get filled

RE: variable not being cleared in a loop?

2002-04-30 Thread Aimee Abbott
Database Analyst Telecommunication Systems [EMAIL PROTECTED] +---+ ...'If there must be trouble, let it be in my day, that my child may have peace'... - Thomas Paine, The American Crisis -Original Message- From: Aimee Abbott [mailto

Re: variable not being cleared in a loop?

2002-04-30 Thread Aimee Abbott
://www.sceiron.com - Original Message - From: Aimee Abbott [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, April 30, 2002 10:14 PM Subject: RE: variable not being cleared in a loop? No, I can't order by title, I must order by date. This is a list of news releases

cf 5 can't join fields

2001-09-17 Thread Aimee Abbott
Hello all, I used cold fusion 5 and the Merant database drivers to create a new database (is this dbase V?) Anyway, now I have created four tables and I am trying to join two of them. What I would like to do is: select TERMS.termID, TERMS.term, CROSSREF.crossText from TERMS, CROSSREF where

RE: cf 5 can't join fields

2001-09-17 Thread Aimee Abbott
- From: Aimee Abbott [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 7:44 AM To: CF-Talk Subject: cf 5 can't join fields Hello all, I used cold fusion 5 and the Merant database drivers to create a new database (is this dbase V?) Anyway, now I have created four tables and I am trying

Re: cf 5 can't join fields

2001-09-17 Thread Aimee Abbott
- Original Message - From: Aimee Abbott [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 17, 2001 5:44 PM Subject: cf 5 can't join fields Hello all, I used cold fusion 5 and the Merant database drivers to create a new database (is this dbase V?) Anyway, now I

RE: cf 5 can't join fields

2001-09-17 Thread Aimee Abbott
to use in your where statement. -Bill brainbox - Original Message - From: Aimee Abbott [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 17, 2001 5:44 PM Subject: cf 5 can't join fields Hello all, I used cold fusion 5 and the Merant database drivers to create

Verity - sorting query results

2001-07-31 Thread Aimee Abbott
Hello everyone, Is there more than one way to sort query results? I have set up a collection for a policy manual. I need to be able to sort my results by date and by policy number. I am already using CUSTOM1 and CUSTOM2. Does anyone know if CF5 will allow more than two CUSTOM's? Thank

how to do a loop? ...or something.

2001-06-21 Thread Aimee Abbott
Hello everyone! I have a database of companys, names, contacts and addresses. Not all companys have contact addresses. I am setting up a form that will allow people to come and change their address. They will get to the form by entering a url with a primary key at the end of it. This

Re: how to do a loop? ...or something.

2001-06-21 Thread Aimee Abbott
Associates Mansfield, PA On 21 Jun 2001, at 20:27, Aimee Abbott wrote: Hello everyone! I have a database of companys, names, contacts and addresses. Not all companys have contact addresses. I am setting up a form that will allow people to come and change their address. They will get

two queries (nested cfoutput?)

2001-04-15 Thread Aimee Abbott
I have have a problem in doing the cold fusion output (or the query) from three tables. I have simplified my example to just the part that is the problem -- hopefully I haven't simplified it too much. Basically I want a nested cfoutput to do what I want, I would like to know if this is

Re: two queries (nested cfoutput?)

2001-04-15 Thread Aimee Abbott
"subnotices" #title# #docType# /CFOUTPUT OR you can even do this: CFOUTPUT query="notices" #title# #url# #information# #iconPath# #subnotices.title# #subnotices.docType# /CFOUTPUT Hope that helps. Bonnie E. Betts [EMAIL PROTECTED] www.interacttechs.com - Original Message -

CFFILE tag

2001-04-06 Thread Aimee Abbott
All the examples of using the cffile tag use it with a very simple form. Does anyone know if it is possible to have more stuff in the form such as: FORM ACTION="uploadfile.cfm" ENCTYPE="multipart/form-data" METHOD=POST File to upload: INPUT NAME="FileName" SIZE=50 TYPE=FILEBR INPUT

insert to two tables

2001-04-05 Thread Aimee Abbott
Hello everyone. I have mostly worked on very simple, single table, cold fusion projects but now I need to do something where I need to add information into two tables. I have something like this: PeopleTable personIDAutonumber nameText address Text AppointmentTable aptID

URI Encoding in CF?

2000-08-11 Thread aimee abbott
Is there a way to do a URI Encoding in cold fusion? I need to be able to exchange values of ?,,@, etc. in a passed url to HEX values. (ex. an needs to be %26 ) Advance thanks, --aimee -- Archives:

RE: URI Encoding in CF?

2000-08-11 Thread aimee abbott
, Zac Bedell -Original Message- From: aimee abbott [mailto:[EMAIL PROTECTED]] Sent: Friday, August 11, 2000 3:35 AM To: [EMAIL PROTECTED] Subject: URI Encoding in CF? Is there a way to do a URI Encoding in cold fusion? I need to be able to exchange values of ?,,@, etc

Re: Slightly OT: Dumb HTML question

2000-07-14 Thread aimee abbott
At 04:09 PM 7/13/2000 -0700, Gregory Harris wrote: Hello everyone, I was trying to build a table cell TD with it's own border (apart from the rest of the table) in Netscape 4. I tried TD BORDER=1 and that didn't work, I tried a style sheet and that didn't work either, does anyone know how to