RE: MS Access Error Message Problem

2004-02-08 Thread Andy Ousterhout
you aren't or accidentally calling something twice that you think you aren't. -Cameron - Cameron Childress Sumo Consulting Inc --- land:858.509.3098 cell:678.637.5072 aim:cameroncf email: [EMAIL PROTECTED] -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED

MS Access Error Message Problem

2004-02-07 Thread Andy Ousterhout
appreciated. Andy Andy Ousterhout O'My Goodness www.omygoodness.com 910 Sherwood Drive, Unit 19 Lake Bluff, IL 60044 Phone 847.735.9890 Fax847.735.9910 Yahoo IM:andy_ousterhout [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: big sql question....

2004-02-06 Thread Andy Ousterhout
I have a similar need for timecard module and I use loops to create totals.I have two loops: loop through employees { zero out pay period total weeks loop through weeks { total hours for week total hours for pay period } display row for employee } Hope this helps. Andy -Original

RE: OT: Making Combo Box from select

2004-02-02 Thread Andy Ousterhout
: Andy Ousterhout To: CF-Talk Sent: Sunday, February 01, 2004 7:36 PM Subject: RE: OT: Making Combo Box from select Thanks.I've already incorporated what you sent into my code. -Original Message- From: Alan Rafael Bleiweiss [mailto:[EMAIL PROTECTED] Sent: Sunday, February 01, 2004 7:30

RE: CF Outlook

2004-02-02 Thread Andy Ousterhout
Kelly, If this is an application that you can share, I'd love to see how you create the vcs file. Andy -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 12:28 PM To: CF-Talk Subject: CF Outlook I have a cf application where people can

OT: Making Combo Box from select

2004-02-01 Thread Andy Ousterhout
Does anyone have code they would share to create the equivalent of a VB combo box? I'd like to give the user the ability to either select from a drop-down list or to start typing and have the list move as the user types to the first entry that matches what has been typed so far. Thanks, Andy

RE: OT: Making Combo Box from select

