Re: SQL 7.0 Question

2000-11-30 Thread Todd Ashworth
You don't need the * ... DELETE FROM will work just fine. Todd Ashworth - Original Message - From: "ibtoad" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, November 30, 2000 11:11 AM Subject: SQL 7.0 Question | Ok I just did a local upgrade fro

Re: UPDATE on a MS Access Database

2000-11-30 Thread Todd Ashworth
You don't need the cfoutputs inside of a cfquery. Also, you need single quotes around #InSol.name#, or else the database thinks "chad" is a field name and will compain when it can't find it. Todd Ashworth - Original Message - From: "Chad Gray" [EMAIL PROTECTED]

405 Error

2000-11-29 Thread Todd Ashworth
ot; /CFIF /CFIF CFIF Trim( Caller.Criteria ) is "" OR Trim(Caller.Criteria) EQ "1 0" CFSET Caller.Criteria = Criteria CFELSE CFSET Caller.Criteria = Caller.Criteria " AND " Criteria /CFIF cfelse CFIF Trim( Caller.Criteria ) EQ "" OR Trim(Cal

Re: 405 Error

2000-11-29 Thread Todd Ashworth
You are right as always. My action in my form was set to index?go=staff/contactListinstead of index.cfm?go=staff/contactList Just out of curiosity though, why did the form work at all? Todd Ashworth - Original Message - From: "Dave Watts" [EMAIL PROTECTED] To

Re: application timeout

2000-11-29 Thread Todd Ashworth
and your machine to crash. Todd Ashworth - Original Message - From: "Won Lee" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, November 29, 2000 12:26 PM Subject: application timeout | What is the advantages of having your applicat

Re: application timeout

2000-11-29 Thread Todd Ashworth
You just change the value in your cfapplication tag in your Application.cfm file ... ? Todd Ashworth - Original Message - From: "pan" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, November 29, 2000 1:26 PM Subject: Re: application timeout

Re: CF_Calendar

2000-11-29 Thread Todd Ashworth
would like to just toss it out open source so everyone can make fun of my coding, but I don't know if the boss will go for that ... Todd Ashworth - Original Message - From: "Phoeun Pha" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, November 29, 2000 4:

Re: CF_Calendar

2000-11-29 Thread Todd Ashworth
Snazzy!! Is there a way to get a better look at it than that little picture? Todd Ashworth - Original Message - From: "Jake Hileman - Patmos" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, November 29, 2000 5:45 PM Subject: Re: CF_C

Re: CFLOCK and isdefined

2000-11-28 Thread Todd Ashworth
How about something like this then .. cflock cfparam name="Session.Variable" default="whatever" cfset Request.TempVariable = Session.Variable /cflock cfif Request.TempVariable is "whatever" cfabort /cfif - Original Message - From: "Dave Watts" [EMAIL PROTECTED] To:

Re: Moving Inetpub in Win2000

2000-11-28 Thread Todd Ashworth
My InetPub is on my D drive. I'm running Win2K Pro and havn't have any trouble at all. When you say it crashes .. what do you mean? Does Windows crash? Todd Ashworth - Original Message - From: "Michael Barnum" [EMAIL PROTECTED] Newsgroups: cf-talk To: "CF-Talk" [E

Re: What is xy.recordcount ?

2000-11-27 Thread Todd Ashworth
You don't really need to specify any numbers. If the query returns any rows, then it's true. If it returns none, it is false. So, this would suffice: cfif xy.RecordCount True cfelse False /cfif Todd Ashworth - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk&qu

Re: What is xy.recordcount ?

2000-11-27 Thread Todd Ashworth
when my queries didn't return anything, but ... Todd Ashworth ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseo

Re: INSERT into error....

2000-11-27 Thread Todd Ashworth
Is the "date" field name a reserved word? Try changing that to something besides date. What is the full error message? Todd Ashworth - Original Message - From: "Chad Gray" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, November 27

Re: INSERT into error....

2000-11-27 Thread Todd Ashworth
ccordingly. Todd Ashworth - Original Message - From: "Chad Gray" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, November 27, 2000 5:18 PM Subject: Re: INSERT into error --=_1574282==_.ALT Content-Type: text/plain; charset="

Re: INSERT into error....

2000-11-27 Thread Todd Ashworth
for the queries on this page and how they interract with one another, I would understand what's going on better.. Todd Ashworth - Original Message - From: "Chad Gray" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, November 27, 2000 5:36 PM Subject: R

Re: Application.cfm inheritence

2000-11-24 Thread Todd Ashworth
ColdFusion only looks up the directory tree if it can't find an Application.cfm. As soon as it finds one, it stops. Just cfinclude the parent application.cfm into the child one. cfinclude template = "../Application.cfm" Todd - Original Message - From: "Michael She" [EMAIL PROTECTED]

Web server for Win2kP?

2000-11-20 Thread Todd Ashworth
to be such a huge hassel. Todd Ashworth ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com

Re: Web server for Win2kP?

2000-11-20 Thread Todd Ashworth
Thanks! .. but there's no way to get IIS 5 seperately like you can 4.0, right? Todd Ashworth ColdFusion Developer Saber Corporation 314 Oakland Ave. Rock Hill, SC 29730 (803) 327-0137 [111] - Original Message - From: "Dave Watts" [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: Web server for Win2kP?

2000-11-20 Thread Todd Ashworth
;John Bowering" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 20, 2000 7:35 PM Subject: RE: Web server for Win2kP? IIS 5.0 should be on the Win2K CD. J -Original Message----- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Monday, November 20, 2000 2:09 PM T

Re: Flattening a relational database

2000-11-19 Thread Todd Ashworth
format file with one row per line in the file. All values are separated by commas, and strings are enclosed in apostrophes (single quotes). Your other FROMAT option is TEXT which includes the column names in your output file, seperatd by |. Todd Ashworth - Original Message - From: "

Re: CF functions list.....

2000-11-19 Thread Todd Ashworth
OK .. there's no easy way, but there *is* a way, right? Are these undocumented tags documented anywhere at all? I would like to see them Why are they undocumented? This sounds rather dangerous to me. Todd Ashworth - Original Message - From: "Michael Dinowitz" [EMAIL

Re: CF functions list.....

2000-11-19 Thread Todd Ashworth
Could these be of any use to developers though? Especially in providing in-house maintenance and support for secure intranets? Todd Ashworth - Original Message - From: "Michael Thomas" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, November 19, 2000

Re: CF functions list.....

2000-11-19 Thread Todd Ashworth
and their attributes? Besides, regardless of practical use, I still want to know all I can :) Todd Ashworth - Original Message - From: "Michael Thomas" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, November 19, 2000 6:58 PM Subject: R

Re: Recommended Operating System

2000-11-19 Thread Todd Ashworth
here, but I'm just trying, and happy, to help where I can. Todd Ashworth - Original Message - From: "Michael" [EMAIL PROTECTED] Newsgroups: cf-talk To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, November 19, 2000 7:50 PM Subject: Re: Recommended Operating System

Database design question

2000-11-16 Thread Todd Ashworth
he cost of equipment to provide decent performance would be excessive, considering our price point. What I would like to know is, can anyone tell me a better way to design this database? Many, many thanks in advance!! Todd Ashworth ~~ Structure

Re: Certification Exam

2000-11-16 Thread Todd Ashworth
!!! cflocation url = "you_are_a_coldfusion_god.cfm" cfelse CF_Study_Some_More cflocation url = "this_page.cfm" cfif cfelse CF_Study_Some_More cflocation url = "this_page.cfm" /cfif :) Todd Ashworth - Original Message - F

