getLocale() is always English

2006-06-27 Thread Aidan Whitehall
Is there a way of getting a localised version of the string returned by GetLocale()? i.e. kinda like LSGetLocale() which would return the Spanish for Spanish (Standard) if the locale had first been set to that. Thanks -- Aidan Whitehall

Re: getLocale() is always English

2006-06-27 Thread Aidan Whitehall
Ah, then he is out of luck I believe On our current version, yeah. However, I've just installed CFMX 7... and looks like they've introduced getLocaleDisplayName() to solve exactly that. ~| Message:

Re: getLocale() is always English

2006-06-27 Thread Aidan Whitehall
it's showing that because you haven't changed the locale for that request. Erm... I thought that's what I was doing with CFs SetLocale() and passing in the locale name... ? pre-cf7, using core java buys you a LOT more locales. post-cf7 you get all the core java locales AND the nice java

Re: getLocale() is always English

2006-06-27 Thread Aidan Whitehall
if you're still getting the server default locale, then something's probably wrong. or you're asking for the locale the wrong way? I was just doing: cffset setLocale(Spanish (Standard)) and getLocale() was returning: Spanish (Standard) whereas I was after the Spanish for that, really

Validating data from users in multiple countries

2006-06-26 Thread Aidan Whitehall
. Does lsParseNumber() not work (Win CFMX 6.1) or does it work fine and have I got the wrong end of the stick? Thanks for any pointers. -- Aidan Whitehall ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244776 Archives

Re: Validating data from users in multiple countries

2006-06-26 Thread Aidan Whitehall
if it's any different in that. Fingers crossed. -- Aidan Whitehall ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244778 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http

Re: Validating data from users in multiple countries

2006-06-26 Thread Aidan Whitehall
Sheesh... I'm a twit... cfset setLocale = Spanish (Standard) shoulda been cfset setLocale(Spanish (Standard)) Whaddya know... it works :-) ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244780 Archives:

RE: CFMX Standard and Unicode

2004-07-07 Thread Aidan Whitehall
or .jar files that are in that folder? Thanks! -- Aidan Whitehall[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental+44 (0)1695 51775 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: CFMX Standard and Unicode

2004-07-07 Thread Aidan Whitehall
Oracle character set from Western European to UTF-8. Bloody computers;-) -- Aidan Whitehall[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental+44 (0)1695 51775 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

CFMX Standard and Unicode

2004-07-06 Thread Aidan Whitehall
by adding useUnicode=truecharacterEncoding=UTF-8 in the connection string, but can something along those lines be done with either an ODBC or JDBC connection to Oracle. Or are we going to have to stump up for Enterprise? Thanks -- Aidan Whitehall[EMAIL PROTECTED] Macromedia ColdFusion Developer

RE: 404 Trapping in CF

2004-06-15 Thread Aidan Whitehall
(cgi.server_software, /)) { case Apache: urlRequested = listLast(cgi.request_uri, /);break; case Microsoft-IIS:urlRequested = listLast(cgi.query_string, /); break; default: urlRequested = listLast(cgi.query_string, /); break; } -- Aidan Whitehall[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks

CFMX version difference

2003-10-21 Thread Aidan Whitehall
)#br/cfoutput /cfloop I get different results (it drifts after about 2/3 of the way through). Was there a change in the way 6.1 handles date/times, perhaps due to a Java update? -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd+44 (0)1695 51775

RE: JDBC, Oracle, and CFMX 6.1 J2EE

2003-10-01 Thread Aidan Whitehall
resolved the error thrown when retrieving a long char column in Oracle via cfquery. Thanks Sean:-) -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd+44 (0)1695 51775 Queen's Awards Winner 2003 http://www.fairbanks.co.uk/go/awards [Todays

RE: JDBC, Oracle, and CFMX 6.1 J2EE

2003-09-26 Thread Aidan Whitehall
box, too,prior to the CFMX6.1 update.Annoying, but, hey-- Aidan Whitehall mailto:[EMAIL PROTECTED]Macromedia ColdFusion DeveloperFairbanks Environmental Ltd+44 (0)1695 51775Queen's Awards Winner 2003 http://www.fairbanks.co.uk/go/awards [Todays Threads] [This Message] [Subscription] [Fast

