RE: IsDefined('') v. cfset

2001-04-11 Thread Will Swain
Yup, CFPARAMs in your application.cfm file will 'set' empty variables, which you can fill later. That way, you don't need to check for their existence, just see what they are. Cheers Will -Original Message- From: Bob Silverberg [mailto:[EMAIL PROTECTED]] Sent: 11 April 2001 15:29 To:

RE: IsDefined('') v. cfset

2001-04-12 Thread Will Swain
Subject: RE: IsDefined('') v. cfset So would cfparam be cheaper than just doing a cfset anyway - say for an Application variable whose value is constant? -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 11 April 2001 17:27 To: CF-Talk Subject: RE: IsDefined('') v. cfset

RE: EAetheif

2001-04-18 Thread Will Swain
Why don't you check to see if it put a cookie on your machine? Have a look at the cookie. Try deleting it then return to the site and see what happens. I would bet it was a cookie. Will -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: 12 April 2001 23:06 To:

FW: Dates suddenly formatting incorrectly.

2001-04-20 Thread Will Swain
g the date line to this: cfset festdate = #CreateODBCDate(#DateFormat("#Form.festdate#", "dd/mm/yy")#)# and the date 26/05/01 became 05/01/26!! Now I'm really confused, and whilst I'm sure one of you guys will take one look at this and

RE: Dates suddenly formatting incorrectly.

2001-04-20 Thread Will Swain
it how you want... -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 20 April 2001 11:47 To: CF-Talk Subject: FW: Dates suddenly formatting incorrectly. Hi all, Strange one this, it has me totally perplexed on this Friday morning. I have several sites which

OT Javascript question

2001-04-20 Thread Will Swain
Hi, Does anyone know if it is possible to capture key strokes with javascript. In other words, can I create a onReturn event which fires when the user hits the return button on their keyboard? Cheers Will Swain Hot Horse Ltd ~~ Structure

CSV Error

2001-04-24 Thread Will Swain
it in Excel it tells me that: SYLK: File Format Not valid I have had a look at the csv file, and compared it to one that I know definetly works, and I can't see a difference. Anyone know what this error means?? TIA Will Swain Hot Horse Ltd ~~ Structure

RE: CSV Error

2001-04-24 Thread Will Swain
Its Ok, I've answered my own question: This error is caused when the csv file starts with 'ID'. To solve it, change to something else or remove ID Cheers Will -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 24 April 2001 10:14 To: CF-Talk Subject: CSV Error Hi

data nonsense

2001-04-24 Thread Will Swain
. TIA Will Swain ~~ 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: data nonsense

2001-04-24 Thread Will Swain
Micheal, That generates an error. There is an extra at the end, and you cannot have commas inside the CreateODBCDate statement, as it only takes one argument. This doesn't generate an error: cfset deldate = #CreateODBCDate(#form.year#/#form.month#/#form.day#)# However, when this date is

RE: data nonsense

2001-04-24 Thread Will Swain
-Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 24 April 2001 12:10 To: CF-Talk Subject: data nonsense Hi all, Having this problem with dates which I mentioned before, but no-one seemed to be able to help. Basically, I have an order form , which has a day

RE: data nonsense

2001-04-24 Thread Will Swain
it was trying to ODBCDateFormat the date twice. Is that likely to cause problems?? I have taken out the second bit of code, as mentioned above, and, touch wood, it all seems tobe working again. Many thanks to everyone who made a suggestion. Cheers guys Will -Original Message- From: Will Swain

RE: CSV Error

2001-04-24 Thread Will Swain
, and compared it to one that I know definetly works, and I can't see a difference. Anyone know what this error means?? TIA Will Swain Hot Horse Ltd ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

RE: CSV Error

2001-04-24 Thread Will Swain
it to lowercase -- a lowercase 'id' is allowed. Dain Anderson Caretaker, CF Comet http://www.cfcomet.com/ - Original Message - From: Will Swain [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 5:13 AM Subject: CSV Error Hi all, I am trying to generate a CSV

slightly OT ADO vs DAO

2001-04-26 Thread Will Swain
Hi all, I know this is slightly OT, but I wanted to get peoples opinions about ADO vs DAO in ACCESS2000. It's not something I'd looked at before to be honest, so was looking for general feedback, info on each etc, TIA Will ~~ Structure your