Re: Database design question

2000-11-16 Thread Todd Ashworth
p, thus far? I'm going to see about reading through the remainder of the e-mail to see if I can see where you are having trouble. Not really .. you have reached the same point I have so far. :) The same dilemmas still apply. Thanks

Re: fusebox

2000-11-14 Thread Todd Ashworth
Yeah .. It looks more complicated than it needs to be to me too. Does anyone know of any other methodologies out there? Todd Ashworth - Original Message - From: "Fred T. Sanders" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, November 13, 2000

Best Practices?

2000-11-14 Thread Todd Ashworth
ot; Now you can just use your variables like normal without having to worry about tossing functions all over the place. I know it sounds really basic and simple, but it just hit me .. and I was like DUH! I just figure it might help someone els

Re: fusebox

2000-11-14 Thread Todd Ashworth
Actually, I was talking about switch-box looking more complicated than it has to be. I know of Fusebox, Black-box, and Switch-box. Does anyone know of any other methodologies? Todd Ashworth - Original Message - From: "Jesse" [EMAIL PROTECTED] To: "CF-Talk" [E

Re: highlighting strings, with a twist.

2000-11-14 Thread Todd Ashworth
Are you wanting to display the HTML, or just parse it without it getting messed up? Todd Ashworth - Original Message - From: "Jamie Keane" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, November 14, 2000 12:40 PM Subject: highlighting strings, with

Locking while deleting

2000-11-13 Thread Todd Ashworth
WHERE table_id = cflock scope="Session" timeout="10" type="ReadOnly" #Session.TableID# /cflock /cfquery /cflock That seems awfully inefficient. Todd Ashworth --

Re: Locking while deleting

2000-11-13 Thread Todd Ashworth
instead of having to lock it all over the place. Also, moving the memory variable to a local one before use defeats the purpose of having the memory variable to begin with, so ... Guess I'll do a little rewriting :) Thanks. Todd Ashworth | Is it necessary to lock session variables while doing

Re: Doubled Headers

2000-11-13 Thread Todd Ashworth
Do you happen to leave this: !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" html head titleUntitled/title /head body /body /html in your Applcation.cfm? I know it's a silly question, but ... :) Todd Ashworth | Hi CFFolks, | | No this isn't about baseball. | | Situa

Re: Command Line Programs

2000-11-13 Thread Todd Ashworth
FEXECUTE /BODY /HTML Copyright © 1999, Allaire Corporation. All rights reserved. Todd Ashworth - Original Message - From: "Bill Poff" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, November 13, 2000 10:17 AM Subject: Command Line Programs | htmldivCa

Re: fusebox

2000-11-13 Thread Todd Ashworth
| I'd like to see the other methologies that are out there though, | | Thanks, | Gavin www.switch-box.org www.black-box.org Todd Ashworth Archives: http://www.mail-archive.com/cf-talk

Re: Security and SQL

2000-11-13 Thread Todd Ashworth
nastiness. Todd Ashworth | I pass a few values through URL variable that I use in where clauses in my | SQL. I want to prevent someone from passing malicious SQL through that | value. What are my options?? | | Kevin Schmidt | Internet Services Director | PWB Integrated Marketing

Re: Cflocation and Session.variable

2000-11-10 Thread Todd Ashworth
It is true that you can't set a cookie and use cflocation on the same page. You can, however, use session variables and cflocation together. Todd Ashworth - Original Message - From: "Gavin Myers" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, Novem

Re: Best Practices

2000-11-10 Thread Todd Ashworth
s own page and just include that page as needed. That way, you only need to go to one place to change the query ;) Todd Ashworth - Original Message - From: "Scott Wolf" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, November 10, 2000 9:09 AM Subject:

Studio Glitch - Losing Characters.

2000-11-10 Thread Todd Ashworth
like to find a way to fix it. Anyone have any ideas? Thanks! NT 4.0 SP 6.0 CF Studio 4.5a Todd Ashworth Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http

Re: CFX_NNTP

2000-11-10 Thread Todd Ashworth
is the data type of the field that you are inserting into? I just inserted values into my database with both "" and '', with no problems. Todd Ashworth Archives: http://www.mail-archive.c

Re: Hello. I'm looking for talented Photojournalists and Videographers. The event will be in

2000-11-10 Thread Todd Ashworth
Wow .. she's good. I don't think I could make that many broken links if I tried. heh Nothing like really good ColdFusion project experience to help you do it up right ;) Todd Ashworth - Original Message - From: "Peter Theobald" [EMAIL PROTECTED] To: "CF-Talk" [E

Re: Update Error

2000-11-09 Thread Todd Ashworth
Isn't FROM a reserved SQL word? from='#from#', Todd Ashworth - Original Message - From: "Simon Horwith" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, November 09, 2000 12:45 PM Subject: RE: Update Error | try replacing : cfif isdefined

Re: Update Error

2000-11-09 Thread Todd Ashworth
Or .. if you *must* use FROM for a field name, put it in " " Todd Ashworth | I recieved the following error and can not figure out how to fix it. My | query looks just like the rest of my other ones, but this one just doesn't | seem to work. Can you h

Re: New Fusebox Book

2000-11-09 Thread Todd Ashworth
Mine printed just fine. If you got your book from SecretAgents.com, you can go back there, log in, and download another copy and see if that will print. Todd Ashworth - Original Message - From: "Stephen Moretti" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent

Re: Update Error 2

2000-11-09 Thread Todd Ashworth
ying to do. This is in Sybase, but I assume it's the same for Access "from" = '#from#' Todd Ashworth - Original Message - From: "Jeremy Toevs" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, November 09, 2000 2:37 PM Subject: Update Error 2 Before

Re: File Vs Database?????????

2000-10-31 Thread Todd Ashworth
Access is a file based database anyway :) Besides, ColdFusion was *designed* to work with databases. Using one really is the best option. Todd Ashworth | OR if you don't have | MS Access, but that's fairly reasonably priced software IMHO. If you | can afford CFServer, then MS Access should