RE: How to convert an object to a string (XML)

2003-09-26 Thread Aidan Whitehall
Crimson-based XmlToString function is a nice workaround (couldn'tget the other one to work).-- Aidan Whitehall mailto:[EMAIL PROTECTED]Macromedia ColdFusion DeveloperFairbanks Environmental Ltd+44 (0)1695 51775Queen's Awards Winner 2003 http://www.fairbanks.co.uk/go/awards [Todays Threads

RE: Apache, standalone server and ColdFusion Administrator

2003-08-20 Thread Aidan Whitehall
mod_rewrite is very powerful and well worth learning about if you're using Apache. That's great -- thanks for all the info, Sean. -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 Queen's Awards Winner 2003 http

Apache, standalone server and ColdFusion Administrator

2003-08-19 Thread Aidan Whitehall
the Administrator's accessible via port 80 and any VirtualHosts? Is Apache handing off the entire request to the standalone server? And is there any way to prevent it? Thanks -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775

RE: Cutting content...

2003-08-19 Thread Aidan Whitehall
cfoutput#trimContent(This is the content that's been drawn from the database, 15)#/cfoutput -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 Queen's Awards Winner 2003 http://www.fairbanks.co.uk/go/awards

RE: Apache, standalone server and ColdFusion Administrator

2003-08-19 Thread Aidan Whitehall
? -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 Queen's Awards Winner 2003 http://www.fairbanks.co.uk/go/awards This e-mail has been scanned for all

RE: Cutting content...

2003-08-15 Thread Aidan Whitehall
Nah, use this (nice trick someone showed me.): cfscript function trimContent(string, chars) { return trim(reverse(listRest(reverse(left(string, chars)), ))); } /cfscript cfoutput#trimContent(This is the content that's been drawn from the database, 15)#/cfoutput -- Aidan Whitehall

RE: Redsky..and MDAC

2003-08-14 Thread Aidan Whitehall
, and then installed 6.1. A day later, it transpired that two Access DSNs that had been working fine were now pointing to the wrong .mdb files. No idea why, but word to the wise -- double check *all* your datasources after updating to 6.1 if you've updated MDAC as well. -- Aidan Whitehall mailto:[EMAIL

Red Sky, Oracle 9i, WDDX and ODBC

2003-08-14 Thread Aidan Whitehall
 è í î ï : p Weirdness! Any ideas? Thanks. -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 Queen's Awards Winner 2003 http://www.fairbanks.co.uk/go/awards

RE: Red Sky, Oracle 9i, WDDX and ODBC

2003-08-14 Thread Aidan Whitehall
figure. Thanks for everyone's help, anyhow. -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 Queen's Awards Winner 2003 http://www.fairbanks.co.uk/go/awards

RE: Red Sky, Oracle 9i, WDDX and ODBC

2003-08-14 Thread Aidan Whitehall
). -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 Queen's Awards Winner 2003 http://www.fairbanks.co.uk/go/awards This e-mail has been scanned

RE: IIS virtual directories

2003-08-01 Thread Aidan Whitehall
on a development server running IIS -- it will give you a good idea of what can be safely deleted. -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 Queen's Awards Winner 2003 http://www.fairbanks.co.uk/go/awards

RE: I knew your name was Neo

2003-07-09 Thread Aidan Whitehall
into the realms of a discussion that can never be resolved. -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 Queen's Awards Winner 2003 http://www.fairbanks.co.uk/go/awards

i18n in MX vs 5

2003-06-23 Thread Aidan Whitehall
? Thanks -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 Queen's Awards Winner 2003 http://www.fairbanks.co.uk/go/awards This e-mail has been scanned

RE: i18n in MX vs 5

2003-06-23 Thread Aidan Whitehall
yes. Ah, ok. Thanks. -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 Queen's Awards Winner 2003 http://www.fairbanks.co.uk/go/awards This e-mail

Case-sensitivity bug (?) with .jsp, IIS and virtual directories