RE: slightly OT ADO vs DAO

2001-04-26 Thread Will Swain
. Please notify us on +44 (0)207 387 8890. -Original Message- From: DeVoil, Nick [mailto:[EMAIL PROTECTED]] Sent: 26 April 2001 10:58 To: CF-Talk Subject: RE: slightly OT ADO vs DAO DAO is a dead-end. ADO is more future-proof. Nick -Original Message- From: Will Swain [mailto

RE: slightly OT ADO vs DAO

2001-04-26 Thread Will Swain
prohibited without our authority. If you are not the intended recipient, you are not authorised to disclose, copy, distribute, or retain this message. Please notify us on +44 (0)207 387 8890. -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 26 April 2001 14:30 To: CF

RE: slightly OT ADO vs DAO

2001-04-26 Thread Will Swain
to disclose, copy, distribute, or retain this message. Please notify us on +44 (0)207 387 8890. -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 26 April 2001 15:10 To: CF-Talk Subject: RE: slightly OT ADO vs DAO Cheers Andy, Its just I'm writing some VBA and gettings

RE: New CF5 Partner Hosting License

2001-04-27 Thread Will Swain
I think it just went to hosting partners. I didn't get one either. It will be interesting to see how this pans out. After all, CF5 is just a stepping stone to Neo isn't it? Surely if they hike the pricing model too high, no-one will pick up CF5 when there is a MAJOR new release round the corner.

RE: slightly OT ADO vs DAO

2001-04-27 Thread Will Swain
I've figured out why I was getting the errors. I had references for both DAO and ADO installed, and my DAO code was kicking up data type mismatch errors and stuff like that. Unchecked the ADO reference and everything worked a treat. So it would seem that you can't use both at the same time??

query error

2001-05-14 Thread Will Swain
Hello, Must be having a brain spasm todayI am getting this error message: Message: ODBC Error Code = S1000 (General error) Error Code: -3035 SQL State: S1000 Detail: [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. SQL = INSERT INTO tbl_threads (operaID,

RE: query error

2001-05-14 Thread Will Swain
of the Query? Jason Lees National Express Email : [EMAIL PROTECTED] -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 14 May 2001 11:36 To: CF-Talk Subject: query error Hello, Must be having a brain spasm todayI am getting this error message: Message: ODBC Error

RE: query error

2001-05-14 Thread Will Swain
,, everyone is not everyone Cheers Will -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 14 May 2001 12:36 To: CF-Talk Subject: query error Hello, Must be having a brain spasm todayI am getting this error message: Message: ODBC Error Code = S1000 (General error

profanity checker

2001-05-18 Thread Will Swain
Hi all, I posted this a few days ago, and was directed towards some custom tags, but none of them seem to work exactly how I want them, and I would like to come up with something myself. I have a Access db table which contains a list of badwords, and 3 ratings for each. The administrator sets

RE: profanity checker

2001-05-18 Thread Will Swain
Thanks Raymond, I will look at that regular expression, as I can see it being a loophole, people putting spaces between letters. Like your choice for a bad word!! Cheers Will -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: 18 May 2001 13:22 To: CF-Talk

RE: profanity checker

2001-05-18 Thread Will Swain
#, #getprofanities.rate1#, ALL) /cfloop -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 5:22 AM To: CF-Talk Subject: profanity checker Hi all, I posted this a few days ago, and was directed towards some custom tags, but none of them seem to work

RE: cfcatch and email

2001-05-22 Thread Will Swain
I have this on all my cf pages, and it works fine. Amend it to suit your own requirements. There are a few APPLICATION variables that I set in the Application.cfm file, so I can put this code in my standard template: !--- Open with a cftry for structured error handling --- cftry All your code

SLightly OT - a time formula

2001-05-22 Thread Will Swain
Hi all, This is slightly OT, but refers to a cf project so I guess it is relevant in a way. Does anyone know a formula for calculating time. I have numbers of minutes, and need to calculate the time in hours and minutes from these. For example, I have the figure of 400 minutes. I need to

RE: SLightly OT - a time formula

2001-05-22 Thread Will Swain
formula Try this cfset Hours=int(totalMins/60) cfset Minutes=totalMins Mod 60 Therefore with 400 Mins you get Hours=int(400/60)=6 Mins=400 Mod 6= 40 Back Calc = (6*60)+40=360+40=400 Jason Lees National Express Email : [EMAIL PROTECTED] -Original Message- From: Will Swain [mailto:[EMAIL

RE: SLightly OT - a time formula

2001-05-22 Thread Will Swain
minutes = time mod 60 cfoutput#hours# hours and #minutes# minutes./cfoutput - Original Message - From: Will Swain Hi all, This is slightly OT, but refers to a cf project so I guess it is relevant in a way. Does anyone know a formula for calculating time. I have numbers of minutes, and need

RE: profanity checker

2001-05-22 Thread Will Swain
ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 10:09 AM To: CF-Talk Subject: RE: profanity checker Thanks Raymond, I will look at that regular expression, as I can see it being

RE: profanity checker

2001-05-22 Thread Will Swain
Developer Extraordinaire -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 10:09 AM To: CF-Talk Subject: RE: profanity checker Thanks Raymond, I will look at that regular expression, as I can see it being a loophole, people putting spaces between

RE: lfcurrencyformat

2001-05-30 Thread Will Swain
Hi Mary Lou, I have had a similar problem with this function. The locale of the server was certainly set to English UK yet it was formatting amounts with a dollar sign. This was on a w2k server. Are you on one too? In the end I gave up trying to use it and just used DecimalFormat and put a £

RE: turning off automatic carriage-return insertion in CF Studio

2001-05-30 Thread Will Swain
Hi Jason, Are you talking about word wrap? If so, try options/word wrap, or look for the word wrap icon to the left of the coding area (or whatever the technical term is!!!) Cheers Will -Original Message- From: Jason Blum [mailto:[EMAIL PROTECTED]] Sent: 30 May 2001 14:52 To: CF-Talk

security etc

2001-06-05 Thread Will Swain
Hello all, I was just wondering what everyones thoughts were on secure enviroments for online payments solutions? Where would you keep a database that was holding secure credit card information? Is SSL secure enough? Would you have a firewall, or is this even possible? Would you encrypt the

profanity checker(again)

2001-06-06 Thread Will Swain
Hi all, I emailed the list regarding this a few weeks ago, but an interesting problem has now come up. I have some code that pulls a list of profanities from a db table, then checks them against a form feild submitted by a user. Any words that match are asterisked out. All well and good. But,

RE: profanity checker(again)

2001-06-07 Thread Will Swain
] Phone: 714-547-5386 http://www.fusioneers.com http://www.warrick.net -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 5:56 AM To: CF-Talk Subject: profanity checker(again) Hi all, I emailed the list

RE: profanity checker(again)

2001-06-08 Thread Will Swain
will have the information you need (regular expressions originated in the UNIX world). Good luck, Kevin -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 10:56 PM To: CF-Talk Subject: profanity checker(again) Hi all, I emailed the list

RE: Date format of field

2001-03-21 Thread Will Swain
cfoutput#DateFormat(yourdate, "mm/dd/")#/cfoutput will output a date formatted mm/dd/ Cheers Will - Original Message - From: "Michael" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 9:24 AM Subject: Date format of field I have the

RE: Anybody seen this before?

2001-03-22 Thread Will Swain
This is definitely a registry error. I have seen it before. Stop storing your client variables in your registry. The registry has reached its limit. I would NOT recommend increasing the size of your registry, as this will not solve the problem long term. You MUST sort this out soon, otherwise

RE: CFApplication Error

2001-04-02 Thread Will Swain
Cami, This is a windows error caused by your registry being/getting too full. I would stop storing client variables there (I assume you are as this is what normally causes the registry to overload) This is something I would sort out as a matter of urgency. An overloaded registry can cuase your

RE: limitations of Access

2001-04-04 Thread Will Swain
As I understand it, look at it this way. CF maintains an open connection with the db. It is the one user, in effect, and manages requests for data from users. Look in the folder where you store your mdb's. When CF is accessing one of them, you will see a .ldb file there too. I would say that

RE: Please Help

2001-04-04 Thread Will Swain
I like that suggestion. It's naughty, but makes sense!! ;) Will -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED]] Sent: 04 April 2001 13:27 To: CF-Talk Subject: Re: Please Help ..use cfform. Call the page in your browser then view source. You will see all the

encrypt/decrypt

2001-04-05 Thread Will Swain
) This is the code on another page that encrypts the values: cfset numberkey = "eagles" cfset namekey = "selhurst" cfset encryptednumber = encrypt(value_number, numberkey) cfset encryptedname = encrypt(value_name, namekey) Any

RE: encrypt/decrypt

2001-04-09 Thread Will Swain
Cfcatch type="any" cfset DecryptOK = false /cfcatch /cftry cfif DecryptOk CfoutputThe secret word is: #Secret#/cfoutput cfelse cfoutputSomething broke.../cfoutput /cfif Hope that's helpful. Best regards, Zac Bedell -Original Message-

RE: encrypt/decrypt

2001-04-09 Thread Will Swain
. Maybe you have to execute a ToString function on the number before you pass it to ENCRYPT. Hope that helps, Dimo Michailov Certified Cold Fusion 4.5 Web Developer USA-IT, Inc. [EMAIL PROTECTED] -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: CF5 Pro SN

2001-09-03 Thread Will Swain
Yup...you and me both Thomas!! -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: 03 September 2001 10:43 To: CF-Talk Subject: RE: CF5 Pro SN I doubt it was an honest mistake with a user name of warez. Although, as I just got mailed by Macroaire about

RE: CF5 Pro SN

2001-09-03 Thread Will Swain
lol.but have MM?? -Original Message- From: Neil Clark [mailto:[EMAIL PROTECTED]] Sent: 03 September 2001 11:36 To: CF-Talk Subject: RE: CF5 Pro SN I think you misunderstood the use of the word fleece :-) ~~ Structure your

putting values from an array into cfgraph? - double post

2001-09-05 Thread Will Swain
, and can anyone indicate how I might go about doing this? Cheers Will Swain ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk

RE: putting values from an array into cfgraph? - double post

2001-09-05 Thread Will Swain
from=1 to=#ArrayLen(countArray)# cfgraphdata item=#countArray[storycount].story# value=#countArray[storycount].downloads# /cfloop /cfgraph Cheers Will -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 05 September 2001 11:50 To: CF-Talk Subject: putting values

RE: putting values from an array into cfgraph? - double post

2001-09-05 Thread Will Swain
a guy doing something similar counting .gifs viewed but don't remember the link. Perhaps he will pipe up later in the day. Ann -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 5:50 AM To: CF-Talk Subject: putting values from an array

sorting within date range

2001-09-05 Thread Will Swain
, and the query just pulls out all instances if I have only entered a start date and none if I enter a start and an end date. Either way it's not working. Any suggestions? Cheers Will Swain ~~ Your ad could be here. Monies from ads go to support

RE: putting values from an array into cfgraph? - double post

2001-09-07 Thread Will Swain
- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 5:50 AM To: CF-Talk Subject: putting values from an array into cfgraph? - double post Hi guys I have a two dimensional array that holds the name of a file, and the number of times it has been

RE: CF and Exchange Servers

2001-09-07 Thread Will Swain
is an excellent resource. However, I don't know that it's what he wants, since it's unlikely that they're running Outlook on the server. --- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001

flash uitoolkit

2001-09-07 Thread Will Swain
of (CFINCLUDE), occupying document position (66:1) to (66:81) in the template file C:\CFUSION\CustomTags\componentkittags\uicalendar.cfm Cheers Will Swain ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources

java applets for downloading files

2001-09-07 Thread Will Swain
Hi, I've heard people talk about using java applets to download files. Can any of you recommend one? Cheers Will Swain ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ

doublepost: odbc error

2001-10-18 Thread Will Swain
What does this mean? Message:ODBC Error Code = S1000 (General error) Error Code: -1808 SQL State: S1000 Detail: [Microsoft][ODBC Microsoft Access Driver] Not enough space on disk. Cheers Will ~~

doublepost: session timeouts

2001-10-18 Thread Will Swain
Hi all, Brain fart this morning!! The sessiontimeout value in CFapplication. If this is set to say, 10 minutes, does that mean the session times out after 10 minutes of inactivity, or 10 minutes after it started? Cheers Will ~~ Get the

problem downloading .exe file (double post)

2001-10-21 Thread Will Swain
Hi all, I am having a problem setting up a link to download a .exe file. I have a page with a link to the file like so: a href=screens_pc/screensaver.exedownload/a but when I click on it and try to download I get the following message: File download of [screensaver.exe] was not completed

cfmail problem: double post

2001-10-23 Thread Will Swain
Hi all, Having a strange problem with cfmail that I persoanlly haven't noticed before. I am sending out an email like so: cfmail from=#fromaddress# to=#Form.friends_email# subject=Screen Saver recommendation from #getuserdetails.name# Hello #Form.friends_name#, Please visit

RE: problem downloading .exe file (double post)

2001-10-24 Thread Will Swain
Thanks Dave, Not sure what is going on with the list, but I sent that mail sometime on thursday. Anyway, I have zipped the files and am offering them for download like that, which makes them smaller and easier to download, obviously, and gets round the problem. Cheers Will -Original

RE: Access Question

2001-10-24 Thread Will Swain
you could try ensuring that Access reads this as a date by using ODBCDateFormat. Also check that message_date is a date field in your db. Cheers Will -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED]] Sent: 19 October 2001 01:45 To: CF-Talk Subject: Access Question I

RE: cfmail and more than 1 cc problem

2001-10-25 Thread Will Swain
should the cc addresses be separated by a ; not a comma? they certainly need to be when I add more than one to outlook when wending a mail. HTH Will -Original Message- From: Seamus Campbell [mailto:[EMAIL PROTECTED]] Sent: 25 October 2001 10:20 To: CF-Talk Subject: cfmail and more

RE: cfmail and more than 1 cc problem

2001-10-25 Thread Will Swain
my bad, you are absolutely right. just tried it with the commas too and it works fine for me. -Original Message- From: Mark Smyth [mailto:[EMAIL PROTECTED]] Sent: 25 October 2001 10:45 To: CF-Talk Subject: RE: cfmail and more than 1 cc problem hi no the commas are the correct

RE: How do I check to see if cookies exist

2001-10-25 Thread Will Swain
try setting one then check for its existence. This should tell you if the browser is allowing cookies. HTH Will -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: 25 October 2001 16:19 To: CF-Talk Subject: How do I check to see if cookies exist I am

actinic - experiences

2001-10-31 Thread Will Swain
Hi all, Anyone used actinic catalogue in the past? Any feedback on it? A client wants me to quote for using it to build them an e-comm site. I'd rather do the whole thing in CF and custom it to their requirements, but of course they only want to spend 10p and some sand, and actinic is one of

RE: New Fig Leaf Class Being Offered!!

2001-11-15 Thread Will Swain
what a shame. not sure i can justify a trip to the states for a one day course, as good as it may be. cheers will -Original Message- From: Simon Horwith [mailto:[EMAIL PROTECTED]] Sent: 15 November 2001 15:15 To: CF-Talk Subject: New Fig Leaf Class Being Offered!! NEW COURSE FROM FIG

RE: How to tell if a number is a multiple of 3?

2001-11-20 Thread Will Swain
divide by 3 and see if the result is a whole number? will -Original Message- From: Melanie Maddix [mailto:[EMAIL PROTECTED]] Sent: 20 November 2001 14:34 To: CF-Talk Subject: How to tell if a number is a multiple of 3? Hello, I am trying to figure out how to use CF code to determine

RE: New Toolkit for Integrating Flash and CF

2001-11-27 Thread Will Swain
sounds great, but I get a 404 error when I try to download it at this location: http://devex.allaire.com/developer/gallery/info.cfm?ID=5A13944C-E10A-11D5-83 F700508B94F85Amethod=Download Cheers Will -Original Message- From: Phil Costa [mailto:[EMAIL PROTECTED]] Sent: 26 November

RE: New Toolkit for Integrating Flash and CF

2001-11-27 Thread Will Swain
+, Will Swain wrote: sounds great, but I get a 404 error when I try to download it at this location: Hit back, hit download again. There's a borked server @Allaire/Macromedia that does this from time to time in the DevEx. .D --- Kill a spammer for Jesus! (...slowly, with a nail-gun

RE: Windows NT error #1450 occurred.

2001-11-28 Thread Will Swain
that or the registry is full, which is the other situation where I have seen this error. Are you storing client variables in the registry? If so, that's probably what it is. will -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: 28 November 2001 15:27 To: CF-Talk

multilingual dynamic sites, particularly hindi

2001-12-04 Thread Will Swain
Hello all, Just a general question really. We have been asked by a client to quote for building a multilingual website, with versions in a number of European languages, plus Hindi, and possibly Japanese. I have never done any multilingual work, so can anyone out there give me some pointers on

RE: multilingual dynamic sites, particularly hindi

2001-12-04 Thread Will Swain
Thanks Paul, that is all very useful. The DB will be sqlserver 2k so no probs there. I guess the main thing is the font, and installing it on the users system if they dont have it? cheers will -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED]] Sent: 04 December 2001

