RE: Generating reports in the background (update)

2001-11-01 Thread Aidan Whitehall
built in PB and we might be able to reuse code for the web pages from the application. And whilst Sybase sells an OLAP component called IQ, it ain't cheap and we need to be able to query data as soon as it's been added. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks

RE: ### Output all variables?

2001-11-01 Thread Aidan Whitehall
--- H4Form Variables/H4 CFIF NOT IsDefined(Form.FieldNames) PThere are no form variables/P CFELSE CFLOOP LIST=#Form.FieldNames# INDEX=Key Form.#Key#: #Evaluate(Form. Key)#BR /CFLOOP /CFIF /CFOUTPUT /CFIF -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion

OT: Virus

2001-10-31 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

Re: Generating reports in the background (update)

2001-10-31 Thread Aidan Whitehall
can't call CFML.EXE via a URL and CFEXECUTE is only 4.5+. Any ideas? I've run out... Thanks. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Your ad could be here. Monies from

RE: Virus

2001-10-31 Thread Aidan Whitehall
Are you networked into a drive on a remote machine? If so, I think what you're experiencing is Win2K trying to read that drive in preparation to allow you to save. Nope. It's a stand-alone development box at home. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer

RE: Virus

2001-10-31 Thread Aidan Whitehall
they worked. I deleted a couple of rules including one that was (I think) automatically set up by TPF called DNS. I figured if it was needed, TPF would prompt me to recreate it, but it hasn't. That sound close? -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks

RE: Virus

2001-10-31 Thread Aidan Whitehall
Sounds to me like your TPF is looking for a DNS server then . . . If you can link your problem to that change you made (timing wise) I figure that's it. OK... thanks. I've found a TPF mailing list... I'll quiz them about it. Thanks again. -- Aidan Whitehall [EMAIL PROTECTED

RE: Format for creating a one-off schedule

2001-10-31 Thread Aidan Whitehall
Does anyone know the syntax for creating a one-off scheduled event? Doesn't matter found it. INTERVAL=Once, for those who are interested. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

CFX_HTTP

2001-10-31 Thread Aidan Whitehall
Sorry for yet another request for this... anyone got a copy of CFX_HTTP they can e-mail me? The latest version, if possible. I've trawled the Web for ages but not turned up a copy (Follett don't seem to want to know about it any more). Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia

RE: Generating reports in the background (update)

2001-10-31 Thread Aidan Whitehall
on the trigger template. Presumably that will start the process without having to wait for the body to be returned. And until I can get a copy of CFX_HTTP, I'll give Alistair's suggestion a go. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: CFX_HTTP

2001-10-31 Thread Aidan Whitehall
Got one now... 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

RE: CF Return Symbol

2001-10-30 Thread Aidan Whitehall
with. CFSET Variables.CrLf = Chr(13) Chr(10) CFSET Variables.Body = Here is one line Variables.CrLf This is another CFMAIL FROM=[EMAIL PROTECTED] TO=[EMAIL PROTECTED] SUBJECT=#Variables.Body#/CFMAIL -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks

Format for creating a one-off schedule

2001-10-30 Thread Aidan Whitehall
=#TimeFormat(00:00:00)# URL=#Request.Mappings.Webserver#schedule/CreateReport.cfm?ReportID=#URL.Rep ortID# INTERVAL=1440 Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Get

Generating reports in the background

2001-10-26 Thread Aidan Whitehall
to have to wait another (say) 15 minutes before all the outstanding reports are triggered for a small report. Any ideas on a good way of doing this? I'm sure the answer is simple but the grey stuff is really struggling today... Thanks in advance -- Aidan Whitehall [EMAIL PROTECTED] Macromedia

RE: Generating reports in the background

2001-10-26 Thread Aidan Whitehall
CFSCHEDULE ACTION=Run TASK=TaskName Won't this cause the schedule task to run straight away, rather than at a scheduled time? Possibly, but I've never had any joy with the scheduler (try as I might), so I was keen to avoid it. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion

RE: Generating reports in the background