Re: What about Apache? (was Re: Zeus Web Server)

2000-10-25 Thread Todd Ashworth
to more info on these and using them with CF? Todd Ashworth Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send

Re: ColdFusion hosting

2000-10-25 Thread Todd Ashworth
Go here: http://www.atsontheweb.com/ATSServices.htm Todd Ashworth - Original Message - From: "Larry Juncker" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, October 25, 2000 9:24 AM Subject: RE: ColdFusion hosting | Robert; | | I went to look

Re: What about Apache? (was Re: Zeus Web Server)

2000-10-25 Thread Todd Ashworth
That's exactly what I was looking for. Thanks! Todd Ashworth - Original Message - From: "Stewart McGowan" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, October 25, 2000 9:52 AM Subject: RE: What about Apache? (was Re: Zeus Web Server)

Zeus Web Server

2000-10-24 Thread Todd Ashworth
Has anyone ever used, or worked with the Zeus web server software (www.zeus.co.uk)? I'm wondering if it will work with CF .. any opinions/guesses? Todd Ashworth Archives: http://www.mail

Re: Zeus Web Server

2000-10-24 Thread Todd Ashworth
Ugh! I feel like such a moron. I though I read that on the ISP-Webhosting mailing list. I really need to cut back ... Todd Ashworth - Original Message - From: "Cameron Childress" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday

What about Apache? (was Re: Zeus Web Server)

2000-10-24 Thread Todd Ashworth
? Todd Ashworth | Funny you should mention that - it was mentioned just a few messages ago. | | It should work with CF. It may not work well with CF, but it should work. | | CF can be used as a "traditional" CGI application, which can be used with | any web server available on the OSe

Re: steelblue

2000-10-19 Thread Todd Ashworth
I've never used it, but after reading through a description of its syntax and peeking at the Tag Reference, it seams a little more abstract that CF and a bit less full featured. I wouln't make a switch anytime soon :) Todd Ashworth | | Has anyone used steelblue? If so, what do you think

OT: IIS 4 Management Console MDAC 2.6

2000-10-16 Thread Todd Ashworth
2.5 worth upgrading for (as related to CF)? Todd Ashworth -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_ta

Re: pointing different domain names to different sub directories on the one server

2000-10-11 Thread Todd Ashworth
quot;./domain2" /CFCASE CFDEFAULTCASE CFLOCATION URL="./" /CFDEFAULTCASE /CFSWITCH Todd Ashworth - Original Message - From: "AustralianAccommodation.com Pty. Ltd." [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, October

Re: Between???

2000-10-09 Thread Todd Ashworth
I know that Sybase stores date fields as -mm-dd. If whatever database you are using does the same, then checking for mm,dd, isn't going to work, for example. Todd Ashworth - Original Message - From: "HappyToad.com" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PRO

Re: dynamically filling a calendar

2000-10-06 Thread Todd Ashworth
Yes, post it to the list please. I am in desperate need of something that does exactly that :) Todd Ashworth - Original Message - From: "Kevin Queen" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, October 06, 2000 10:38 AM Subject: RE: dynamicall

Re: Brain Buster

2000-10-05 Thread Todd Ashworth
cfoutputside_#id# = #Evaluate('side_#id#')#/cfoutputbr /cfloop Todd Ashworth | -Original Message- | From: [EMAIL PROTECTED] at INTERNET | Sent: Wednesday, October 04, 2000 11:02 AM | To: [EMAIL PROTECTED] at INTERNET | Subject: RE: Brain Buster | | I'm not completely clear o

Re: CFServer a memory leaker?