RE: multilingual dynamic sites, particularly hindi

2001-12-04 Thread Will Swain
I'm with you Paul. Content will be provided to us, which makes that side of it a lot easier, so I think we should be abl;e to do thi9s. Thanks a lot for your help. will -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED]] Sent: 04 December 2001 12:06 To: CF-Talk Subject:

RE: anyone with a mac out there?

2001-12-04 Thread Will Swain
sure...whats the url...? -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: 04 December 2001 15:24 To: CF-Talk Subject: anyone with a mac out there? We are finishing up a Cold Fusion site for a client and the client swears it doesn't work on someone's MAC...

RE: Hi

2001-12-05 Thread Will Swain
lol -Original Message- From: Zac Belado [mailto:[EMAIL PROTECTED]] Sent: 05 December 2001 15:48 To: CF-Talk Subject: RE: Hi Ok, rather then complain about such email(s) (btw, i never recieved any attachments so I assume they are stripped before being sent out to the group) here are

RE: Hi

2001-12-05 Thread Will Swain
Quite. Although virus protection is the second level of protection. why do people still open attachments before knowing their source? Common sense is the first level. w -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED]] Sent: 05 December 2001 15:48 To: CF-Talk

RE: Hi

2001-12-05 Thread Will Swain
Sure, but presumably vulnerabilities exist in more or less all software? The desire to crack them is that much greater in the case of MS for several reasons: 1) Market saturation. So many people use these products that it may be more 'beneficial' to crack them. 2) Hatred of M$ and what it stands