2001-10-26 Thread Aidan Whitehall
.how about CFLOCATION to the notification page first, then CFHTTP? Of course... I'll give that a go. Thanks! -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Your ad could

RE: ColdFusion Server 5 Single User Version

2001-10-26 Thread Aidan Whitehall
a serial number... ? -- 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

RE: ColdFusion Server 5 Single User Version

2001-10-26 Thread Aidan Whitehall
must accept this license... screen? -- 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

RE: User Login

2001-10-26 Thread Aidan Whitehall
. FWIW, I don't think you *really* need to do the courses if you're determined to learn (although I can't say that with any authority as I haven't gone on one). -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: Access Default values

2001-10-25 Thread Aidan Whitehall
You can set the default value of a field in an Access table's design view. He wanted to set default values as part of a CREATE TABLE statement. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

When is a cookie set in the browser

2001-10-25 Thread Aidan Whitehall
When setting a cookie in a page that throws a ColdFusion error, the cookie doesn't get set in the browser. Why is that? Does the instruction to the cookie not get sent until the page is successfully parsed? Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer

RE: Macromedia/Allaire Knowledge Base

2001-10-25 Thread Aidan Whitehall
It seems that every time I'm looking for something, I put in a phrase or keywords to search for, and the results are zero. Me too. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: validate email addresses in text area

2001-10-25 Thread Aidan Whitehall
the difference between normal text and a malformed e-mail address? -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Get the mailserver that powers this list at http

break

2001-09-27 Thread Aidan Whitehall
? Aidan -- 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: break

2001-09-27 Thread Aidan Whitehall
bit of CFML is geared towards making it a simple language that can be picked up very quickly. Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Get the mailserver that powers

RE: bug with files ending in Application.cfm?

2001-09-27 Thread Aidan Whitehall
application. Aidan -- 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: break

2001-09-27 Thread Aidan Whitehall
I agree, but the idea of CFScript on the other hand is to be as close as possible to JavaScript - except where that was too difficult to implement. Right... good point. I've just searched and seen that that's how they are done in JavaScript. Thanks again for the info. Aidan -- Aidan

Windows 2000 Professional critical update disabled datasource con nection

2001-09-17 Thread Aidan Whitehall
needs to be done to make the datasources accessible via the browser / ColdFusion again? Thanks Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Your ad could be here. Monies

CFQUERYPARAM and version

2001-09-17 Thread Aidan Whitehall
. If you are using tags whose names begin with CF but are not ColdFusion tags you should contact Allaire. = Thanks Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: Application security

2001-09-17 Thread Aidan Whitehall
that the user was allowed to access. I envisaged the final security check would do something like compare the current folder to the list that they are entitled to access - if there's no match, bomb them out. Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental

RE: Application security

2001-09-17 Thread Aidan Whitehall
finished, but the above links should give you an idea of what is possible. Thanks... I'll take a look. Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Get the mailserver

RE: Application security