2000-10-02 Thread Todd Ashworth
When I upgraded studio to 4.5.1, my computer died a horrible, agonizing, low-memory death many times a day, even with 160 megs of RAM. I switched back to 4.5a and the problem wen away. I think there is a definite issue with Studio 4.5.1, Win98, and memory leaks. Todd Ashworth - Original

Re: Dave Watt's Alive well.....

2000-10-02 Thread Todd Ashworth
... and in the first ever cf_olympics, he takes the gold in the most-questions-answered-in-one-sitting event. Todd Ashworth - Original Message - From: "JustinMacCarthy" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 12:55 PM Subjec

Re: HeadHunters?

2000-09-29 Thread Todd Ashworth
We have been getting that *and* headhunters are also calling our company up trying to get us to hire people completely unrelated to anything we do. Go figure ... Todd Ashworth - Original Message - From: "Larry Juncker" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PRO

Re: CF Career Advice?

2000-09-26 Thread Todd Ashworth
similar, but where they might pay you a little something ;) I wish I had access to something like that when I started out .. just a thought. Todd Ashworth - Original Message - From: "Heath Lord" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, Septem

Weird prob with Application.cfm

2000-09-25 Thread Todd Ashworth
I have this code in 2 different Application.cfm files. cfif not IsDefined('Variables.CompanyName') cfscript Variables.CompanyName = "Janty.com"; Variables.DSN = "Janty2"; Variables.TempUploadPath = "D:\myvqf_uploaded_songs_temp"; Variables.DownloadPath =

Re: count() or recordcount

2000-09-06 Thread Todd Ashworth
In a direct comparison, I would think count() would be since it's run on the SQL server. Todd Ashworth - Original Message - From: "Bud" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 06, 2000 12:11 PM Subject: count() or recordcount | Which is faster? I'm

Re: CF not letting go of database connection?

2000-09-01 Thread Todd Ashworth
will have to restart every time a new query comes along, which adds about 1 second of overhead (YMMV). Todd Ashworth - Original Message - From: "Boris" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 31, 2000 1:20 PM Subject: CF not letting go of database co

Re: CF not letting go of database connection?

2000-09-01 Thread Todd Ashworth
e. Are you speaking in reference to SQL Server by any chance? Todd Ashworth - Original Message - From: "Andrew Scott" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 01, 2000 11:12 AM Subject: RE: CF not letting go of database connection? | I would like to say

Re: CF not letting go of database connection?

2000-09-01 Thread Todd Ashworth
p database". Put a check in that box and see if that helps. Todd Ashworth - Original Message - From: "Boris" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 01, 2000 10:15 AM Subject: FW: CF not letting go of database connection? | Yes, the database connect

Re: Has the Apocalypse cometh? (Was RE: CF vs. ASP)

2000-08-30 Thread Todd Ashworth
Me - Original Message - From: "Owens, Howard" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 30, 2000 8:22 PM Subject: RE: Has the Apocalypse cometh? (Was RE: CF vs. ASP) -Original Message- From: Gregory Harris [SMTP:[EMAIL PROTECTED]] Sent: Wednesday,

Re: HELP! - Cyber Cash AVS and Apartments

2000-08-29 Thread Todd Ashworth
I always used: 123 Main St. 321 but I've also seen 123-321 Main St. Todd Ashworth - Original Message - From: "Russel Madere" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 29, 2000 1:46 PM Subject: Re: HELP! - Cyber Cash AVS and Apartments | So, since ONC

Re: CFLOCK datasource var?

2000-08-29 Thread Todd Ashworth
wouldn't have to worry about locking at all. cfif not IsDefined('Variables.ds') cfset Variables.ds = "something_dev" /cfif Todd Ashworth - Original Message - From: "Ricq Pattay" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 29, 2000 4:42 PM Subject: C

Re: pictures on studio

2000-08-26 Thread Todd Ashworth
Yes. I can't get my CF Studio open to refresh my memory on the details right now, because the #%^@ thing keeps crashing on me, but there is an option to view thumbnails somewhere in one of the menu options. This will show you a small version of all of your image files, for the folder you are

Re: Session timeout?

2000-08-24 Thread Todd Ashworth
Sure .. you could do it with something like this: cflock scope="SESSION" timeout="30" type="READONLY" cfif not isdefined('Session.LoggedIn') cflocation url="../login.cfm" /cfif /cflock Todd Ashworth - Original Message - From

Re: IsDefined() Problem