RE: Anyone else get solicited? FW: CFX ImageCR

2001-12-10 Thread Will Swain
No. but i agree that that is pretty poor form, and i wouldn't be happy if they had emailed this to me. will -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent: 10 December 2001 18:11 To: CF-Talk Subject: Anyone else get solicited? FW: CFX ImageCR Did anyone else

RE: newbie question

2001-06-14 Thread Will Swain
Select Allaire FTP RDS in the file browser within Studio, then right click on the RDS and select 'delete' Hope that helps Will -Original Message- From: Burns, Iain (CTO) [mailto:[EMAIL PROTECTED]] Sent: 14 June 2001 15:00 To: CF-Talk Subject: newbie question How do I delete invalid

RE: Shanje's broken? Anyone know?

2001-06-19 Thread Will Swain
Don't think you need to send the same thing three times!!! -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED]] Sent: 18 June 2001 01:42 To: CF-Talk Subject: Shanje's broken? Anyone know? A client of mine has a site at Shanje, and he's written to me telling me that his site's

FW: strange errors with form fields not getting passed

2001-06-19 Thread Will Swain
I posted this yesterday, and Raymond said he thought it might be a netscape 6 bug. Sadly though, it's not, as the client is using IE5. Could there be a problem with server memory or something like that which would cause this to happen. It worked fine yesterday, but today the client is having