2001-09-17 Thread Aidan Whitehall
(I've got several types of power-users). Thanks for your thoughts, anyhow. Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Structure your ColdFusion code with Fusebox. Get

RE: Application security

2001-09-17 Thread Aidan Whitehall
There is an article Introduction to the Problem by Hal Helms, Vol. 1 Issue 2 of the CFDJ which has a prototype of which you are describing or seems like what you are looking for. Thanks... I'll check it out. Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer

Application security

2001-09-14 Thread Aidan Whitehall
that will give an insight into a way of handling application security and that has some sort of inheritance would be really useful. Thanks in advance (just about to trawl through the Developers Exchange). Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks

RegEx for searching in Studio

2001-09-13 Thread Aidan Whitehall
=#session.Attribute1# Attribute2=#session.Attribute2# Is there a RegEx which says Find all instances of the string 'sometemplate.cfm' where the string 'Attribute2' doesn't appear before the next ''? Thanks Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental

RE: CFPARAM, structures and array style notation

2001-09-10 Thread Aidan Whitehall
CFPARAM NAME=session.Account DEFAULT=#StructNew()# CFPARAM NAME=session.Account[LoggedIn] DEFAULT=no Did you try escaping (doubling) the characters? Doh! That works... thanks. Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0

RE: Question about SQL and the IMAGE datatype

2001-09-10 Thread Aidan Whitehall
Anyone want to write a FAQ on this - it seems to come up every few weeks I'm going to add it. Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Your ad could be here

CFPARAM, structures and array style notation

2001-09-09 Thread Aidan Whitehall
=no Is it possible to use the array style notation (scope.structure[key]) with CFPARAM? Thanks Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Get the mailserver that powers

RE: Get It Together ----- Whatever It Takes

2001-09-09 Thread Aidan Whitehall
anything to subscribe and are completely free to leave, set up your own list and become the target of gripes from malcontents like yourself. And with e-mail clients that have integrated spell-checkers, there are no excuses for incorrect spelling. Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia

RE: Studio 4.5.1 and Windows 2000 Professional

2001-09-06 Thread Aidan Whitehall
profile folder. To do this, right-click on the Start button, select Explore All Users, and move the CF Studio folder from the Start Menu folder of the Administrator to the All Users Start Menu folder. K thanks I'll check that out. Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia

Studio 4.5.1 and Windows 2000 Professional

2001-09-04 Thread Aidan Whitehall
visible under the User account), but the Studio program folder still wasn't visible after that account had been added to the Power User group. BTW, 2000 Pro newbie here, so be kind... Thanks Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental

ColdFusion Server 5 Professional on RedHat

2001-08-30 Thread Aidan Whitehall
with 7.0... will it run on 7.1? Thanks Aidan -- 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

RE: IIF and DE