2000-08-24 Thread Todd Ashworth
I would imagine that if you don't put quotes around the variable in your IsDefined(), ColdFusion will evaluate the variable and check to see if that is defined rather than the variable itself. If that's the case, I would assume it would always evaluate to true. Todd Ashworth - Original

Re: Combining Application.cfm with other CFINCLUDE's

2000-08-23 Thread Todd Ashworth
I'm thinking it has less to do with what is cfincluded and more to do with whatever is in your Application.cfm. Lots of people, myself included, build sites that are nothing but pages included in other pages. Maybe if you posted the contents of your Application.cfm ... ? Todd Ashworth

Re: Stuck at the NT Login box

2000-08-20 Thread Todd Ashworth
How do most people on here handle updating a database on a high traffic site? How do you handle replication of data between old and new versions of the database? How do you handle uploading the new database? Do you shut down the old one for a few minutes, thereby shutting the whole site down?

Uploading Databases

2000-08-20 Thread Todd Ashworth
Oops .. please forgive the mixed up subject on the last one. I'm running on only one Mt. Dew this morning ;) - Original Message - From: "Todd Ashworth" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 20, 2000 11:10 AM Subject: Re: Stuck at the NT Login box H

Re: Where did the CF Code dissappear?

2000-08-19 Thread Todd Ashworth
What you have is a variable inside of a variable. When you are doing your cfoutput you are only evaluating the first variable, which displays the second variable but doesn't evaluate it. Try: cfoutput #Evaluate(getheader.mainheader)# /cfoutput You might get an error about nested cfoutputs if

CF and Windows Media

2000-08-17 Thread Todd Ashworth
Has anyone here ever worked with CF and Windows Media for streaming audio/video? I can get the streaming to work fine. What I would like to do is use a CF web interface to take media uploaded to a folder and encode it in Windows Media format so that it can be streamed on demand. I have a

Re: Studio 4.5.1 messing up my code

2000-08-16 Thread Todd Ashworth
Do you not get the warning about Design View messing up your code formatting when switching back and forth between Design View? My advice is not to use it :) Todd Ashworth - Original Message - From: "Kronenberger, Douglas" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesd

Re: Something that will work like onblur with CFINPUT

2000-08-16 Thread Todd Ashworth
ve* to use cfinput to assign a database derived value to a text box. You can do it with a simple input tag as well. Todd Ashworth - Original Message - From: "Kim Ahlbrandt" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 16, 2000 10:59 AM Subject: Something that will work

Re: Dynamic GIGs/JPEGs

2000-08-15 Thread Todd Ashworth
| What are my options for the Subject? | | That is, displaying a set sequence | of GIFs/JPEGs? If you are talking about having the images switch while someone is sitting on the page, either through user interaction or automatically, you can find some JavaScript routines that do that at

Re: 4.5.1 memory leak? is this really a leak we are talking abou t ?

2000-08-15 Thread Todd Ashworth
Odd .. I don't have this problem with my setup. I use NT4.0 with 256 megs of RAM at work and Win98 with only 128. In my case, CF crashes about 3-5 times a week at work and 1-2 at home ... and I leave my CF Studio at home running 24/7, usually only shutting it down when it crashes. My NT

Re: Browser / desktop resolution

2000-08-14 Thread Todd Ashworth
What have you tried?? Ever looked into JavaScript?? I am going to be frank and apologize to everyone for this. I have been watching this list for 2 weeks and the mass of amounts of email being sent on a daily basis is annoying. There are some really good subjects in some of them but

Re: Newbie: Sessions

2000-08-11 Thread Todd Ashworth
quot; cflocation url="../login.cfm" /cfif !--- --- This application.cfm includes all of the attributes of the root application.cfm, but also checks for your session variable and redirects if it is expired, not created, etc. Todd Ashworth - Original Message - From: &q

Re: CF Query Problem with Session Variables

2000-08-11 Thread Todd Ashworth
P.S. Jeremy, don't forget to cflock those session variables ;) Todd Ashworth - Original Message - From: "Ricq Pattay" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 11, 2000 11:24 AM Subject: Re: CF Query Problem with Session Variables | Try: | | cfset sessi

Re: cfouput

2000-08-04 Thread Todd Ashworth
able_stuff# cfoutput query="qry2" #more_variable_stuff# /cfoutput /cfoutput In this case, do something like this: cfoutput #qry1.variable_stuff# #qry2.more_variable_stuff# /cfoutput If you need to show all the stuff in the queries, set up cfloops accordingly. Todd Ashw

