RE: read-only SQL transactions

2003-07-21 Thread Andy Ousterhout
This would make sense, since I was having trouble when I used a different User ID and password within a single object/class. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 10:04 AM To: CF-Talk Subject: RE: read-only SQL transactions > And I beli

RE: Multi-language Content Management

2003-07-15 Thread Andy Ousterhout
My experience is more on the content side -- Managing translation process, verifying images are culturally aware/sensitive, etc. If you have questions here, I can help. Andy -Original Message- From: Nikhil Madani [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 10:19 AM To: CF-Talk

RE: CSV Upload Note

2003-06-27 Thread Andy Ousterhout
However, it is the CSV file format output by Peachtree, which is what I need to interface with and represents real data input by Users. So I am stuck with my "work around". I was hoping for an easier and faster solution. Andy -Original Message- From: jon hall [mailto:[EMAIL PROTECTED] S

CSV Upload Note

2003-06-27 Thread Andy Ousterhout
I've tested using OBDC to upload CSV files into queries and have found that they do not handle the following situation properly: Small Heart, with ""Red" decorations is translated as Small Heart, with "Red and Small Heart, with PINK "decorations" becomes Small Heart, with PINK The followin

RE: Do CFCs cache?

2003-06-27 Thread Andy Ousterhout
Check the path to the CFC. Make sure that if the CFC is in a sub-directory, that you provide the complete path. Otherwise, it will look to a cached version: createObject("component","correctpath.MyCFC") Andy -Original Message- From: Andrew S. Peterson [mailto:[EMAIL PROTECTED] Sent: Fr

RE: CSV Question

2003-06-26 Thread Andy Ousterhout
Here is what I've done so far: 1. Set up ODBC System DSN called TextSource that uses Microsoft Text Driver, pointed to my Upload directory, and for simplicity in this discussion, defined the fields contained in my csv. 2. Went into MX Administrator and created CSVFile Data Source defined as an

CSV Question

2003-06-26 Thread Andy Ousterhout
Jon, I am trying to use your code to translate a CSV file into a query. You reference datasource="textsource". What is textsource? Andy -Original Message- From: jon hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 7:12 PM To: CF-Talk Subject: Re: New problem with csv...

RE: Calendar App

2003-06-26 Thread Andy Ousterhout
Me three! -Original Message- From: William Bowen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 11:27 AM To: CF-Talk Subject: Re: Calendar App oo..oo.. me too! me too! please!! Thanks will [EMAIL PROTECTED] - Original Message - From: "Larry Juncker" <[EMAIL PROTECTED]>

RE: CFC Newbie Discussion.

2003-06-10 Thread Andy Ousterhout
Here is a summary from a few previous emails: 1. Define properties(variables) as instance.X to prevent any outside view or editing of them. 2. Use "getX" methods to allow outside viewing, and "setX" methods to set the variable. 3. Define non-property variables used with each method through (c

RE: CFC question

2003-05-31 Thread Andy Ousterhout
I've used to list all of the methods. -Original Message- From: Michael Tangorre [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 12:15 PM To: CF-Talk Subject: CFC question Is there a way to display all the functions within a cfc in one line or using one tag... I have 4 or 5 CFCs and

RE: problem-Never Mind

2003-05-30 Thread Andy Ousterhout
Never mind. Found the problem. Sorry. Collection name is products, not product. -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 5:53 PM To: CF-Talk Subject: problem Any thoughts why the cfIndex part of this code is bombing

problem

2003-05-30 Thread Andy Ousterhout
Any thoughts why the cfIndex part of this code is bombing out? select Item_PK, ID, Name, Desc, ListPrice from tabItems order by (Desc); ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription

RE: order

2003-05-29 Thread Andy Ousterhout
rt, Senior Development Engineer AudienceCentral (formerly PIER System, Inc.) [EMAIL PROTECTED] voice : 360.756.8080 x12 fax : 360.647.5351 www.audiencecentral.com > -Original Message- > From: Andy Ousterhout [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2003 12:38 PM >

RE: order

2003-05-29 Thread Andy Ousterhout
Thanks. -Original Message- From: Donnie Bachan [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 3:07 PM To: CF-Talk Subject: Re: order I would go with: Since you want to catch the error that occurred as a result of the statements within the transaction. HT

order

2003-05-29 Thread Andy Ousterhout
Brain crampWhich is best/correct: OR ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=sub

RE: Anyone else getting Klezzed?

2003-03-18 Thread Andy Ousterhout
No problems here. -Original Message- From: Bud [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 11:05 AM To: CF-Talk Subject: Anyone else getting Klezzed? Hi all. Just a head's up. In the past few days I've been getting all kinds of e-mail returned "undeliverable" because they co

RE: UPS Shipping

2003-03-17 Thread Andy Ousterhout
Duane, Search the archives. This one's been covered many times before. Andy -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 12:34 PM To: CF-Talk Subject: UPS Shipping Does anyone know of or have CF tag that will obtain shipping info from U

RE: Using createUUID()

2003-03-17 Thread Andy Ousterhout
As I understand it, createUUID returns a character string. I thought that record ID's should be numeric because of the improved performance on indexed look-ups. Do numeric indexes run significantly faster then character ones? Andy -Original Message- From: Robertson-Ravo, Neil (RX) [mail

RE: Authentication

2003-03-09 Thread Andy Ousterhout
This thread has been covered before. Did you check the archives? -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Sunday, March 09, 2003 3:04 PM To: CF-Talk Subject: Re: Authentication anyone here today? - Original Message - From: "Michael T. Tangor

RE: Session.URLToken Question

2003-03-09 Thread Andy Ousterhout
I believe that if you do a that this is created automatically for you. -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Sunday, March 09, 2003 1:14 PM To: CF-Talk Subject: Session.URLToken Question When I create a SESSION, such as SESSION.someTask = StructNew() etc

RE: cf_hacker

2003-03-07 Thread Andy Ousterhout
Doesn't mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 9:13 AM To: CF-Talk Subject: cf_hacker Hi.. I am looking for a tag to clean up forms/URL of possible SQL attacks. I have seen it discussed on the list in the past. I went to the "New" macromedia site looking for a tag that can do

RE: site wide error handling

2003-03-04 Thread Andy Ousterhout
I think that I read in an earlier post that site-wide templates either can't or shouldn't contain CFML. Search the archives. I use to anticipate where most errors and send emails for these. My site-wide is a generic "I'm sorry" message. I guess you'd have to use the site logs to track down whi

RE: Problem with components as session variables

2003-03-01 Thread Andy Ousterhout
2003, at 13:06 US/Pacific, Andy Ousterhout wrote: > The following code produces this when session initiated > > Roles: > Results public Testing > > and this when refreshed: > > Roles:public Testing > > Problem is that the write in the getRoles method does nothin

Problem with components as session variables

2003-03-01 Thread Andy Ousterhout
The following code produces this when session initiated Roles: Results public Testing and this when refreshed: Roles:public Testing Problem is that the write in the getRoles method does nothing the second time application.cfm calls roles. why? CODE: index.cfm: Testing applicati

RE: Cold Fusion - Search functionality with shopping cart w/HTML CFM code

2003-02-28 Thread Andy Ousterhout
Deetra: When I want to have two different actions depending on which button is pushed, I always use 2 different forms. I only see one form. Andy -Original Message- From: Deetra Whatley [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 1:31 AM To: CF-Talk Subject: Cold Fusion -

RE: Logging out of application

2003-02-27 Thread Andy Ousterhout
Here is what I use... -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 11:59 AM To: CF-Talk Subject: Logging out of application HI, I have a "logout" button in my application. When clicked I want to sent the user back to the login sc

RE: RE: Password fields in MS SQL Server 2000

2003-02-24 Thread Andy Ousterhout
access, and as such, I don't need to put in any security." Yikes. - Original Message - From: Andy Ousterhout <[EMAIL PROTECTED]> Date: Monday, February 24, 2003 4:55 pm Subject: RE: Password fields in MS SQL Server 2000 > If someone can get access to your DB and the pas

RE: Password fields in MS SQL Server 2000

2003-02-24 Thread Andy Ousterhout
If someone can get access to your DB and the password field, is your problem bigger than that they found out users passwords? I don't encrypt/hash passwords now because of the perhaps mistaken view that if they can access database fields outside of the control of my program then they can easily br

RE: HTTPS

2003-02-22 Thread Andy Ousterhout
owser's "Lock" Icon in IE (I miss Netscapes Blue Secure stripe!). -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22, 2003 7:15 AM To: CF-Talk Subject: RE: HTTPS Trying to reconcile the two responses, when and where is the encrypt

RE: HTTPS

2003-02-22 Thread Andy Ousterhout
transmission is encrypted. - Original Message - From: "Andy Ousterhout" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 7:36 AM Subject: HTTPS > For proper security, should your login screen be called using HTTPS as

HTTPS

2003-02-22 Thread Andy Ousterhout
For proper security, should your login screen be called using HTTPS as well as the action screen or just the login action screen? http://www.domain.com/login.cfm Or https://www.domain.com/login.cfm Andy ~| Archives: http://ww

RE: uploading progress bar

2003-02-15 Thread Andy Ousterhout
dave, Could you send it to me as well? Andy -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 9:10 PM To: CF-Talk Subject: Re: uploading progress bar ok if you didnt get it let me know dont forget to let me know how it works i'd like to see

RE: Form.Fieldnames and MX

2003-02-13 Thread Andy Ousterhout
Turn on Display Variables in CF Admin and see what is getting passed -Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 8:29 AM To: CF-Talk Subject: Form.Fieldnames and MX Ok, what happened? I used to be able to loop through form.fi

RE: cftransaction HELP Please...

2003-02-11 Thread Andy Ousterhout
How do you capture the error information? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 4:19 PM To: CF-Talk Subject: RE: cftransaction HELP Please... > now, if I want to know which of my queries failed and what > error message the DB retu

RE: cftransaction HELP Please...

2003-02-11 Thread Andy Ousterhout
Or should you just have 1 try: Error handling with catch message indicating where problem was. If error rollback, otherwise commit -Original Message--

RE: cftransaction HELP Please...

2003-02-11 Thread Andy Ousterhout
Dave, So with CFTransaction, the only reason to use is if you want additional error handling? For example, if I want details every time this fails, I could use try within a transaction to capture failure reason? Is there a better way? Do you normally attempt to capture the reason that a transa

RE: cftransaction HELP Please...

2003-02-11 Thread Andy Ousterhout
James, Here is the outline of the code that should work. Just plug in your queries:

RE: List Status

2003-02-11 Thread Andy Ousterhout
Michael, At least you got one day of rest this weekend. Thanks for all of your hard work. Andy -Original Message- From: [EMAIL PROTECTED] (Michael Dinowitz) [mailto:[EMAIL PROTECTED] (Michael Dinowitz)] Sent: Monday, February 10, 2003 11:59 PM To: CF-Talk Subject: List Status What fol

RE: all records deleted from table

2003-02-05 Thread Andy Ousterhout
I add a IsDeleted flag to perform soft deletes and use DateChanged field to record the last date that the record was updated. -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 7:47 AM To: CF-Talk Subject: all records deleted from table >|

RE: CFC set's & get's

2003-02-04 Thread Andy Ousterhout
Thanks. How does this make it more secure? -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 4:20 PM To: CF-Talk Subject: Re: CFC set's & get's On Tuesday, Feb 4, 2003, at 11:35 US/Pacific, Andy Ousterhout wrote: >

RE: CFC set's & get's

2003-02-04 Thread Andy Ousterhout
this.MustChangePW = false; Andy -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 10:49 AM To: CF-Talk Subject: Re: CFC set's & get's On Tuesday, Feb 4, 2003, at 07:34 US/Pacific, Andy Ousterhout wrote

RE: CFC set's & get's

2003-02-04 Thread Andy Ousterhout
Thanks Ray & John. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 9:45 AM To: CF-Talk Subject: RE: CFC set's & get's > > Taking your example a step farther, lets assume that the > determined logic is that the method's will automaticall

RE: CFC set's & get's

2003-02-04 Thread Andy Ousterhout
ster for Mindseye, Inc Email: [EMAIL PROTECTED] WWW : www.camdenfamily.com/morpheus Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -Original Message- > From: Andy Ousterhout [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04,

CFC set's & get's

2003-02-04 Thread Andy Ousterhout
Do you put the database selects & updates/inserts and the logic on when to save/read into the set's & gets or do you have separate methods for reading & writing to/from the database? Andy ~| Archives: http://www.houseoffusion.c

RE: 2nd ColdFusion MX updater now available.

2003-02-03 Thread Andy Ousterhout
I just install MX Wednesday. How do I know if the update was included. Andy -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 02, 2003 11:41 PM To: CF-Talk Subject: RE: 2nd ColdFusion MX updater now available. > Softly, softly it comes. > > Note: Upd

RE: Strip characters?

2003-02-02 Thread Andy Ousterhout
REReplace(string, "[^0-9]","","ALL") -Original Message- From: Eric Hoffman [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 02, 2003 7:22 PM To: CF-Talk Subject: Strip characters? Is there a clean and easy way to simply strip all characters from a field...so only integers remain? A cus

RE: RE: CFCs - property access best practices

2003-01-31 Thread Andy Ousterhout
of is the "is-a" relationship. For instance, a RushOrder is an Order. Therefore, you could extend Order to create a RushOrder class. - Original Message ----- From: Andy Ousterhout <[EMAIL PROTECTED]> Date: Friday, January 31, 2003 2:39 pm Subject: RE: CFCs - property access bes

RE: CFCs - property access best practices

2003-01-31 Thread Andy Ousterhout
usually instantiated, used for some purpose, and typically left to be garbage collected when they have gone out of scope. Does that make sense? Christian On Friday, January 31, 2003, at 10:05 AM, Andy Ousterhout wrote: > Thanks. > > I am so stoked about how easy this makes programm

RE: CFC Question

2003-01-31 Thread Andy Ousterhout
licitly. Again, thanks for taking the time to educate me. Andy -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 11:08 AM To: CF-Talk Subject: Re: CFC Question On Friday, Jan 31, 2003, at 05:52 US/Pacific, Andy Ousterhout wrote: > Ok,

RE: CFCs - property access best practices

2003-01-31 Thread Andy Ousterhout
My ally is the Force, and a powerful ally it is." - Yoda > -Original Message- > From: Andy Ousterhout [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 6:17 PM > To: CF-Talk > Subject: RE: CFCs - property access best practices > > > Where do I put my C

RE: CFC Question - Found Answer

2003-01-31 Thread Andy Ousterhout
http://www.macromedia.com/desdev/mx/coldfusion/articles/supsub.html -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 7:53 AM To: CF-Talk Subject: RE: CFC Question Ok, so in your example, Invoice "has-a" Ordering Person, ho

RE: CFC Question

2003-01-31 Thread Andy Ousterhout
ECTED]] Sent: Friday, January 31, 2003 12:39 AM To: CF-Talk Subject: Re: CFC Question On Thursday, Jan 30, 2003, at 21:58 US/Pacific, Andy Ousterhout wrote: > OK, I am hooked after only a few hours on CFC's. This is so much > easier to > code that what I was trying to do with module

CFC Question

2003-01-30 Thread Andy Ousterhout
OK, I am hooked after only a few hours on CFC's. This is so much easier to code that what I was trying to do with modules & includes in 5.0 Here is my question. I've got a component name Person. For the sake of discussion, lets also say I have another component called Invoice that needs two

RE: CFCs - property access best practices

2003-01-30 Thread Andy Ousterhout
Where do I put my CFC files so that CF finds them? Root directory? Do I need to define the location within Admin? Andy -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 6:02 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: CFC

RE: CFCs - property access best practices

2003-01-30 Thread Andy Ousterhout
What does: do for your component? Andy -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 11:19 AM To: CF-Talk Subject: Re: CFCs - property access best practices On Thursday, Jan 30, 2003, at 07:17 US/Pacific, webguy wrote: > L

RE: Upgrading to MX question

2003-01-30 Thread Andy Ousterhout
t: Thursday, January 30, 2003 9:37 AM Subject: Re: Upgrading to MX question On Thursday 30 Jan 2003 15:01 pm, Andy Ousterhout wrote: > I am upgrading to MX and don't see Studio. What is the equivalent? > Homesite? Jedit ? --

RE: New problem with csv... argghhh

2003-01-30 Thread Andy Ousterhout
Sorry, brain cramp. Here is the test code followed by the actual code. Test script -- [#lstCSV#]Nothing Should show [#lstCSV#]2 blank Should show [#lstCSV#]3 blank Should show [#lstCSV#]1 Should show [#lstCSV#]4 should show, last 2 blank [#lstCSV#]5 Should show [#lstCSV

Upgrading to MX question

2003-01-30 Thread Andy Ousterhout
I am upgrading to MX and don't see Studio. What is the equivalent? Homesite? Andy ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subs

RE: New problem with csv... argghhh

2003-01-30 Thread Andy Ousterhout
I've attached what I use to parse my CSV's into an array, which I can then count. I've also attached my test script so that you can see what I can handle. To deal with that specific problem, I append a comma and space to every list. I also add a space after each comma to deal with blank entries

Internet Slow???

2003-01-29 Thread Andy Ousterhout
The internet has seemed awful slow today. Are others experiencing the same issue or just me? Andy ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index

RE: How do I access Functions that I've written???

2003-01-29 Thread Andy Ousterhout
mind that every function you include has to be parsed and compiled by CF every request, even if it's not used. CFMX doesn't have that problem, because it precompiles, but you said you were on CF5, so it's worth mentioning. barneyb > -Original Message- > From: Andy Ous

RE: New problem with csv... argghhh

2003-01-29 Thread Andy Ousterhout
This looks alot easier and faster then what I am doing. I'll have to use this for the next CSV I upload. Thanks. Andy -Original Message- From: jon hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 5:43 PM To: CF-Talk Subject: Re: New problem with csv... argghhh [040180

How do I access Functions that I've written???

2003-01-29 Thread Andy Ousterhout
Ok, really rookie question. I have no clue how to use functions. Could someone take a second and either point me to the reading or answer the following 2 questions: 1. Can I save multiple functions in a single file? 2. How do I set up the CF5.0 server so that functions are found? Thanks, A

RE: New problem with csv... argghhh

2003-01-29 Thread Andy Ousterhout
Jon, what does a sample INI look like? Andy -Original Message- From: jon hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 5:12 PM To: CF-Talk Subject: Re: New problem with csv... argghhh With all the work you've put into this solution, I hate to even say this, but may I

RE: New problem with csv... argghhh

2003-01-29 Thread Andy Ousterhout
Is your problem like a typical record looks like this :"a,b,c,d" but when it is "a,b,c," it error out? Or is your problem when the record is ""? -Original Message- From: Rafael Alan Bleiweiss [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 4:44 PM To: CF-Talk Subject: New pro

RE: CSV loop

2003-01-29 Thread Andy Ousterhout
Don't ya just LOVE debugging? Why don't you send us the CFFile statement. -Original Message- From: Rafael Alan Bleiweiss [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 3:39 PM To: CF-Talk Subject: RE: CSV loop It turns out that it's not the query crappin out - it's the FIL

RE: CSV loop

2003-01-29 Thread Andy Ousterhout
Add a bunch of output statements so that you can see what's going on. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 3:29 PM To: CF-Talk Subject: RE: CSV loop Ah - you should check and see if read_file is empty first - before your cfl

RE: dumb question client variables

2003-01-29 Thread Andy Ousterhout
Depends how you use it. If you want to check if available using StructKeyExists, use StructDelete(structure, key [, indicatenotexisting ]) If you want to check by Len() GT 0, then just empty out with "". Andy -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: CSV loop

2003-01-29 Thread Andy Ousterhout
Are you sure the page is being hit? If you don't display anything on the page, add a single HERE I AM to the page to make sure that you are actually hitting the code. Andy -Original Message- From: Rafael Alan Bleiweiss [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 3:02 PM

RE: coldfusion and access 2002

2003-01-29 Thread Andy Ousterhout
Have you added a password to the Admin account? -Original Message- From: Benjamin Rosenthal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 8:24 PM To: CF-Talk Subject: coldfusion and access 2002 I'm trying to secure an Access 2002 database so that it requires a username and p

RE: CSV loop

2003-01-28 Thread Andy Ousterhout
Turn on display query in Admin Debug. Check to see the result of the WHERE clause. Most likely, it is not turning out the way you think. Andy -Original Message- From: [EMAIL PROTECTED] (Rafael Alan Bleiweiss) [mailto:[EMAIL PROTECTED] (Rafael Alan Bleiweiss)] Sent: Tuesday, January 28, 2

RE:

2003-01-28 Thread Andy Ousterhout
It would help if you would send the code with the problem. You will have to insert into the email since the list removes all attachments. Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 11:49 PM To: CF-Talk Subject: Is anyone o

RE: Session Swapping

2003-01-27 Thread Andy Ousterhout
Thanks. -Original Message- From: webguy [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 12:31 PM To: CF-Talk Subject: RE: Session Swapping This is because the expire time is set to now() by default. WG > -Original Message- > From: Andy Ousterhout [mailto:

RE: Session Swapping

2003-01-27 Thread Andy Ousterhout
Dimo, I don't understand how this insures that cookies are terminated on browser close. It just looks like you are just resaving the same token. Would you explain how this works? Andy -Original Message- From: Dimo Michailov [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 12:0

RE: Newbie question-Inserting the current date into Access

2003-01-27 Thread Andy Ousterhout
You don't format it. Just use a=#Now()#. Andy -Original Message- From: Luis Lebron [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 9:56 AM To: CF-Talk Subject: Newbie question-Inserting the current date into Access I have an Access table with a Date/Time field. I have tried t

RE: invalid precision value

2003-01-23 Thread Andy Ousterhout
Which record is causing it to bomb? I've found that the following sort of record causes the most problems with CSV tags: OK Field 1, 2, "3 - This is, perhaps reasonable so, OK", "4-This tends to ""Blow Up"", many times". Field 4 tends to end up as 2 or more fields, and if your tag doesn't fix th

RE: simple tag aint working

2003-01-22 Thread Andy Ousterhout
You may want to use a java script to get the local time off of the PC. I got the script below from Clint Tredway off of anotherlist and haven't tested it yet. // This script is designed to replace the "0" that you get using // the getHours(). Nothing to it. // richard lands RE: Goodbye cruel world
Mike, It has happened to me a couple of times, each because I had disabled Anti-Virus for an install and forgotten to re-enable. I got some really nasty ones. Sorry for the pain. While you should probably start with a clean install (I formatted all of my hard-drives each time) you hopefully did

RE: distance between zip codes

Search the archives. Basically, buy a DB that provides ZIP Code to lat longitude, then calculate. Here is one post that I saved . For those who were looking for the UDF to do distance between two lat/lons, here's my version: http://toshop.com/udf/latlondist.cfm Rob Brooks-Bilson wrote a UDF at

RE: Spell Checker update.

Sam, Your page doesn't display. Times out. Andy -Original Message- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 12:04 PM To: CF-Talk Subject: Spell Checker update. If anyone is interested I just posted an updated version of my free spell checker utility. h

RE: Why does ( Not True) if CF5.0 Single User return NO instead o f False???

Dave, In the single users version of CF5.0 running on my windows pc under XP, trying to say a=yes or b = no produces an error. However, the assignment problem last night seems to have disappears. Last night, #A##b##c##D# Displayed TrueFalseNO then errored out. Today, it is as expected:

Why does ( Not True) if CF5.0 Single User return NO instead of False???

Has anyone else had CF 5.0 return NO for Not True instead of False? Is this fixable? I've had to put in iif's when I'd prefer to do Boolean operations. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subs

Not True = NO but A=No gives error...

#IsTrue#IsNotTrue#http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The pla

RE: Structure in a structure

Dwayne, Thanks for your comments. It would have been helpful if I'd included some rational for what I was trying to do... Call it a rookie attempt at trying to create classes in Cookie Fusion. For example, a "Customer" contains information on people and companies. Companies contains information

Structure in a structure

Can I do a structure in a structure? For example, I have a "Customer" that can contain a "Company" and one for more buying and billing people: Module defCustomer.cfm: attributes.Customer.Key=0; attributes.Customer.IsCompany = False; attributes.Customer.IsDeleted = False; attributes.Customer

RE: administrivia

I wasn't sure what it was. Thought that it might be a way to verify & capture email addresses -Original Message- From: Everett, Al [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 2:16 PM To: CF-Talk Subject: OT: administrivia > Received that spam arrest thing too. If ever

RE: newbie school of hard knocks

Mike, I did not mean to imply that you shouldn't test thoroughly and that you shouldn't understand and document what user situations you plan on catching, what you will do when you catch them and those situations such as first name/last name that you may choose not too catch. For example, you mig

RE: newbie school of hard knocks

Mike, You can't find this by checking the names, you might just find 2 people who fit your definition of duplicate. You could only check this by using some other User info, like email address or telephone number. I agree with the earlier note that this is not something you should check for. By

RE: OT importing excel spreadsheet into access Database with web form

I've got code to import CSV -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 2:50 PM To: CF-Talk Subject: OT importing excel spreadsheet into access Database with web form does anyone have an example of code that would allow you to im

RE: CreateDateTime function??

Lisa, What are you going to do with the result. You can't construct a date from this information, unless you are adding or subtracting from another date, such as Now(). Andy -Original Message- From: Lisa Donnelly [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 12:17 PM To: C

RE: how do i do this in cf?

How about: I didn't test this. Andy -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 14, 2002 5:22 PM To: CF-Talk Subject: how do i do this in cf? I need to take a user entered date (date of birthday) (ex: may 1 of , 1971) and have it show their

RE: Session Variables (was Login/Password screen)

s..or CFID/CFToken/JSesssionid.. or whatever...u guys are talking about here.. Joe On Fri, 13 Dec 2002 09:23:31 -0600 Andy Ousterhout <[EMAIL PROTECTED]> wrote: > Ok, let me restate to be sure that I > understand... > > The security issue for counting login attempts > is that

RE: Session Variables (was Login/Password screen)

r to return Email, click on link, or otherwise re-activate their account. 3. What else... Andy -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 8:05 AM To: CF-Talk Subject: Re: Session Variables (was Login/Password screen) Quoting

Session Variables (was Login/Password screen)

What do you mean, maintained on the client? -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 7:44 AM To: CF-Talk Subject: RE: Login/Password screen Quoting Craig Dudley <[EMAIL PROTECTED]>: > > Create a session variable, set it to 0,

RE: DTD/XML Schema Standards

-xml.org/channels/projects_main.cfm You might find some useful stuff there. E -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 7:26 AM To: CF-Talk Subject: OT: DTD/XML Schema Standards Are there standard DTD's or XML Schema's fo

OT: DTD/XML Schema Standards

Are there standard DTD's or XML Schema's for Invoices, Purchase Orders, People, Products, etc? I looked at the W3C site and couldn't find any Andy ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscri

RE: Alternating Row Colours & Number Listing in CFOutput

I just remembered why I did this -- The loop that does this creates 2 columns (Each loop processes 1 record, 2 records per row). You are correct for a single column. Andy -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 11:59 AM To

RE: Alternating Row Colours & Number Listing in CFOutput

Because the first row is a header row and I did this to align the colors correctly. I should have just have switched labels. Duh. Thanks. -Original Message- From: webguy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 11:53 AM To: CF-Talk Subject: RE: Alternating Row Colou

RE: Alternating Row Colours & Number Listing in CFOutput

Here is the code that I use combined with a Style Sheet: Column 1 Column 2 Andy -Original Message- From: Ian Vaughan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27,

RE: Application variables

t the same page at once, then only 1 copy of each application variable will exist. They are available to all templates in the request, including custom tags. Does that give you enough to go on? At 10:40 AM 11/25/2002 -0800, you wrote: >From: "Andy Ousterhout" <[EMAIL PROT

<    1   2   3   4   5   >