auto downloading

2001-06-21 Thread Will Swain
Hi guys, I am writing an application that allows a user to download pdf's or word docs. They enter their membership details, and once authorised select what type of a particular document they want to download. I would like the download process to start automatically as soon as they make this

locale settings on w2k

2001-06-25 Thread Will Swain
Hi all, This has happened to me a couple of times, and I'm sure it is due to the locale settings in w2k server, but my host is telling me that the locales are set correctly to the uk. When I use LSCurrencyFormat it is decimal formatting numbers but adding a $ dollar sign, not a £ pound sign.

RE: testing - is list working?

2001-07-04 Thread Will Swain
Seems to be, I have received nearly 400 mails from it today. Talk about from the sublime to the ridiculous -Original Message- From: Stephen Hait [mailto:[EMAIL PROTECTED]] Sent: 30 June 2001 15:40 To: CF-Talk Subject: testing - is list working? no mail from list in over a week - is

RE: Re: CaNameingAdapter and ntConsoleJava.e

2001-07-04 Thread Will Swain
I have only just started re receiving mails from the last, and guess that this is the end of a discussion. I have a machine at home that I installed an eval version of CF5 server on. It is running W2K professional. ntConsoleJava.e uses 99% of my resources. Intersetingly, there are two instances

RE: CFAnyWhere or CF on CD