2001-08-30 Thread Aidan Whitehall
, but I couldn't figure out how to code the Iif so that it didn't throw the error when it hit the undefined variable, even if you put the undefined variable in the last part (what's the right term?) of the Iif function. Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer

RE: URL varliables

2001-08-30 Thread Aidan Whitehall
Oops error on that URL Yeah, but you'd have thought that Uncle B would have at least used CFERROR. Tsk, tsk... ;-) Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: CF and Kiosks

2001-08-27 Thread Aidan Whitehall
what software it uses. We're UK based and you don't state what country you're in. If you want the details, get in touch with me and I'll get the necessaries from someone here. Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

OT: Splitting a database (horizontal partitioning)

2001-08-27 Thread Aidan Whitehall
all the data back onto one box. My hunch is that this in 2 years time, we might end up *really* regretting taking this route. Anyone had any experience of this situation and any advice? Thanks Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental

RE: Splitting a database (horizontal partitioning)

2001-08-27 Thread Aidan Whitehall
What RDBMS? Sybase's Adaptive Server Anywhere. Aidan -- 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

Studio 5.0 release date

2001-08-24 Thread Aidan Whitehall
Does any one have a date on when Studio 5.0 will ship? And is the date different if you're in the UK? Thanks Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Structure

Variable scope for structures passed between templates

2001-08-22 Thread Aidan Whitehall
Aidan -- 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: http

RE: Variable scope for structures passed between templates

2001-08-22 Thread Aidan Whitehall
a structure, but once it was passed to TemplateA, you had to use the StructFind function. Silly me. Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Structure your ColdFusion code

Storing complex data types

2001-08-21 Thread Aidan Whitehall
to normalise the data and produce a mini-schema for user settings. Thanks Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Structure your ColdFusion code with Fusebox. Get

RE: Storing complex data types

2001-08-21 Thread Aidan Whitehall
stored in a text column as wddx and then pulled them out and deserialised them as required. The 'just add water' approach. Probably breaks all sorts or arbitrary guidelines for data handling but it works like a charm... That's great news... thanks! Aidan -- Aidan Whitehall [EMAIL

RE: CF 4.5 and CF 5 comparison

2001-08-14 Thread Aidan Whitehall
I just did a comparison stress test between the 2 servers and it looks like 4.5 was similar and in most cases beat version 5. Aside from CFAS, were all other things equal on both servers (processor, RAM, users hitting the box, etc)? Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia

RE: CFSCHEDULE

2001-08-03 Thread Aidan Whitehall
-- 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: http

RE: Emailing Errors Automatically

2001-08-03 Thread Aidan Whitehall
The best solution to this suggested by people on this list is to output the Diagnostics string into a TEXTAREA which you make small and disabled, like this. TEXTAREA NAME=Diagnostics COLS=40 ROWS=2 DISABLED#Error.Diagnostics#/TEXTAREA Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia

Is it possible to delete a local variable?

2001-07-30 Thread Aidan Whitehall
Umm, I guess the subject says it all. I know the variable doesn't exist when the page has been fully processed, but I want to bin it before then... and I don't mean just set it to null... I mean delete it so that IsDefined(var) returns 0. Thanks Aidan -- Aidan Whitehall [EMAIL PROTECTED

ColdFusion FAQ updated

2001-07-30 Thread Aidan Whitehall
Yes folks, the ColdFusion FAQ at http://www.thenetprofits.co.uk/coldfusion/faq/ has had a sizable update. And all existing users can upgrade for free! Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: how to re-enable CFREGISTRY?

2001-07-30 Thread Aidan Whitehall
OK I made a mistake. In the CFAdministrator, I disabled the CFREGISTRY tag. And then I discovered that once you do that, you can no longer use the CFAdministrator. Great. Easy. Read the FAQ (look in the footer). Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion

RE: Country - States Database

2001-07-30 Thread Aidan Whitehall
Just don't ask where it came from :) Where did it come from? (sorry, that was just *asking* for it ;-) Aidan -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Structure your

OT: SQL Server 7, Windows 95 and Service Manager

2001-07-25 Thread Aidan Whitehall
In Windows 95, how do you change the account the Service Manager uses to try and start SQL Server on boot up, bearing in mind there is no Services option (as is the case with NT)? Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695

CFSETTING, CFOUTPUT and CFINCLUDE

2001-07-25 Thread Aidan Whitehall
over into it, so I'll stop treating code within the included file as being wrapped within CFOUTPUT and suppress whitespace within it? -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: IE and internal RequestTimeout

2001-07-25 Thread Aidan Whitehall
v5 ;-) -- 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: http

RE: (Admin) Footer

2001-07-24 Thread Aidan Whitehall
a dripping tap. -- 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: GENEALOGY SEARCH CODING CONTEST

2001-07-23 Thread Aidan Whitehall
stand to gain financially, you obviously won't object... -- 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

IE and internal RequestTimeout

2001-07-23 Thread Aidan Whitehall
Is there any way to force IE not to display the This page cannot be found message before it gives up after 5 minutes? Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: Is this list monitored?

2001-07-22 Thread Aidan Whitehall
be forbidden to bear arms and be able to voice my honest opinion than the reverse. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Structure your ColdFusion code with Fusebox. Get

RE: Font Problem

2001-07-18 Thread Aidan Whitehall
Is there any way to access the attributes of a file, such as when it was last modified? Look into CFDIRECTORY... one of the values it returns is DATELASTMODIFIED. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: Output Field Names

2001-07-18 Thread Aidan Whitehall
Does anyone know if there is anyway that you can output the Field names (Column Names) for a specific table in a cfquery?(using access db). Think you're after this... http://www.thenetprofits.co.uk/coldfusion/faq/#question70 -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion

RE: Client variable storage - confused person here!

2001-07-17 Thread Aidan Whitehall
knowledge)... If you have used the registry to store client variables and want to use a datasource instead, is there a migration path to move what's already in the registry into a database? I'd like to know how to move them without losing what's already there. Thanks -- Aidan Whitehall [EMAIL

RE: Client variable storage - confused person here!

2001-07-17 Thread Aidan Whitehall
a database? I'd like to know how to move them without losing what's already there. Well, its only session data isnt it ? And your site will be down while you move them anyway... Don't client variables also store client variable values? -- Aidan Whitehall [EMAIL PROTECTED

DHTMLMenu and fonts for root menu options