Re: (syntax) variable naming conventions

2000-08-04 Thread Todd Ashworth
variables, instead of trying to look for each individual variable name. It's just easier for me in the long run. Todd Ashworth - Original Message - From: "Michael Dinowitz" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 04, 2000 12:46 PM Subject: (syntax) varia

Re: Allaire security problem - anyone know solution?

2000-08-03 Thread Todd Ashworth
It works with ALL .cfm files for me (on the servers I don't have updated yet anyway). On some, you don't even have to view source. It just dumps the cfoutput stuff right to the screen . Todd - Original Message - From: "Dan Haley" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

Re: Help! (2)

2000-08-02 Thread Todd Ashworth
You can only select 1 distinct field. Pick 1 field that you want to be distinct and SELECT DISTINCT(that_field), other_field, other_field2, etc FROM table Be careful which field you select distinctly. Todd Ashworth - Original Message - From: "aslam bajaria" [EMAIL

Getting file attributes *before* upload: Was (Re: Help! (2))

2000-08-02 Thread Todd Ashworth
and don't want to waste the bandwidth uploading the stuff if the person is just going to have to do it again because some attributes aren't quite right. I've found one that does exactly what I need, but it does it after the file has been uploaded. Anyone? Thanks. Todd Ashworth - Original

Re: Forcing Upper Case

2000-08-01 Thread Todd Ashworth
You mean change it to upper-case before putting it in the database, or whatever? #UCase(Form.txtField)# Todd Ashworth - Original Message - From: "Ray, James A" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 01, 2000 1:40 PM Subject: Forcing Upper Case | Is t

[Error message] %$@*#@ Netscape

2000-07-31 Thread Todd Ashworth
n Netscape 4.08 and all 4.x and 5.x versions of IE. Upgrading the browser isn't an option, since this is a 'local' internet app and 1/2 the population in the area is using the 4.04 version. Anyone have a clue? Tod

Re: login verification problem

2000-07-31 Thread Todd Ashworth
For starters, this statement evaluates to true, even if you put total junk in the text fields: "cfif Password IS Password AND LoginName IS LoginName" so as far as the template is concerned, the person logged in. So, it displays the info, just minus the actual details because the query will

Re: substituting variables in a variable

2000-07-27 Thread Todd Ashworth
ut #test1#br #test2#br #Evaluate(test2)# /cfoutput If you simply cfoutput test2, then you get '#test1#', but if you evaluate it, you get 'Bob', which, I believe, is what you are after. Todd Ashworth | SNIP | I am trying to set up a mail system that can grab text from a database and | in

Re: substituting variables in a variable

2000-07-26 Thread Todd Ashworth
You were able to evaluate a variable within a variable? Todd Ashworth - Original Message - From: "Dave Hannum" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 26, 2000 12:38 PM Subject: Re: substituting variables in a variable | Where is #first_name# coming f

Re: Question about Multiple Order By

2000-07-24 Thread Todd Ashworth
ORDER BY field1, field2, field3, etc. Todd Ashworth - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 24, 2000 4:00 PM Subject: Question about Multiple Order By | Ok, can i do this? I mean i want to order by name first, then i want to | orderby

Re: CF and FreeBSD

2000-07-21 Thread Todd Ashworth
be an interesting weekend project. By the by, melting ice cream is indeed a sad thing. You have to eat it faster and then you have none left sooner .. and there's nothing sadder than not having any ice cream, melted or otherwise. Todd Ashworth - Original Message - From: "Jennifer&qu

Re: Mail from fusionauthority.com

2000-07-20 Thread Todd Ashworth
chine. You can still access the list using this address instead. [EMAIL PROTECTED] Todd Ashworth - Original Message - From: "Jeff Beer" [EMAIL PROTECTED] To: "Cf-Talk@Houseoffusion. Com" [EMAIL PROTECTED] Sent: Thursday, July 20, 2000 10:53 AM Subject: Mail from

Re: Application.cfm... whats that ?

2000-07-14 Thread Todd Ashworth
page. Then I got creative and put all that stuff in a file and cfincluded it at the top of every page. Boy, I thought I was being slick. Now I just look back and shake my head ... Todd Ashworth - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 14, 2000

<    1   2   3   4   5   >