2001-07-13 Thread Will Swain
Neo is the code name for CF6, which will have a java base, hence the cross platform -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: 13 July 2001 14:43 To: CF-Talk Subject: RE: CFAnyWhere or CF on CD What is Neo? It would be nice to have an Access DB hooked up and

resource for re's

2001-07-16 Thread Will Swain
Hi all, Sure this has been done before, but can anyone recommend a good url for learning about regular expressions?? Thanks Will ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: resource for re's

2001-07-16 Thread Will Swain
Hinojosa [EMAIL PROTECTED] 972.243.4343 x7446 -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 6:51 AM To: CF-Talk Subject: resource for re's Hi all, Sure this has been done before, but can anyone recommend a good url for learning about regular

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Will Swain
If I remember correctly, Error 1450 could mean that your registry is full, or near to full. You should either increase the maximum size of the registry, or possibly stop storing client variables in it. I would recommend that you do this quite quickly, as if the registry gets too big your server

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Will Swain
it on another pc that hasn't visited the site before, or clear all the cookies of your pc to check, and you should find that error on those machines too!! HTH Will -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 09:40 To: CF-Talk Subject: RE: Windows NT error

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Will Swain
Will Swain wrote: If I remember correctly, Error 1450 could mean that your registry is full, or near to full. No. It simply means out of resources. If the error occurs when accessing the registry (using a cfapplication tag with clientmanagement enabled) it usually points to a full registry