2001-07-16 Thread Aidan Whitehall
. Is there any way to get the root option to appear in that font as well? Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Structure your ColdFusion code with Fusebox. Get

Re: DHTMLMenu and fonts for root menu options

2001-07-16 Thread Aidan Whitehall
-- 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 Archives: http://www.mail

Iif, short circuit evaluation and DE

2001-07-13 Thread Aidan Whitehall
to use Iif if possible, as opposed to having CFIF CFELSE /CFIF and two calls to the custom tag. BTW, are there times when you don't need to use DE within and immediate if? I'm not 100% certain so always put it there. Thanks -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer

RE: CFCONTENT

2001-07-13 Thread Aidan Whitehall
I just read a post on the alt.comp.lang.coldfusion that suggests that use of CFCONTENT is disastrous in a shared environment. Why not send an e-mail to the original poster asking them to justify their remarks? -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks

Dates in Access query, subquery and calculated values

2001-07-11 Thread Aidan Whitehall
query exist and that you have specified their names correctly. I've also tried passing the date values in the Access format, #Month/Day/Year#, but it returns the same error. Thanks if you can help. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44

Whitespace

2001-07-09 Thread Aidan Whitehall
once the code's been parsed? -- 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

RE: Comments about ColdFusion Studio 5

2001-07-08 Thread Aidan Whitehall
Does the Beta Forum link not appear in the left-side menu for you? Doh! Didn't see that... just clicked on the forum link in the top bar. Thanks. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

Days since 30th Dec 1899... ?

2001-07-08 Thread Aidan Whitehall
*sigh* -- 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 Archives

CF_Show

2001-07-08 Thread Aidan Whitehall
Does anyone have a copy of CF_Show? You can pass it a complex variable (eg a structure of arrays) and it will output it to the screen... really useful for debugging. I can't find it on the DevEx and need it pretty urgently, although something similar would also be handy. Thanks -- Aidan

RE: teeChart

2001-07-08 Thread Aidan Whitehall
. -- 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 Archives: http://www.mail

RE: How to get records from this month and only this month

2001-07-08 Thread Aidan Whitehall
(CreateDate(Year(Now()), Month(Now()), 1))# AND CreateODBCDate(CreateDate(Year(Now()), Month(Now()), DaysInMonth(Now( -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Structure your

teeChart

2001-07-06 Thread Aidan Whitehall
that ColdFusion couldn't stream data to the client... is that right? To be honest, I'm not too bothered if it's streamed or saved on the server... just getting it to play nice would be great. Thanks. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44

Comments about ColdFusion Studio 5

2001-07-06 Thread Aidan Whitehall
not being available after the announcement). -- 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

RE: REQUEST vs. VARIABLES

2001-07-05 Thread Aidan Whitehall
I am wondering if there is a documentation on REQUEST scope variables. This might help some... http://www.thenetprofits.co.uk/coldfusion/faq/#answer110 -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: Purchasing a copy of ColdFusion Server in the UK

2001-07-05 Thread Aidan Whitehall
Have you tried buy.com? No, but I will do. 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

RE: ArraySort()

2001-07-04 Thread Aidan Whitehall
, CFWACK's coverage of arrays and structures is a bit scant. Are there any good web pages that have plenty of examples of what's possible? -- Aidan Whitehall [EMAIL PROTECTED] ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ~~ Structure

RE: ArraySort()

2001-07-04 Thread Aidan Whitehall
I would imagine that you could build a structure rather than an array and then use StructSort()...? Where can you find any reference to that function? Don't get me wrong... like you, I also it existed... -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks

RE: Purchasing a copy of ColdFusion Server in the UK

2001-07-04 Thread Aidan Whitehall
they were thinking of running (ColdFusion Administration). After a month and a phone call, they still hadn't replied. Perhaps the aren't the most responsive company with which to spend a few thousand pounds. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks

RE: ArraySort()

2001-07-04 Thread Aidan Whitehall
Where can you find any reference to that function? Don't get me wrong... like you, I also it existed... Which is why it looks as though they introduced it in version 5 (I only searched my v4 docs before posting). Doh! Where was that rock I crawled from... ? -- Aidan Whitehall [EMAIL