2004-02-01 Thread Andy Ousterhout
Thanks, that works great.Any way to have all of the typing in the select box? Andy -Original Message- From: Alan Rafael Bleiweiss [mailto:[EMAIL PROTECTED] Sent: Sunday, February 01, 2004 6:26 PM To: CF-Talk Subject: Re: OT: Making Combo Box from select Try this one - _javascript_.I'm

RE: OT: Making Combo Box from select

2004-02-01 Thread Andy Ousterhout
Thanks.I've already incorporated what you sent into my code. -Original Message- From: Alan Rafael Bleiweiss [mailto:[EMAIL PROTECTED] Sent: Sunday, February 01, 2004 7:30 PM To: CF-Talk Subject: RE: OT: Making Combo Box from select Not sure what's required.I'll keep my eyes out though

RE: Verity Error - baffled

2004-01-23 Thread Andy Ousterhout
Can you send us the code snippet that you used to create the collection? -Original Message- From: Dwight Ball [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 7:19 AM To: CF-Talk Subject: Verity Error - baffled Using MX and Verity. If a user enters nothing in the search box but

RE: Section 508

2004-01-14 Thread Andy Ousterhout
This is really cool.Thanks. -Original Message- From: Philip Arnold [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 1:22 PM To: CF-Talk Subject: RE: Section 508 There are a number of new developers where I work who have no clue as to what Section 508 is or what they need to

RE: MS Access password

2004-01-13 Thread Andy Ousterhout
If someone is hosting your site, you might also check with their technical department.I had a problem a while back and the support person I talked to said he had a program to find the passwords. Andy -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: Tuesday, January

CFX_Image

2004-01-07 Thread Andy Ousterhout
Can anyone point me to the web-site of the Author of CFX_Image?My hosting company needs to download the copy itself to verify and approve it's use. Andy Ousterhout O'My Goodness Cookies www.omygoodness.com 910 Sherwood Drive, Unit 19 Lake Bluff, IL 60044 Phone 847.735.9890 Fax847.735.9910 Yahoo

RE: CFX_Image

2004-01-07 Thread Andy Ousterhout
x112 [EMAIL PROTECTED] -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 10:21 AM To: CF-Talk Subject: CFX_Image Can anyone point me to the web-site of the Author of CFX_Image?My hosting company needs to download the copy itself to verify

RE: CFX_Image

2004-01-07 Thread Andy Ousterhout
Thanks. -Original Message- From: Craig Dudley [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 9:22 AM To: CF-Talk Subject: RE: CFX_Image http://www.kolumbus.fi/jukka.manner/ -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: 07 January 2004 15:21

RE: CF Administration Best Practices on Production Servers

2004-01-01 Thread Andy Ousterhout
The problem is that unless the hosting provider automatically provides a testing environment which is a duplicate of production, you have no choice but do a certain amount of debugging in production.I've asked for a testing environment with each of the providers I've used, and none so far maintain

RE: Error Handling

2003-12-23 Thread Andy Ousterhout
I concur. Based on Dave and others advice on this list, I converted my application to use throws and catches to catch all User errors and throws and cferror to catch application and database errors. Using this technique significantly reduced my code and improved the readability of the remaining

RE: Session variable time out?

2003-12-18 Thread Andy Ousterhout
John, Unless you have control of each Users PC, I don't recommend that you rely on session cookies to maintain state.MX's session cookies are actually permanent cookies and many Users, myself included, do not allow these types of cookies to be set.These means that I will not buy from certain

RE: Password encryption

2003-12-16 Thread Andy Ousterhout
Depends on your security requirements.I do a one-way hash when the password is created, and email Users temporary passwords when they forget theirs.No one can look-up a password, not even the DBA. -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16,

RE: Update Verity Collections Execution Time

2003-12-03 Thread Andy Ousterhout
Geoff, What started this all was an update to an empty, optimized collection that was taking over 1 second.This is what really surprised me. Andy -Original Message- From: Geoff Bowers [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 3:50 PM To: CF-Talk Subject: Re: Update

RE: Update Verity Collections Execution Time

2003-12-03 Thread Andy Ousterhout
Geoff, How do you efficiently update a collection? Andy That said, we typically take great care to ensure that the collections are regularly optimised and that they are efficiently updated. -- geoff http://www.daemon.com.au/ [Todays Threads] [This Message] [Subscription] [Fast

RE: Update Verity Collections Execution Time

2003-12-03 Thread Andy Ousterhout
Actually, I started using a DB query, didn't like the flexibility so moved to Verity.I update the DB daily from data in another system and use the Update action to do so when I add or change records.I am having no issues with search response times, just the update response times. It appears from

RE: CF Verity collection

2003-12-02 Thread Andy Ousterhout
cfindex action="" collection=name key=key type=custom title=Titlee query=qryActive body=What do you want to search on custom1=Whatever else you what to return custom2=One more return variable -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003

RE: diagrams for cfc's

2003-12-02 Thread Andy Ousterhout
VISIO - UML. -Original Message- From: Michael Hodgdon [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 2:52 PM To: CF-Talk Subject: diagrams for cfc's I was wondering what people are using to diagram CFC's.Are you using UML diagrams or some other type of diagram?Do you recommend

Update Verity Collections Execution Time

2003-12-01 Thread Andy Ousterhout
Does it sound correct that adding a single record to a verity collection thru action = ''My Goodness Cookies www.omygoodness.com 910 Sherwood Drive, Unit 19 Lake Bluff, IL 60044 Phone 847.735.9890 Fax847.735.9910 Yahoo IM:andy_ousterhout [Todays Threads] [This Message] [Subscription] [Fast

RE: Update Verity Collections Execution Time

2003-12-01 Thread Andy Ousterhout
FULLTEXT search from MySQL. Cheers, barneyb -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 6:02 PM To: CF-Talk Subject: Update Verity Collections Execution Time Does it sound correct that adding a single record to a verity collection

RE: OO Design

2003-11-18 Thread Andy Ousterhout
Deanna, I am not sure that there is one answer.It depends on your specific usage. I used a concept of SnapShots to figure out for each of my classes what methods where needed.This helped me separate out how I would like it to work and how it actually would work. I started with a basic

RE: SOT: OO Design

2003-11-18 Thread Andy Ousterhout
Aren't both part of the same business object, eg Task?For this task, you probably need to perform a number of actions or methods, such as Set's and Gets for: -Task Name -Description -Due Date . You also need to be able to manage resources needed to complete a task.The 2 methods that you

Best Practices Business Rules CFC, Stored Procs, Constraints

2003-11-13 Thread Andy Ousterhout
As I learn more abort stored procedures and robust constraints I am becoming more confused about where business rules should be placed.Here are what I see as the pros and cons of various approaches and I'd appreciate all of your comments: 1.Constraints - Some business rules need to be placed in

RE: Best Practices

2003-11-12 Thread Andy Ousterhout
If the user always has to click on a button to move to the next step, you may wish to place the reports needed in a hidden form variable rather then in a URL variable.You may find that this increases the clarity of the code, especially when someone has to come back to the page at a later date.

RE: queryNew question...

2003-11-10 Thread Andy Ousterhout
Or to just resort any query... -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 2:07 PM To: CF-Talk Subject: RE: queryNew question... Che: You can use Query of Query to filter the dynamically built query. -- Mosh Teitelbaum evoch, LLC

RE: SQL server

2003-11-07 Thread Andy Ousterhout
Try this list: http://www.sunbelt-software.com/sql_list_charter.htm -Original Message- From: David Brown [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 9:57 AM To: CF-Talk Subject: SQL server I know this is the wrong group, but I am in a jam.Our DBA (I am not one) did not

OT: Book to learn MS SQL 2000

2003-10-27 Thread Andy Ousterhout
What books do folks recommend to learn MS SQL 2000.Looking for basics at this point. Thanks, Andy [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Book to learn MS SQL 2000

2003-10-27 Thread Andy Ousterhout
, 2003 6:22 PM To: CF-Talk Subject: RE: Book to learn MS SQL 2000 Are you talking administration or writing sql? -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 6:22 PM To: CF-Talk Subject: OT: Book to learn MS SQL 2000 What books do folks

MS Access Compression and Repair under MX

2003-10-21 Thread Andy Ousterhout
Does anyone have code that can compress a MS Access DB?I am running on MX. Andy Ousterhout O'My Goodness Cookies www.omygoodness.com 910 Sherwood Drive, Unit 19 Lake Bluff, IL 60044 Phone 847.735.9890 Fax847.735.9910 Yahoo IM:andy_ousterhout [Todays Threads] [This Message] [Subscription

RE: MS Access Compression and Repair under MX

2003-10-21 Thread Andy Ousterhout
VBScript in an ASP page, would need to dig out the code tho. in fact, here is a asp version http://authors.aspalliance.com/mbrink/compact.asp -dc [ ... and today I'm using CF 5, IIS 5, Oracle 8.1.6 ] -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: 21 October 2003 16

RE: MS Access Compression and Repair under MX

2003-10-21 Thread Andy Ousterhout
-Talk Subject: Re: MS Access Compression and Repair under MX Andy Ousterhout wrote: Thanks.The problem I am having is that I can't get MX to release its hold on the db.MX does not support any of the following: cfset rc = cfusion_disable_dbconnections(attributes.database,1) cfset rc

RE: MS Access Compression and Repair under MX

2003-10-21 Thread Andy Ousterhout
? Andy -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 3:17 PM To: CF-Talk Subject: Re: MS Access Compression and Repair under MX Andy Ousterhout wrote: I am actually working off of your tag as a base and try to modify for MX. I am

Search Engine Tag

2003-10-20 Thread Andy Ousterhout
Does anyone have a tag that registers sites with search engines? Andy Ousterhout O'My Goodness Cookies www.omygoodness.com 910 Sherwood Drive, Unit 19 Lake Bluff, IL 60044 Phone 847.735.9890 Fax847.735.9910 Yahoo IM:andy_ousterhout [Todays Threads] [This Message] [Subscription] [Fast

RE: (Admin) Respect

2003-10-18 Thread Andy Ousterhout
Michael, When I click on this link, I get a blank page.Same if I copy and past into IE.Any thoughts as to why I can't access it?I am logged in to the site Andy -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 3:42 PM To: CF-Talk

RE: Cookie Help

2003-10-15 Thread Andy Ousterhout
Ah.That explains why I have problems in some CF applications when I have reject cookies but accept session cookies set in IE. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 4:45 PM To: CF-Talk Subject: RE: Cookie Help One thing - Client

RE: Cookie Help

2003-10-15 Thread Andy Ousterhout
Dennis, This does not explain why CF session cookies are not perceived as session cookies by IE. And I do append URL variables to maintain session state when cookies are not accepted.However, it seems that a number of developers, CF and others, are lazy and require Users to enable cookies to use

RE: Cookie Help

2003-10-15 Thread Andy Ousterhout
want to use session cookies, you have to do it yourself. cfapplication .. setclientcookies=false ... / cfcookie name=cfid value=#client.cfid# / cfcookie name=cftoken value=#client.cftoken# / barneyb -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: Secure way of identifying a particular device

2003-10-12 Thread Andy Ousterhout
computer. Now is this an intranet web app or a public app? - Original Message - From: Andy Ousterhout To: CF-Talk Sent: Saturday, October 11, 2003 8:48 PM Subject: Secure way of identifying a particular device I have classes such as Payroll that I only want to be available to Users who

RE: Survey: Open Source CF Stuff (was Looking for Cold Fusion Fo rum similar to FuseTalk)

2003-10-11 Thread Andy Ousterhout
I did some research on this a little while back.My brother created TCL and helped me understand the open source market.Most open source code are developer tools and system level code.Perhaps to Dave's point, this is because this type of code can be shared across companies without creating issues

Secure way of identifying a particular device

2003-10-11 Thread Andy Ousterhout
to someone at the office simply mailing the cookie to their computer at home. Andy Ousterhout O'My Goodness Cookies www.omygoodness.com 910 Sherwood Drive, Unit 19 Lake Bluff, IL 60044 Phone 847.735.9890 Fax847.735.9910 Yahoo IM:andy_ousterhout [Todays Threads] [This Message] [Subscription

RE: security flaw in web services

2003-10-02 Thread Andy Ousterhout
Michael, This has always been a problem with the web.Not only do you not have physical security of the device, you can not even be sure that it is the device you are thinking it may be. So the only way to protect this is to track the number of login attempts that go against any invalid User

SQL Error

2003-10-01 Thread Andy Ousterhout
This parameter value:(param 15) = [type='IN', class='java.lang.Double', value='44.5', sqltype='CF_SQL_MONEY'] is creating the following error:Error Executing Database Query. Invalid data for CFSQLTYPE CF_SQL_DOUBLE. This is storing a value to a MS Access DB field that has data type of currency.

RE: CFC Question

2003-10-01 Thread Andy Ousterhout
That's because The return command sends you back to the calling program.Why not just return session.cart at the end of your script and deleted the imbedded loops. Andy -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 3:19 PM To: CF-Talk

RE: CFC Question

2003-10-01 Thread Andy Ousterhout
Yes.But you also exited the program at the end of the first loop. -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 3:42 PM To: CF-Talk Subject: RE: CFC Question I don't follow completely. If I seta variable inside the loop to contain the

Using User Names and Password security with Access Databases

2003-09-26 Thread Andy Ousterhout
Does anyone out there who uses Access database use User name/PasswordSecurity?I have done this as an extra way to secure the information in thedatabase and this appears to be causing hosting firms difficulties.If itprovides minimal value, I may be better off removing this security.Andy [Todays

RE: Using User Names and Password security with Access Databases

2003-09-26 Thread Andy Ousterhout
and not Microsoft Accesswhen setting up a password-protected Access datasourcein CF Administrator. I found this out the hard way. Sothe setup does demand a bit of finesse.LauraLaura SchleeDML Associatescell 703-622-0363ofc202-685-1360--- Andy Ousterhout [EMAIL

RE: Structure of Arrays: more about my error with

2003-09-25 Thread Andy Ousterhout
Try ycfset temperature = leak2[getKey2][3] or cfset temperature = #leak2[getKey2][3]# No ## when you -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 11:43 PM To: CF-Talk Subject: Structure of Arrays: more about my error with I forgot

MX Hosting Site recommendations

2003-09-23 Thread Andy Ousterhout
I am looking for a new host for my MX with Access site. Any recommendations? My current host seems unable to operate the two together. My site has been down for 1 week as they try to figure it out. Andy ~| Message:

RE: MX Hosting Site recommendations

2003-09-23 Thread Andy Ousterhout
a month http://www.crystaltech.com/plan1.htm Clint Andy Ousterhout wrote: I am looking for a new host for my MX with Access site. Any recommendations? My current host seems unable to operate the two together. My site has been down for 1 week as they try to figure it out. Andy

RE: CFPROPERTY WAS Using a CFC as the action of a form.

2003-09-23 Thread Andy Ousterhout
Property is only used for documentation purposes or if you are creating a web service. It is NOT a replacement for cfargument -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 2:55 PM To: CF-Talk Subject: CFPROPERTY WAS Using a CFC as the

cfmail within cferror template?

2003-09-18 Thread Andy Ousterhout
Does MX accept a cfmail statement within cferror template? ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137505 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

Urgent: Performance Help

2003-09-17 Thread Andy Ousterhout
No, don't recommend Viagrathe problem is I just won't stop. My ISP is accusing me of writing code that keeps threads open long after they should be closed and are threatening to shut down my site. Good news is that I don't have many users yet, Bad news is that they can't give me any

RE: Urgent: Performance Help

2003-09-17 Thread Andy Ousterhout
and ColdFusion - especially with keeping threads open and bogging down the system - and always on servers that handle many simultaneous requests. Can you use a different database with them? PostgreSQL? SQL Server? MySQL? - Jim Andy Ousterhout wrote: No, don't recommend Viagrathe problem

RE: Urgent: Performance Help

2003-09-17 Thread Andy Ousterhout
is your access DB? Dan Phillips www.CFXHosting.com 1-866-239-4678 [EMAIL PROTECTED] -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 4:24 PM To: CF-Talk Subject: Urgent: Performance Help No, don't recommend Viagrathe problem is I

RE: Urgent: Performance Help

2003-09-17 Thread Andy Ousterhout
] www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 4:24 PM To: CF-Talk Subject: Urgent: Performance Help No, don't recommend Viagrathe problem is I just won't stop. My ISP

RE: cflocation problem

2003-09-16 Thread Andy Ousterhout
http:// -Original Message- From: J E VanOver [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 2:53 PM To: CF-Talk Subject: RE: cflocation problem Is that a proper url? Shouldn't it start with http:// or file: ?? -Original Message- From: AKERS,BRET (HP-SanDiego,ex1)

Can I Throw within cfscript???

2003-09-16 Thread Andy Ousterhout
Do I have to go out of the script language to throw and error or is there a way to do it within cf-script(without separate function call that throws error)? Andy ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4

RE: Can I Throw within cfscript???

2003-09-16 Thread Andy Ousterhout
within your CFScript block... -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 2:43 PM To: CF-Talk Subject: Can I Throw within cfscript??? Do I have to go out of the script language to throw and error or is there a way to do it within cf

RE: Can I Throw within cfscript???

2003-09-16 Thread Andy Ousterhout
) Email: [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog 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, September 16, 2003 3:40 PM To: CF-Talk Subject: RE

RE: Can I Throw within cfscript???

2003-09-16 Thread Andy Ousterhout
it is. - Yoda -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 3:40 PM To: CF-Talk Subject: RE: Can I Throw within cfscript??? This won't work on my system running under NT MX. Andy -Original Message

RE: Can I Throw within cfscript???

2003-09-16 Thread Andy Ousterhout
Huh? -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 6:45 PM To: CF-Talk Subject: RE: Can I Throw within cfscript??? Andy you still have to init your library. -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED

RE: Can I Throw within cfscript???

2003-09-16 Thread Andy Ousterhout
: Test.cfm cfscript myCFC=CreateObject('component','mycfcfilename'); myCFC.throw(message=I've been thrown to the wall, ouch!); /cfscript -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 7:46 PM To: CF-Talk Subject: RE: Can

RE: Can I Throw within cfscript???

2003-09-16 Thread Andy Ousterhout
that has your function throw() in it? And now your trying to call that function from a cfml page correct? So you have a total of two pages, a cfc and a cfm page? -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 7:58 PM To: CF-Talk Subject: RE

RE: Can I Throw within cfscript???

2003-09-16 Thread Andy Ousterhout
=Arguments.theString; /cfscript cfreturn throwExceptionReturn /cffunction your.cfm cfscript myCFC.CreateObject('component','your'); myCFC.throwException(message=hello); /cfscript -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Tuesday

RE: Can I Throw within cfscript???

2003-09-16 Thread Andy Ousterhout
: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 9:00 PM To: CF-Talk Subject: RE: Can I Throw within cfscript??? Not what I am looking to do. I wish for the method to stop processing when I throw the exception and for control to return to the Try/Catch blocks

Try And Catch work differently then CFTRYCFCATCH (was RE: Can I Throw within cfscript???)

2003-09-16 Thread Andy Ousterhout
-INF/cftags/component.cfc so that all your CFCs would inherit the method. However, that would preclude you from distributing any application that uses it. barneyb -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 6:34 PM To: CF-Talk

RE: Can I Throw within cfscript???

2003-09-16 Thread Andy Ousterhout
: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 9:34 PM To: CF-Talk Subject: RE: Can I Throw within cfscript??? Bryan, Here is sample code. First, observe that the two catch blocks behave differently. Second, can you replace the throw in Test with a script statement

RE: Try And Catch work differently then CFTRYCFCATCH (was RE: Can I Throw within cfscript???)

2003-09-16 Thread Andy Ousterhout
cfscript???) Yes they do. The cfscript version of the try is a custom named type. So in your case excpt is the equiv to cfcatch you do excpt.message in cfscript in cfcatch you use cfcatch.message -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003

RE: Sales Automation tools in CF?

2003-09-14 Thread Andy Ousterhout
It seems that there should be a set of CFC/classes that perform some of the standard activities. As a stream of consciousness, I see classes for: Contact Management: -Address -Company which has addresses and has people -Person which has addresses and either extends company or has companies

Free Zip-latitude/longitude db

2003-09-12 Thread Andy Ousterhout
Does anyone know where I can find a free zip code - latitude longitude DB? Don't need anything fancy, just zip code, longitude, latitude. Using for a basic store look-up function. Andy ~| Archives:

RE: Free Zip-latitude/longitude db

2003-09-12 Thread Andy Ousterhout
this from someone I think on this list about 6 months ago Rick -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 10:13 AM To: CF-Talk Subject: Free Zip-latitude/longitude db Does anyone know where I can find a free zip code - latitude longitude

RE: Free Zip-latitude/longitude db

2003-09-12 Thread Andy Ousterhout
- Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Andy Ousterhout [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, September 12, 2003 8:13 AM Subject: Free Zip-latitude/longitude db Does anyone

RE: Free Zip-latitude/longitude db

2003-09-12 Thread Andy Ousterhout
Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 1:24 PM To: CF-Talk Subject: Re: Free Zip-latitude/longitude db You could use mine... http://www.cfdynamics.com/zipbase -Novak - Original Message - From: Andy

RE: ?id=23

2003-09-12 Thread Andy Ousterhout
I use a class called User that is instantiated as a system variable when a User logs in and out. In User I have methods to authenticate User for login and another authorize access to pages and data within a page. Andy -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED]

Is there delay after updating collection

2003-09-11 Thread Andy Ousterhout
Is there any delay between when a collection is updated and when the results are reflected in a search? Andy ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

RE: Complex cftransaction constructions.

2003-09-09 Thread Andy Ousterhout
Dave, I thought that in earlier posts you recommended the following construct: cftry cftransaction cfquery ... cfquery ... cfquery ... /cftransaction cfcatch /cftry I thought that you didn't need to explicitly perform

RE: Multiple /cflock being inserted in code

2003-09-08 Thread Andy Ousterhout
using DreamweaverMX? Every once in a while, it likes to stick extra closing cfswitch statements in my fusebox apps. Marlon Andy Ousterhout wrote: I am having the strangest problem. Something is sticking extra /cflock statements in the code, causing errors. I delete them, save and re-run

RE: Multiple /cflock being inserted in code

2003-09-08 Thread Andy Ousterhout
and delete the extraneous tag from there. Otherwise, I do what you do also. Marlon Andy Ousterhout wrote: Yes. With mine, it is extra /cflock. I can only fix it by using notepad to delete the extra locks. Andy -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Monday

Multiple /cflock being inserted in code

2003-09-04 Thread Andy Ousterhout
I am having the strangest problem. Something is sticking extra /cflock statements in the code, causing errors. I delete them, save and re-run and they re-appear. Anyone run into this one before Andy ~| Archives:

RE: Object Design Mythologies

2003-09-02 Thread Andy Ousterhout
I've found Use Case Driven Object Modeling with UML by Doug Rosenberg very useful in moving from a procedural approach to OO. Andy -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 4:41 PM To: CF-Talk Subject: Object Design Mythologies

RE: shipping label query

2003-09-02 Thread Andy Ousterhout
I would use SQL to extract the order header and details (as part of an Order cfc/class/object that returns a query) then use a presentation layer .cfm to print the header then loop through the details, printing the individual items. Andy -Original Message- From: Mahmut Basaran

RE: Session vars not being retained. Any ideas why?

2003-09-01 Thread Andy Ousterhout
Is your site available to me? Could it be made available to me? Perhaps it is something with your browser. Andy -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Monday, September 01, 2003 9:46 AM To: CF-Talk Subject: RE: Session vars not being retained. Any ideas why?

RE: Session vars not being retained. Any ideas why?

2003-09-01 Thread Andy Ousterhout
on it. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. (sheesh! Never occurred to me that we might have session vars turned off in the administrator!!) -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Tuesday, 2 September 2003 12:49 AM To: CF-Talk Subject

RE: cfproperty default attribute is buggy

2003-08-30 Thread Andy Ousterhout
Isaac, Isn't CFProperty mostly for documentation at the CFC level, and doesn't actually create any variables? Use CFArgument to declare and default arguments in methods and CFSET instance.FOO=StructNew to declare private properties. Andy -Original Message- From: S. Isaac Dealey

RE: Double Posts? or Someone posting multiple times?

2003-08-27 Thread Andy Ousterhout
Michael, I received this message, but my post got through anyway. Is this related? My ISP is Host Centric, Andy PLEASE DONT NO REPLY TO THIS MESSAGE This Email has been Generated by an Automated

RE: UDF in CFC's - was: CFC Issues....

2003-08-26 Thread Andy Ousterhout
Yes. The function can be made private thru setting access=private, and arguments can be set to either required or not: required=true and you can use the Display Name or Hints to say whether required or not and inform of any default value. Andy -Original Message- From: Paul Spitzer

URLSessionFormat adding ?NULL to URL

2003-08-14 Thread Andy Ousterhout
Why would URLSessionFormat add ?NULL to URL instead of a session ID? Andy ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Cookie disappears when browser closes!

2003-08-14 Thread Andy Ousterhout
Show us the line of code that sets the cookie. -Original Message- From: Jennifer Perkins [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 5:49 PM To: CF-Talk Subject: Cookie disappears when browser closes! I'm having a problem with a cookie I've set for a client's site. Server is

RE: Cookie disappears... Still hoping for help!

2003-08-14 Thread Andy Ousterhout
What does your CFAPPLICATION look something like? cfapplication name=Foo clientmanagement=no [or yes of you are using client variables] sessionmanagement=yes setclientcookies=yes sessiontimeout=#CreateTimeSpan(0,0,10,0)# -Original Message- From: Jennifer

RE: Constant Value Error

2003-08-14 Thread Andy Ousterhout
on the production boxes as easily. It is also interesting that Invoke works fine. Has anyone run into this error before? -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 4:25 PM To: CF-Talk Subject: Constant Value Error Why am I getting

RE: What type of cookies does MX automatically set?

2003-08-12 Thread Andy Ousterhout
Dave, I am trying to make my site work even for Users who don't except any type of cookies. Here is my current setup: 0. MX 1. Session management on 2. URLSessionFormat on all of my links and Form statements 3. Hosting ISP doesn't have j2EE enabled 4. IE 6.0 has Privacy set to not accept

Constant Value Error

2003-08-10 Thread Andy Ousterhout
Why am I getting this error? I've even tried changing request.Classpath to the actual value of omg.classes. and still get the same error. This expression must have a constant value. The error occurred in C:\Inetpub\wwwroot\ClickFlow\Application.cfm: line 68:

What type of cookies does MX automatically set?

2003-08-09 Thread Andy Ousterhout
What type of cookies does MX set when you turn session management on? They don't appear to be session cookies. Andy ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: listcontains

2003-08-01 Thread Andy Ousterhout
listfind -Original Message- From: Wurst, Keith D. [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 10:11 AM To: CF-Talk Subject: listcontains i have a list like this... 15,0,2,5 when i run a listcontains on it for the number 1 - i get back a positive response. i guess it is

RE: DB Design

2003-07-29 Thread Andy Ousterhout
Outside of the rational that adding a PK to tables simplifies changing a Key value, I was also told that numeric keys provide faster look-up then anything character based. -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 10:23 AM To: CF-Talk Subject:

<    1   2   3   4   5   >