2003-06-03 Thread Aidan Whitehall
, ColdFusion MX Developer's Edition with Updater 3 and IIS 5.1. Thanks for any insights. -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 Queen's Awards Winner 2003 http://www.fairbanks.co.uk/go/awards

Any thoughts on this bit of the Updater...

2003-03-20 Thread Aidan Whitehall
. This happened on our production server whilst installing Updater 2. I uninstalled and reinstalled it, subsequently specifying C:\Inetpub\wwwroot and then installation worked fine. Has anyone else seen this behaviour? And, if so, do you also think it's inconsistent? -- Aidan Whitehall [EMAIL

RE: Scripting Internet Explorer

2003-03-12 Thread Aidan Whitehall
This might get you started... http://www.tucows.com/preview/193807.html Thanks Michael. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 ~| Archives

RE: Remove_ALL_connectors.bat?

2003-03-12 Thread Aidan Whitehall
Remove_ALL_connectors.bat on a second machine also with CFMX and Updater 2. Again, it removed all ISAPI filters in the Master Web Site Properties, not just the JRunConnector Filter. Having replicated it on a different machine, I'm now confident this is a bug. -- Aidan Whitehall [EMAIL PROTECTED

RE: CF Server and MS Exchange

2003-03-12 Thread Aidan Whitehall
give you a good reason why, but it's not a big deal to add it to both. Failing that, your problem lies elsewhere... can you telnet from your CF box to port 25 on your Exchange box? -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775

OT: Scripting Internet Explorer

2003-03-11 Thread Aidan Whitehall
that be the right approach? And before someone suggests cfhttp, this is something that (I think) needs to be done client-side, as we specifically want to save 100's of web pages as .mht files (compressed HTML), not as vanilla .html. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer

Restrict IP range for machines that use RDS

2003-03-10 Thread Aidan Whitehall
do under CFMX is turn off RDS altogether. Is that right? -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 ~| Archives: http://www.houseoffusion.com/cf_lists

RE: Multiple browser/platform screenshots

2003-03-10 Thread Aidan Whitehall
Can anyone remind me of the URL of the web site that lets you see how a web page looks in multiple browser / versions / platforms? For the archives, it looks like http://www.browsercam.com/ will do the job. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks

RE: Restrict IP range for machines that use RDS

2003-03-10 Thread Aidan Whitehall
for .cfm files to IIS? And I just tried adding /main/cfide.cfm and setting the permissions on that in IIS. Didn't work. Isn't there a setting in IIS that says Check that this file exists, before it calls CFMX? Maybe enabling that as well might work. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia

RE: Restrict IP range for machines that use RDS

2003-03-10 Thread Aidan Whitehall
A N Other method is probably going to be a lot less work. Thanks for the suggestion anyway. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 ~| Archives: http

Remove_ALL_connectors.bat?

2003-03-10 Thread Aidan Whitehall
sites. When I ran it yesterday whilst uninstalling Updater 2, it removed *all* ISAPI filters that had been set up in the Master Web Site Properties (sspifilt, Compression, md5filt, JRun Connector and, perhaps worse of all, URLScan). -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion

RE: Remove_ALL_connectors.bat?

2003-03-10 Thread Aidan Whitehall
. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com

RE: Restrict IP range for machines that use RDS

2003-03-10 Thread Aidan Whitehall
through a big development update. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

OT: Scripting Internet Explorer

2003-03-07 Thread Aidan Whitehall
. Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

OT: Multiple browser/platform screenshots

2003-02-28 Thread Aidan Whitehall
Can anyone remind me of the URL of the web site that lets you see how a web page looks in multiple browser / versions / platforms? Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775

RE: Iif() and StructKeyExist()

2003-02-22 Thread Aidan Whitehall
. Guess it's a job for cfif. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

Iif() and StructKeyExist()

2003-02-20 Thread Aidan Whitehall
by apostrophes? #Iif(not StructKeyExists(values[i], proximity), DE(null), ' values[i][proximity] '))# Thanks! -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775

WOT: Tree select like Windows Backup | Restore