RE: ArraySort()

2001-07-04 Thread Aidan Whitehall
Don't get me wrong... like you, I also it existed... Don't get me wrong... even when I write things that don't make sense ;-) like you, I also wish it existed. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: is this list dead?

2001-07-03 Thread Aidan Whitehall
We finally found the problem. It's fixed and a full report will be forthcoming. Wahoo! Thanks for getting it running again, Michael. Hey, don't worry about the report. You're providing this service for free, after all, and aren't answerable to anyone. -- Aidan Whitehall [EMAIL PROTECTED

Purchasing a copy of ColdFusion Server in the UK

2001-07-03 Thread Aidan Whitehall
Anyone know where I can purchase a copy of ColdFusion Server in the UK? I just tried Unipalm but was told that they don't sell to end users... Thanks -- Aidan Whitehall [EMAIL PROTECTED] ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

RE: CF-talk (Michael Dinowitz)

2001-07-03 Thread Aidan Whitehall
cf_hackedLineFromMovie movie=speed pop quiz hot shot. if noone has been getting messages since last week, how are you getting these messages now? / Because they are reading the messages via the web-based archive or newsgroup (or some other method) -- Aidan Whitehall [EMAIL PROTECTED

RE: Session time out = never ? Bad?

2001-06-15 Thread Aidan Whitehall
Never use the registry with client variables. Always set up client variables to work with a database. Just makes sense. Is there a migration path from registry to databases if you've got existing applications that already use the registry to store their client data? -- Aidan Whitehall

RE: WYSIWYG editors

2001-06-14 Thread Aidan Whitehall
You could try the paid for one that comes with Spectra (can't remember it's name or website now), as that works in IE4 and NS4 - it's a plug-in eWebEditPro http://www.ektron.com/ -- Aidan Whitehall [EMAIL PROTECTED] ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

Self-referencing constraint in SQL Server 7

2001-05-22 Thread Aidan Whitehall
With this table CategoryID (PK) Category ParentCategoryID (NULL) is there any way within SQL Server 7 to create a constraint that checks on INSERT to see that the ParentCategoryID supplied is either NULL or exists as a value in the CateogoryID column? Thanks -- Aidan Whitehall [EMAIL

RE: CF + Flash

2001-05-17 Thread Aidan Whitehall
Does anyone have any working example sites of a Flash website with a CF backend. I would be interested to see what is being developed using Flash + http://www.thenetprofits.co.uk/coldfusion/faq/#question126 -- Aidan Whitehall [EMAIL PROTECTED] Netshopperuk Telephone +44 (01744) 648650

RE: PLEASE DO NOT OPEN AND DELETE THE EMAIL THAT SAYS....THIS IS A REALLY COOL HOME PAGE...IT IS A VIRUS...

2001-05-17 Thread Aidan Whitehall
PLEASE DO NOT OPEN AND DELETE THE EMAIL THAT SAYSTHIS IS A REALLY COOL HOME PAGE...IT IS A VIRUS... These virus writers are getting too damn smart. NAV missed it and it's sent via a plain text e-mail, too. Amazing... -- Aidan Whitehall [EMAIL PROTECTED] Netshopperuk Telephone +44

CFTRANSACTION

2001-05-17 Thread Aidan Whitehall
queries. If the CFX failed, it wouldn't get to the CFQUERY. And if the CFSCRIPT failed, it would have already done the INSERT anyway, even with the CFTRANSACTION... yes? Thanks -- Aidan Whitehall [EMAIL PROTECTED] Netshopperuk Telephone +44 (01744) 648650

RE: CFTRANSACTION

2001-05-17 Thread Aidan Whitehall
Yes, as written this use of CFTRANSACTION is purpose-free. I'll have to remember that phrase... extrememly diplomatic! Thanks -- Aidan Whitehall [EMAIL PROTECTED] Netshopperuk Telephone +44 (01744) 648650 ~~ Structure your ColdFusion code

<    1   2   3   4   5   6   >