RE: IIS hack (was: CF Hack)

2001-07-17 Thread Will Swain
Seems a reasonable point. W -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 14:39 To: CF-Talk Subject: RE: IIS hack (was: CF Hack) It would be a better world if web server administrators would simply follow IIS installation best practices. (Insert

ot: motherboards and RAM

2001-07-17 Thread Will Swain
Totally OT, so apologies. I notice that alot of people talk about having 1GB RAM. Well, I bought 512Mb more today, went to fit it, and then, after lots of muckinf about, discovered that my motherboard only supportd upto 512MB RAM. Is this normal? Is my only way around this to buy a new

RE: motherboards and RAM

2001-07-18 Thread Will Swain
, which I certainly will not be scrimping on. Of course, the other option is to buy a new. specially spec'd, machine, but I think that may be overkill at the moment. Anyway, thanks again for your reply Will Swain Hot Horse Ltd e: [EMAIL PROTECTED] t: 01273 675375 http://www.hothorse.com

RE: motherboards and RAM

2001-07-18 Thread Will Swain
Hehe...thanks Rich :) Will -Original Message- From: Rich Tretola [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 21:07 To: CF-Talk Subject: RE: motherboards and RAM You need a new board. Rich -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17

RE: An official Apology

2001-07-18 Thread Will Swain
I leave the office for one day, come back, and all hell has broken loose Politics, on a CF list? Wow W -Original Message- From: Brandon Wood [mailto:[EMAIL PROTECTED]] Sent: 18 July 2001 16:30 To: CF-Talk Subject: Re: An official Apology I don't know if it is just me, but did

cross-posting: data type mismatch

2001-07-19 Thread Will Swain
an ODBC Error Code = 22003 (Numeric value out of range) [Microsoft][ODBC Microsoft Access Driver]Numeric value out of range (null) Any ideas people?? Will Swain Hot Horse Ltd http://www.hothorse.com e: [EMAIL PROTECTED] t: 01273 675375

RE: cross-posting: data type mismatch

2001-07-19 Thread Will Swain
a, of course!!! any suggestions as to what i can use instead? cheers Will -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 11:49 To: CF-Talk Subject: RE: cross-posting: data type mismatch Doesnt INTERGER 4 mean only intergers of length 4

RE: Is this list monitored?

2001-07-19 Thread Will Swain
Jeez.some of you people are far too highly strung. The guy apologised. I've never seen a post like it before on this list, and it was only his opinion. And at the end of the day, you can moderate your self. If you don't like the sound of a topic, don't read it. Nowcan we get back to

  1   2   3   4   5   6   >