2003-01-06 Thread Aidan Whitehall
. Ideally, it would be almost identical to the tree view window used in Windows Backup | Restore, but we need to be able to ensure that multiple parent nodes cannot be selected, only multiple child-most nodes (if that makes any sense). Thanks, and sorry again for the OT. -- Aidan Whitehall [EMAIL

CFFAQ Preventing the Page Expired message in a browser

2002-11-05 Thread Aidan Whitehall
I'm trying to auto refresh a page when the back button is clicked on the browser. At present the page that I'm going back to is an page which requires form variables from a previous page to run - if I hit back I get the usual Page Expired message There's not really any way to change this

RE: ColdFusion MX service won't start at boot

2002-10-01 Thread Aidan Whitehall
it, install CFMX and move it back to C:\Inetpub\wwwroot\ again). -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 __ Signup for the Fusion Authority news alert and keep up

ColdFusion MX service won't start at boot

2002-09-30 Thread Aidan Whitehall
/blog/2002_07_01_archive.html Referring URL 2: http://livedocs.macromedia.com/cfmxdocs/Installing_ColdFusion_MX/config uring4.jsp#1118876 -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: ColdFusion MX service won't start at boot

2002-09-30 Thread Aidan Whitehall
the mapping for the 4 extensions above to the jrunwin32.dll file instead? -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 __ Get the mailserver that powers this list

Bug? Concatenating nulls with XOR and ToBase64()

2002-07-17 Thread Aidan Whitehall
(Attributes.Password)) { j = 0; } j = IncrementValue(j); } // Encode the output with ToBase64 if required. if (Attributes.Encode) { Output = ToBase64(Output); } // Make the encoded variable available to the calling template. Caller.Output = Output; /cfscript -- Aidan Whitehall[EMAIL

RE: Bug? Concatenating nulls with XOR and ToBase64()

2002-07-17 Thread Aidan Whitehall
If you then XOR the result, the ASP output and the ColdFusion output drift at the point where the XORed value was 0. Sorry, that should have read: If you then *Base64* encode the result, the ASP output and the ColdFusion Output drift at the point where the XORed value was 0. -- Aidan

RE: Bug? Concatenating nulls with XOR and ToBase64()

2002-07-17 Thread Aidan Whitehall
be different. strIn strPassword a 1 b 2 c c d 4 e 5 strIn strPassword a 1 b 2 d 4 e 5 -- Aidan Whitehall[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: CFMX = Neo ?

2002-05-03 Thread Aidan Whitehall
goes on. Give me a version 4.1 or a 318i any day. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 __ Get the mailserver that powers this list at http

RE: [IPCop-user] 2Qs: FTPing from GREEN to ORANGE and GREEN to RE D

2002-04-10 Thread Aidan Whitehall
Thanks for the reply. I had a similar problem in a different environment. It turned out port 20 and 21 needed to be open to allow anything more then a login. Sorry, this wasn't meant to go to the list. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks

RE: [IPCop-user] 2Qs: FTPing from GREEN to ORANGE and GREEN to RE D

2002-04-09 Thread Aidan Whitehall
on which the traffic originates (which we know is 20 for data). Plus we don't know what the destination port is going to be, so I guess there must be a way of specifying *any*. BTW, please correct me if anything above sounds daft - this is all new stuff to me. Regards -- Aidan Whitehall [EMAIL

CFFUNCTION

2002-04-02 Thread Aidan Whitehall
-- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk

RE: CFFUNCTION

2002-04-02 Thread Aidan Whitehall
... ;) Arr, that's just plain mean! Well, I just hope they give me the OK to join the Beta *champing at the bit* -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

Displaying reports as .pdf and .xls

2002-03-22 Thread Aidan Whitehall
it? I know it means keeping several different routines up to date if the report format changes, but is there any other option? Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: Locale functions and IE6

2002-02-26 Thread Aidan Whitehall
it though (the hotfixes page doesn't mention it). I'm surprised you're finding it works in IE5. What version of CFAS are you running? -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: CF Mappings

2002-01-11 Thread Aidan Whitehall
://; Request.Servers.Production /; Request.Mappings.Webserver = /; Request.Database.DSN = somedsn; } /CFSCRIPT -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 __ Why

RE: CF Mappings

2002-01-11 Thread Aidan Whitehall
in another and it works with just a few modifications to Application.cfm. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 __ Why Share? Dedicated Win 2000 Server · PIII

RE: ALTER TABLE syntax

2002-01-10 Thread Aidan Whitehall
work in Access 2000 though. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO

SetLocale() not working in v5

2002-01-07 Thread Aidan Whitehall
-- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99

RE: CFQUERY

2001-12-18 Thread Aidan Whitehall
delete the parent-most record and the DBMS ripples the deletes through its children. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 _ This message has been

RE: CFQUERY

2001-12-17 Thread Aidan Whitehall
). CFTRANSACTION CFQUERY... DELETE FROM x WHERE ... /CFQUERY CFQUERY... DELETE FROM y WHERE ... /CFQUERY /CFTRANSACTION -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

OT: JavaScript to validate form with 2 functions

2001-12-12 Thread Aidan Whitehall
true; } function validateForm(form) { if (someCondition) { alert(You forgot the y); return false; } return true; } Thanks if you can help. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: JavaScript to validate form with 2 functions IGNORE

2001-12-12 Thread Aidan Whitehall
Does anyone know how to validate a form using two functions, one triggering another? Please ignore previous post... got the answer! -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: What the best database structure to do this?

2001-12-07 Thread Aidan Whitehall
. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives

WOT: Installing XP disables headphone socket

2001-12-05 Thread Aidan Whitehall
thanks. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ

RE: asp vs. cf

2001-11-30 Thread Aidan Whitehall
Ok..THIS time would someone plasseee take the responses and put them on a website somewhere..like Houseoffusion.com or something :) That would be most cool! There is a CF vs... section in the FAQ at http://www.thenetprofits.co.uk/coldfusion/faq/ -- Aidan Whitehall [EMAIL PROTECTED

Composite primary key and INNER JOIN syntax

2001-11-26 Thread Aidan Whitehall
} OwnerID } Composite PK SiteID } Sites OwnerID } SiteID } Composite PK SiteName -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Get

IE6 caching behaviour... all change

2001-11-22 Thread Aidan Whitehall
, validating, redirecting and repopulating)? Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Your ad could be here. Monies from ads go to support these lists and provide more

RE: I.E. caching behaviour... all change

2001-11-22 Thread Aidan Whitehall
. Nice one, MS. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http

WOT: Installing XP on workstation disables FTP

2001-11-22 Thread Aidan Whitehall
through the proxy, but still no workee. Any clues as to wasssup? Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Get the mailserver that powers this list at http

RE: IE6 caching behaviour... all change

2001-11-22 Thread Aidan Whitehall
anyhow. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

RE: IE6 caching behaviour... all change

2001-11-22 Thread Aidan Whitehall
the caching mechanism in IE6. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk

RE: Installing XP on workstation disables FTP

2001-11-22 Thread Aidan Whitehall
It's probabyl; XP's built in firewall. Select properties on your LAN connection, goto advanced and either turn off the firewall or allow FTP services. Nah... the Firewalls not enabled. Thanks anyway. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks

RE: Installing XP on workstation disables FTP

2001-11-22 Thread Aidan Whitehall
), but then again I don't think I could ping from it before installing XP. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Structure your ColdFusion code with Fusebox. Get the official book

Subscription

2001-11-19 Thread Aidan Whitehall
-- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http

RE: JavaScript to navigate [sinp]... know a good JS mailing list?

2001-11-15 Thread Aidan Whitehall
the field gains focus, it selects the contents). They are only 5 digit numbers, so it's not a lot to retype. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Your ad could be here. Monies

JavaScript book recommendation

2001-11-15 Thread Aidan Whitehall
What JavaScript books can you recommend? I probably don't need a dummies guide, but don't want something that's only useful as a reference. Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: JavaScript book recommendation

2001-11-15 Thread Aidan Whitehall
reference. Thanks to all for replies. I've just ordered the Orally book (one for all you Fawlty Towers fans ;-) -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Your ad could

RE: JavaScript to navigate around data entry input forms... SOLVE D

2001-11-15 Thread Aidan Whitehall
-- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http

OT: JavaScript to navigate around data entry input forms

2001-11-13 Thread Aidan Whitehall
pointers on how to go about writing something like this? Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Structure your ColdFusion code with Fusebox. Get the official book

RE: JavaScript to navigate around data entry input forms

2001-11-13 Thread Aidan Whitehall
arrow). Any pointers to sites dealing with this topic would be gratefully received. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Your ad could be here. Monies from ads go

OT: More JavaScript shenanigans

2001-11-13 Thread Aidan Whitehall
OK, I give up. Given a date/time object in JavaScript, how the heck to you add one day to it? (ie what's the equivalent of the ColdFusion DateAdd() function?) Danny Goodman doesn't seem to know, either ;-) http://developer.netscape.com/viewsource/goodman_dateobject.html Thanks -- Aidan

RE: OT: More JavaScript shenanigans

2001-11-13 Thread Aidan Whitehall
OK, I give up. Given a date/time object in JavaScript, how the heck to you add one day to it? (ie what's the equivalent of the ColdFusion DateAdd() function?) Never mind... think I got it http://www.merlyn.demon.co.uk/js-dates.htm -- Aidan Whitehall [EMAIL PROTECTED] Macromedia

Looping through dates using CFSCRIPT

2001-11-12 Thread Aidan Whitehall
Can anyone give me a rough idea how you'd write this loop so it can be put inside a CFSCRIPT block? CFLOOP FROM=#Attributes.StartDate# TO=#Attributes.EndDate# INDEX=Date Some stuff here... /CFLOOP Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks

Multiple case statements in SCRIPT

2001-11-12 Thread Aidan Whitehall
ColdFusion throws a wobbly on this (and the other variations I've tried switch (Attributes.PeriodID) { case (1,2,3) { ... } case 4 { } } Is there any way to provide multiple values? Thanks. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks

Marketing and ColdFusion web sites

2001-11-09 Thread Aidan Whitehall
here know if they would map .html files to ColdFusion for a specific folder (ie would altering the IIS mapping for .html be a server wide modification, or can you constrain it to a particular user folder and below only?) Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion

RE: ColdFusion 5 UltraDev 4 - what is it?

2001-11-09 Thread Aidan Whitehall
. Plus, the general consensus was that design wasn't fantastic, so maybe they figured there wouldn't be too many tears shed if it was dropped. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: Marketing and ColdFusion web sites

2001-11-09 Thread Aidan Whitehall
it. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http

RE: Session variables

2001-11-09 Thread Aidan Whitehall
There are legitimate uses for the Application scope. In what situations would you need to use the Application scope which couldn't be handled by the Request scope? I've never been able to think of any good examples. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer

RE: Session variables

2001-11-09 Thread Aidan Whitehall
OK, here's one example - [snip] how's that? Yeah, great example. Never thought of that. Thanks. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Your ad could be here. Monies

RE: commas in lists

2001-11-02 Thread Aidan Whitehall
CF isn't stupid about lists. When ColdFusion allows you to specify that it shouldn't ignore empty list elements, I'll agree with you. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: commas in lists

2001-11-02 Thread Aidan Whitehall
I would like to see ColdFusion recognize a qualifier. Other programs do it easily enough. cfloop index=listitem list=#mylist# qualifier = #chr(34)# What's a qualifier? -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: CF Security Holes, what are the biggies?

2001-11-01 Thread Aidan Whitehall
as a URL variable or a form field so that someone could either (i) view them or (ii) edit them? -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Your ad could be here. Monies from ads

RE: CFX_HTTP

2001-11-01 Thread Aidan Whitehall
For the rest of us...where did you get it? Someone e-mailed it to me. I'll stick it on my site this weekend. The URL will be http://www.thenetprofits.co.uk/coldfusion/tags/ Anyone feel free to nag me if I forget to do it. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer

RE: Generating reports in the background (update)

2001-11-01 Thread Aidan Whitehall
-specced production box until I'm sure it's all working OK. Thanks for your help. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Structure your ColdFusion code with Fusebox. Get

  1   2   3   4   5   6   >