RE: Is this possible?

2001-07-06 Thread Craig Dudley
You need some sort of recursive directory scan, I did almost the exact same thing a few weeks back. Cut and paste them, the set the basedir param to where you want to begin the dir scan, dont do the root of C: as it will take forever ;-) Clicking any dir name should view the files in that dir,

RE: CFFlush and GetTickCount

2001-07-04 Thread Craig Dudley
It's probably adding the tick counts together for each interval of the cfflush -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 03 July 2001 00:35 To: CF-Talk Subject: CFFlush and GetTickCount I'm seeing some strange timing reports when I use GetTickCount

RE: Barcode generation

2001-06-15 Thread Howarth, Craig (IBK-NY)
Here is a list of resources for you: http://www.adams1.com/pub/russadam/webapps.html You're sure to find something here that will help you out. Craig -Original Message- From: stas [SMTP:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 9:44 AM To: CF-Talk Subject: Barcode

RE: OT SQL Server (OK 1 More ?)

2001-06-13 Thread Howarth, Craig (IBK-NY)
No, the 4 refers to 4 bytes required to store the value, not the number of characters in the value. The range that can be stored in an int is -2^31 to 2^31-1. Craig -Original Message- From: ibtoad [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 12:32 PM To: CF-Talk

Doubled Form fields

2001-06-11 Thread Craig Bowes
=” multipart-form/data” so it can do file uploads, but I don’t know if that has anything to do with it. Anyone run into this before? Please email me at [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] instead of hitting reply because I don’t check this account that much. -Craig

RE: Weird problem setting client variable

2001-06-11 Thread Craig Dudley
If you're storing client variables in cookies the cflocation will break them always. Change client variable storage to a datasource, use another way of re-locating or use a locked session variable would be my suggestions. HTH, Craig -Original Message- From: Perez, Bismark [mailto

RE: Image resizing question

2001-06-06 Thread Howarth, Craig (IBK-NY)
to get info on an image as well as resize. Not free, but works well and is well documented. Hope this was helpful. Craig -Original Message- From: Eron Cohen [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 12:52 PM To: CF-Talk Subject: Image resizing question Hi

RE: What's with this?

2001-06-01 Thread Howarth, Craig (IBK-NY)
No bug. daysInMonth() takes a full date as a parameter -- not the month. If you say daysInMonth(now()), it will work as expected. Craig -Original Message- From: Norman Elton [SMTP:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 9:33 AM To: CF-Talk Subject: RE: What's

RE: Best way to clear Cached Queries?

2001-06-01 Thread Howarth, Craig (IBK-NY)
variable. The reason they reload is that the SQL has changed (but the result set will not change). Craig -Original Message- From: Jamie Jackson [SMTP:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 12:03 PM To: CF-Talk Subject: Best way to clear Cached Queries? What's the best

RE: Newbie-CF trying to process Hex numbers :-)

2001-05-31 Thread Craig Fisher
, or some other expression which must be evaluated. Since FF is not a valid CF expression it throws an error. To avoid the problem escape the pounds by doubling them. In short change the line: body bgcolor=#FF text=#00 to: body bgcolor=##FF text=##00 HTH, Craig

RE: Using IE5 HTTP com object

2001-05-29 Thread Howarth, Craig (IBK-NY)
sRetVal.replace(/[^]*/g,''); } See this article at M$ for more info: http://support.microsoft.com/support/kb/articles/Q290/5/91.ASP Hope this helps. Craig Howarth -Original Message- From: Robert Everland III [SMTP:[EMAIL PROTECTED]] Sent: Monday, May 28, 2001 10:08 PM To: CF-Talk

RE: Downloading Files NOT in Webroot

2001-05-25 Thread Craig Dudley
cfcontent will do that, sometimes :-) Try this code. File Link - Downloadable File: a href=dload.cfm/#file#?filename=#file# target=_new#name#/a dload.cfm -- cfif isdefined(url.file) cfcontent file=#application.docstoreroot##url.file# deletefile=No type=unknown /cfif

RE: Conclusion? (RE: Attributes Scoped Structure?)

2001-05-25 Thread Craig Fisher
assign result to symbol cheese.y and ... we do. So really (maybe) this is just a confusing error message. And, BTW, all of this seem to hold true on CF5.0 as well. The thing I haven't played with is the Array stuff. I will now- thanks for bringing it up. Craig Fisher Alta Interactive, Inc

RE: Conclusion? (RE: Attributes Scoped Structure?)

2001-05-25 Thread Craig Fisher
For the heck of it I submitted this as a 5.0 bug. It was assigned issue number 26171. I'll let the list know if anything comes up. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Attributes Scoped Structure?

2001-05-24 Thread Howarth, Craig (IBK-NY)
Brad, The attributes scope can only be used within a custom tag. This is the error message that you get when you attempt to assign a value to the attributes scope in a normal template. Craig -Original Message- From: Brad Roberts [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 24

RE: Attributes Scoped Structure?

2001-05-24 Thread Craig Dudley
Not sure Brad, but if you're trying to have the struct accessible in a custom tag, you could maybe use, cfset request.temp=structnew() Regards, Craig. -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: 24 May 2001 14:55 To: CF-Talk Subject: Attributes Scoped

RE: Attributes Scoped Structure?

2001-05-24 Thread Howarth, Craig (IBK-NY)
]] Sent: Thursday, May 24, 2001 11:58 AM To: CF-Talk Subject: Re: Attributes Scoped Structure? That's not true. Fusebox uses nothing but Attributes scoped variables. You can set Attributes variables anywhere. - Original Message - From: Howarth, Craig (IBK-NY) [EMAIL PROTECTED

RE: Count check boxes?

2001-05-23 Thread Howarth, Craig (IBK-NY)
simply use listLen(form.MetCheck). Note that if none of the fields were checked, form.MetCheck will not exist. I handle this by using cfparam to initialize the variable with an empty string. Craig -Original Message- From: Ann Harrell [SMTP:[EMAIL PROTECTED

RE: Missing Line Numbers

2001-05-21 Thread Howarth, Craig (IBK-NY)
Do you see the gray bar on the left? If not, that means that you have the gutter toggled off. Press the button above the line number toggle to turn the gutter back on. Craig -Original Message- From: Jay Jennings [SMTP:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 12:35 PM

RE: Problem with cf_uicalender

2001-05-21 Thread Craig Fisher
did we ever get an answer to this? I can not seem to find one and have noted the same behavior (although it works great if you run it in pop-up mode). Craig Fisher Alta Interactive, Inc. http://www.altainteractive.com/ [EMAIL PROTECTED] 801-791-8251 -Original Message- From: Thomas

High usage web sites.

2001-05-18 Thread Craig Dudley
, so we'd probably have to go for a seperate db server. Thanks in advance for any help. Regards, Craig. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail

RE: High usage web sites.

2001-05-18 Thread Craig Dudley
Thanks Edward, very useful info. Regards, Craig. ~~ 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

RE: Best way to limit access to a specific template from only previous template?

2001-05-18 Thread Craig Bowes
is spelled wrong in the variable: cgi.http_referer -Craig [EMAIL PROTECTED] -Original Message- From: Jerre Hale [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 10:59 AM To: CF-Talk Subject: Best way to limit access to a specific template from only previous template? What is the best

RE: Two Questions for the price of one!

2001-05-18 Thread Craig Bowes
in the mail that could put it over the 5 minute time limit. Just taking a guess here. Dan Phillips -Original Message- From: Craig Bowes [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 4:54 PM To: CF-Talk Subject: Two Questions for the price of one! I have two related questions: I

RE: Download Software From The CF Server

2001-05-17 Thread Craig Dudley
#\#url.filename# deletefile=No type=unknown /cfif Regards, Craig. -Original Message- From: Jerre Hale [mailto:[EMAIL PROTECTED]] Sent: 17 May 2001 15:26 To: CF-Talk Subject: Re: Download Software From The CF Server Could you give me an example of the code that would get this done? How do

Two Questions for the price of one!

2001-05-17 Thread Craig Bowes
messages from outlook into a database through VB or VBA. Does anyone know of this and would it be a viable solution? Thanks, -Craig ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: finding special characters in a list

2001-05-15 Thread Howarth, Craig (IBK-NY)
You have them reversed. Try cfset errorText = Find(Chr(13) Chr(10), mylist). -Original Message- From: Stephenie Hamilton [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 10:28 AM To: CF-Talk Subject: RE: finding special characters in a list this doesn't seem to work,

RE: blank cfm page in Netscape

2001-05-15 Thread Craig Fisher
It's an HTML problem. Close your table tags. -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 2:41 PM To: CF-Talk Subject: blank cfm page in Netscape I have a search page using Cold Fusion's Verity engine. In IE the page displays fine. In

RE: cookie form url -less sessions

2001-05-14 Thread Craig Bowes
the NT username in a similar manner, and just database the users' session info. -Craig -Original Message- From: Christopher Porter [mailto:[EMAIL PROTECTED]] Sent: Monday, May 14, 2001 12:18 PM To: CF-Talk Subject: cookie form url -less sessions hey hey everyone.. here's a dilemma for you

RE: using WDDX for next 'n' style browsing

2001-05-11 Thread Craig Bowes
'n' style browsing Craig I'm just wondering what happens when 1000 users are executing searches at the same time, thats a thousand session variables with a 1000 records each. But it seems that setting the timeout may help. Thanks for the suggestion. KOla -Original Message- From: Craig

RE: Passing 500 client-side variables to the server

2001-05-11 Thread Craig Bowes
There are a number of ways to do this. You could set a form field to be kind of a structure input type=hidden value=var1=value1,var2=value2 by using javascript and then have javascript submit the form and have coldfusion parse this. Are these variables stored as a javascript array or just a

RE: Client Variable and Internet Caching options

2001-05-11 Thread Craig Bowes
of the server. Now pages that have dynamic content might be cached by IE's internet settings, but that's true of ALL VARIABLES not just client. -Craig -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 5:39 PM To: CF-Talk Subject: Client Variable

RE: Code Snippet:Random Password Generator(repost)

2001-05-10 Thread Howarth, Craig (IBK-NY)
Seems unlikely, but it does generate some great words like teethuku and taafduno and the unforgettable fuoflyru. Fun script. -Original Message- From: Erika L Walker [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 12:19 PM To: CF-Talk Subject: RE: Code Snippet:Random

RE: WingDings

2001-05-10 Thread Howarth, Craig (IBK-NY)
Roll your own: cfoutput cfloop index=i from=0 to=255 #i# - span style=font-family: wingdings#chr(i)#/spanbr /cfloop /cfoutput -Original Message- From: Andrew Peterson [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 12:35 PM To: CF-Talk Subject: OT: WingDings

RE: using WDDX for next 'n' style browsing

2001-05-10 Thread Craig Bowes
:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 11:44 AM To: CF-Talk Subject: RE: using WDDX for next 'n' style browsing But wont that mean each query would be held in the server RAM? KOla -Original Message- From: Craig Bowes [mailto:[EMAIL PROTECTED]] Sent: 08 May 2001 17:15 To: CF

RE: Uploading a file

2001-05-09 Thread Craig Dudley
you are missing the accept paramater, cffile action=UPLOAD nameconflict=OVERWRITE filefield=addfile destination=#application.root#jobdescriptionDocs\ ACCEPT=mime_type/file_type This could very well be your problem, I think the mime type for Word docs is application/ms-word -Original

RE: Highlighting Text

2001-05-09 Thread Howarth, Craig (IBK-NY)
Craig -Original Message- From: Christine Kelley [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 4:12 PM To: CF-Talk Subject: Highlighting Text Hi! How do I go about... Having the Keyword highlighted throughout page. For example the keyword 'sales' would

RE: using WDDX for next 'n' style browsing

2001-05-08 Thread Craig Bowes
your cfset when setting session vars. -Craig -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 5:53 AM To: CF-Talk Subject: using WDDX for next 'n' style browsing I am passing a query object which consists of 1000 records in a hidden form field

RE: [Object Oriented CFML]

2001-05-08 Thread Craig Bowes
that have to be included each time? Can you call a JSP page as an object, pass parameters to it, have its variables and such encapsulated, etc? I haven't done any JSP as of yet... -Craig -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 2:43 PM To: CF-Talk

RE: Different font colors by Event Code

2001-05-07 Thread Craig Fisher
--- CSS can be your best friend. Craig Fisher Alta Interactive, Inc. http://www.altainteractive.com/ [EMAIL PROTECTED] 801-791-8251 -Original Message- From: Ann Harrell [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 3:40 PM To: CF-Talk Subject: Different font colors

RE: Different font colors by Event Code (whoops)

2001-05-07 Thread Craig Fisher
Whoops: I got outsmarted by Topstyle again. My fault. Just one dot before the class name in the style block! Like this: STYLE ..S { font-family : sans-serif; color : Blue; font-weight : bold; } /STYLE -Original Message- From: Craig Fisher [mailto

RE: Question about verity and getting results

2001-05-04 Thread Craig Dudley
I'm not 100% sure whats going on, but this might help. When you index the tables, store a unique value for each table in the custom1 field, when you get the results, this value will tell you which table the results are from. Craig. -Original Message- From: Mark Smeets [mailto:[EMAIL

RE: disabling coldfusion's javascript functions

2001-05-04 Thread Craig Dudley
use a form tag instead of a cfform , that will do thhe trick ;-) -Original Message- From: JAAV [mailto:[EMAIL PROTECTED]] Sent: 04 May 2001 08:55 To: CF-Talk Subject: disabling coldfusion's javascript functions hello, a little question: Can I disable the Coldfusion's javascript

RE: databases for CF on Solaris?

2001-05-04 Thread Craig Dudley
Can you not run SQL server on a differnet box? -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: 04 May 2001 09:11 To: CF-Talk Subject: databases for CF on Solaris? Hi, I have to quote on a CF site that will be hosted on a Solaris box. Trouble is, as an NT-bunny I

RE: databases for CF on Solaris?

2001-05-04 Thread Craig Dudley
May 2001 09:45:49 +0100, Craig Dudley [EMAIL PROTECTED] wrote: Can you not run SQL server on a differnet box? No, the client has one Sun Solaris box and the entire shebang will be running from that. -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: 04 May 2001 09:11

Object Oriented CFML

2001-05-04 Thread Craig Bowes
! -Craig http://www.smart-objects.com/ http://www.cfobjects.com/ ~~ 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

RE: Adding a CSV file to an Access

2001-05-03 Thread Craig Dudley
Chad, upload the file, use cffile to read it line by line inside a cfloop, set local varaibles and insert those varaibles into a db. -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 20:24 To: CF-Talk Subject: Adding a CSV file to an Access Can anyone

RE: IE 6 (whistler)

2001-05-03 Thread Craig Dudley
afaik, whistler is XP's codename. -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: 03 May 2001 14:04 To: CF-Talk Subject: RE: IE 6 (whistler) What is the difference between Windows Whistler and Windows XP? Rich -Original Message- From: Benjamin S. Rogers

RE: IE 6 (whistler)

2001-05-03 Thread Craig Dudley
Read somewhere that the server version will be called Windows 2002, XP is the workstation / laptop version of Windows (business and consumer) and is the replacement for Win9x and NT/2000 Workstation, thank god they seem to be retiring the Win9x codebase. -Original Message- From:

RE: Simple SQL SELECT

2001-05-03 Thread Craig Dudley
Try adding phid to your group by statement -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: 03 May 2001 11:11 To: CF-Talk Subject: Simple SQL SELECT I'm trying to simply select a few colums from a table (phID,phCOL) + the count of that certain select each time

RE: Update in CFquery is failing, somone code check this ?

2001-05-01 Thread Howarth, Craig (IBK-NY)
Is note a reserved word in Access? Try [note] = 'dr'. Craig -Original Message- From: Jason Lees (National Express) [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 11:01 AM To: CF-Talk Subject: RE: Update in CFquery is failing, somone code check this ? I think you

ODBC is EXTREMELY SLOW!

2001-05-01 Thread Craig Bowes
Hi all. I have a machine running one website that doesn’t get that much traffic. It has 2 drives, with windows on the C: drive and the databases and coldfusion sites on the D: drive. The D: drive has about 1.5 GB free, but the C: only has about 300MB free, so I wonder if the low HD space is

RE: Getting current page name.

2001-04-30 Thread Craig Dudley
This should also work, #getfilefrompath(getbasetemplatepath())# -Original Message- From: J Davis [mailto:[EMAIL PROTECTED]] Sent: 28 April 2001 18:20 To: CF-Talk Subject: Getting current page name. I am writing a custom tag and I need to get the url of the page calling the tag to

RE: Netscape 6

2001-04-27 Thread Craig Dudley
I agree, I've been using Mozilla SeaMonkey ( st00pid name ) for quite some time now, I' ve always liked it. I like NN6 too but it's a bit too buggy and slow. I think I'll go get the latest version of Mozilla and have a play. -Original Message- From: JustinMacCarthy [mailto:[EMAIL

RE: Row Color

2001-04-26 Thread Howarth, Craig (IBK-NY)
tr class=#variables.classRow# . /tr /cfoutput Craig -Original Message- From: Joshua Tipton [SMTP:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 2:40 PM To: CF-Talk Subject: Row Color How do I make

RE: Storing structures in a DB

2001-04-25 Thread Craig Dudley
Try using a WDDX packet, you can store those as strings in a DB. -Original Message- From: Darren Adams [mailto:[EMAIL PROTECTED]] Sent: 25 April 2001 09:39 To: CF-Talk Subject: Storing structures in a DB Hello, Just a simple question that probably has a simple answer. Can a

RE: Character code for a TAB

2001-04-24 Thread Howarth, Craig (IBK-NY)
You have no VALUE attribute on the default option. -Original Message- From: Marc Garrett [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 9:48 AM To: CF-Talk Subject: Re: Character code for a TAB Michael Lugassy wrote: I JUST LOVE IT WHEN 1203483409875 PEOPLE

RE: Character code for a TAB

2001-04-24 Thread Craig Dudley
I agree with Dylan, with Coldfusion, as most things, there is always more than one way to skin a Cat. It's nice to see how different people handle the same problem. -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: 24 April 2001 16:28 To: CF-Talk Subject: RE:

RE: Adding 90 minutes to Now()

2001-04-24 Thread Craig Dudley
cfoutput#dateadd(n,90,now())#/cfoutput -Original Message- From: Ben Dyer [mailto:[EMAIL PROTECTED]] Sent: 24 April 2001 16:33 To: CF-Talk Subject: Adding 90 minutes to Now() I'm not sure how to do this: How do I find the value of ninety minutes from now? #DateAdd('h',1.5,Now())#

RE: Oh that's just great.

2001-04-23 Thread Howarth, Craig (IBK-NY)
Someone posted this a while back. So useful that it is now a permanent CF Studio snippet. It doesn't lock, so it should only be used while debugging. CFLOOP LIST=application,session,request,form,url,attributes,cgi INDEX=struct CFOUTPUT B#ucase(struct)#:/BBR CFIF

RE: Find Character in a string

2001-04-19 Thread Craig Dudley
cfset pos = find("", "Mike Tina") cfoutput#pos#/cfoutput -Original Message- From: Brian Thornton [mailto:[EMAIL PROTECTED]] Sent: 19 April 2001 11:35 To: CF-Talk Subject: Re: Find Character in a string Sorry guys say I have "Mike Tina" I want to know what position of the variable

RE: CFExcute doesn't run EXEs

2001-04-19 Thread Craig Dudley
Whats coldfusion logged in as ? A system service or a user ? -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: 19 April 2001 14:12 To: CF-Talk Subject: CFExcute doesn't run EXEs I'm having problems with CFEXCUTE. apperntly I can run stricly bat files that

RE: make the select menu a must select

2001-04-18 Thread Howarth, Craig (IBK-NY)
You have two options with this code: 1) Remove the option value="0"/option default value. That way a valid value will always be selected. 2) Change the test in the JS function to if (theform.member_role.selectedindex != 0), since the first item has an index of 0, not -1. The

RE: printing

2001-04-12 Thread Craig . Wilson
You need to purchase the full version of Adobe Acrobat. This allows for dynamic publishing of .pdf's for publishing, printing and downloading. -Original Message- From: Heidi Belal [mailto:[EMAIL PROTECTED]] Sent: 12 April 2001 10:13 To: CF-Talk Subject: printing Hi all, Could

RE: Creating a Logout action

2001-04-11 Thread Craig Dudley
There's a custom tag caled session_kill.cfm that works quite nicely, it's on allaire developers exchange I think. Or you could play about with StructDelete() as the session scope is basically a structure. -Original Message- From: Peter J. MacDonald [mailto:[EMAIL PROTECTED]] Sent: 11

She's got HUGE...... Recordsets

2001-04-11 Thread Craig Bowes
is an easy, intuitive way for the client to manage these large recordsets and perform updates/deletes? Please reply to [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] . Any code or examples would be appreciated. Thanks, -Craig ~~ Structure your ColdFusion

RE: ODBC Error

2001-04-10 Thread Craig Dudley
With MS access a system database (usually called system.mdw) holds user / workgroup and security information , and probably some other things aswell. Though I'm not exactly sure what it means in your case. -Original Message- From: CF Crazy [mailto:[EMAIL PROTECTED]] Sent: 09 April 2001

RE: Problem with logout

2001-04-09 Thread Craig Dudley
the cflocation is breaking the cfcookies. Solution, either don't use the cflocation and use a jscript redirect or something, or set the cookles conditionally in another page. this will work.. cfset structclear(Session) cfcookie name="cfid" expires="NOW" cfcookie name="cftoken" expires="NOW"

RE: excluding application.cfm from one template

2001-04-09 Thread Craig . Wilson
You would have to place your template in a further subfolder which contains a blank application.cfm. As far as I know that's the only way to do it. -Original Message- From: Jay Brushett [mailto:[EMAIL PROTECTED]] Sent: 09 April 2001 14:10 To: CF-Talk Subject: excluding application.cfm

RE: excluding application.cfm from one template

2001-04-09 Thread Howarth, Craig (IBK-NY)
Two ways that I can think of: 1) Put the template in seperate directory from the rest of your site and place an empty application.cfm in the same directory. 2) In the application.cfm check the value of cgi.path_info for the name of the template and skip the bits you don't want to execute.

RE: syntactically valid variables?

2001-04-06 Thread Howarth, Craig (IBK-NY)
Remove the forward slash from the variable name. -Original Message- From: Toivonen, Nicole [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 10:11 AM To: CF-Talk Subject: syntactically valid variables? Hi there, I'm getting the error below when attempting to

RE: Order By being ignored

2001-04-04 Thread Howarth, Craig (IBK-NY)
What is the data type of the times column? Can you post a few rows of sample data from the times column showing the randomness that you described. -Original Message- From: W Luke [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 3:45 PM To: CF-Talk Subject: "Order

Form Variables not being passed on selected machines

2001-03-28 Thread Craig . Wilson
and they seem ok. Some have IE4 some have IE5 running on NT4. There is no pattern with the browser version. Any ideas? Craig Wilson Business Analyst Business Applications VOLKSWAGEN FINANCIAL SERVICES (UK) LIMITED Work: +44 (0)1908 485229 Fax:+44 (0)1908 549296 Mail: mailto:[EMAIL PROTECTED

RE: Form Variables not being passed on selected machines

2001-03-28 Thread Craig . Wilson
. There is no pattern with the browser version. Any ideas? Craig Wilson Business Analyst Business Applications VOLKSWAGEN FINANCIAL SERVICES (UK) LIMITED Work: +44 (0)1908 485229 Fax:+44 (0)1908 549296 Mail: mailto:[EMAIL PROTECTED

RE: javascript add problem

2001-03-28 Thread Craig Dudley
+ is for concatenating strings (spelling?) ++ will add them up i think. -Original Message- From: Bernd VanSkiver [mailto:[EMAIL PROTECTED]] Sent: 28 March 2001 17:13 To: CF-Talk Subject: OT: javascript add problem Sorry about the OT question, but am stumped as to why this won't work.

RE: CFHTMLHEAD

2001-03-27 Thread Howarth, Craig (IBK-NY)
f_htmlhead Then you don't need to worry about the quotes. Craig -Original Message- From: Brian Thornton [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 3:22 PM To: CF-Talk Subject: CFHTMLHEAD CFHTMLHEAD TEXT=" script !-- Hide the script from old browsers --

RE: Finding a space in a string..

2001-03-23 Thread Craig Dudley
use a regular expression off the top of my head try CFSET pos= RedFind("[[:Space:]]","#tempdefendant#") Syntax cold be wrong, but it's not far off, look in the help on refind() to get it exact. -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: 23 March 2001 16:27

RE: Text area question

2001-03-22 Thread Craig Dudley
use paragraphformat() on the output, might get close to what you are after, it only does quite basic formatting, cr's and lf's only. -Original Message- From: Javed Mushtaq [mailto:[EMAIL PROTECTED]] Sent: 22 March 2001 09:18 To: CF-Talk Subject: Text area question Hi all, I have a

RE: Can we do another select on a cfquery resultset?

2001-03-21 Thread Craig . Wilson
You can query a query in CF5 I believe. You would have to use CFLOOP. -Original Message- From: JAIME HOI [mailto:[EMAIL PROTECTED]] Sent: 21 March 2001 12:54 To: CF-Talk Subject: Can we do another select on a cfquery resultset? hi i was juz wondering if it is possible to do a

RE: To ASP or not to ASP

2001-03-21 Thread Howarth, Craig (IBK-NY)
I first developed web apps in ASP but soon discovered CF. But I was one of those who came from a programming background -- 10+ years in VB, C, RPG, and COBOL. I gladly embraced CF for something that none of these other languages offer: simplicity and speed of development. Having coded CF

RE: CFMAIL Problem

2001-03-21 Thread Craig . Wilson
You may find it's because you have a space in your 'from' field. -Original Message- From: Chris Bellacose [mailto:[EMAIL PROTECTED]] Sent: 21 March 2001 14:40 To: CF-Talk Subject: CFMAIL Problem !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" Hello All: I get the

RE: CFMAIL Problem

2001-03-21 Thread Craig . Wilson
You can most things in the from field, SMTP does not like spaces though. from="Chris_Test" would work. -Original Message- From: Javed Mushtaq [mailto:[EMAIL PROTECTED]] Sent: 21 March 2001 14:55 To: CF-Talk Subject: RE: CFMAIL Problem you must have no spaces in the from and it is

RE: query result to list

2001-03-21 Thread Howarth, Craig (IBK-NY)
valueList(getOptinfo.Name) -Original Message- From: Ethan Rosch [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 10:47 AM To: CF-Talk Subject: query result to list Hi all, what's the easiest way to get the outut of a query into a list? ex. CFQUERY

RE: Need assistance:Nested CFLOOPs

2001-03-21 Thread Howarth, Craig (IBK-NY)
d position. The variable counter already contains the word you are looking for -- no need to look it up. Craig -Original Message- From: Ang él Stewart [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 2:42 PM To: CF-Talk Subject: RE: Need assistance:Nested CFLO

RE: QUERY TROUBLE

2001-03-20 Thread Howarth, Craig (IBK-NY)
Try this: I have added an additional column which test for the value of RMOTown and outputs a 0 if it matches otherwise a 1. The same column is added to the order by. This should work in Access. cfquery name="get_cluster" datasource="#DS_1#" dbtype="ODBC" SELECT T.RMOTown,

RE: Code review, PLEASE

2001-03-19 Thread Howarth, Craig (IBK-NY)
selectcandidate is the name of your query, to resolve the expression you need to indicate a column name. do you really want: input type="hidden" name="id" value="#selectcandidate.id# which will store the ID column of the query as a hidden form field. Craig -Or

RE: Cold fusion has top line blank.......

2001-03-15 Thread Howarth, Craig (IBK-NY)
Do you have an application.cfm file? This is always processed before your template, so it may be adding extra blank space. Craig -Original Message- From: Richard Kuryk [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 4:11 PM To: CF-Talk Subject: Cold fusion has top

RE: Capturing a NT User ID

2001-03-14 Thread Wilson, Craig
You can use the CGI.AUTH_USER variable and use the removechars function to trim it down if necessary. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 14 March 2001 15:18 To: CF-Talk Subject: Capturing a NT User ID Is there a simple way to capture the NT

RE: Evaluate/De problem

2001-03-14 Thread Howarth, Craig (IBK-NY)
Try this: CFSET CategoryIDList = Evaluate("Valuelist(GetCategory#url.id#.Category_ID)") Craig -Original Message- From: Duane Boudreau [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 10:43 AM To: CF-Talk Subject: Evaluate/De problem I ha

RE: cfexecute and prompts

2001-03-13 Thread Craig Dudley
Not unless the program in question accepts paramaters from the command line. -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: 13 March 2001 15:55 To: CF-Talk Subject: cfexecute and prompts I am trying to run a program with cfexecute. The problem I am having is

Browsing in the browser

2001-03-09 Thread Wilson, Craig
Does anyone know of a good applet/script that would allow me to browse for a local file then use that file as a MIME attachment using CFMAIL? ** The opinions expressed in this E-mail are those of the

RE: Browsing in the browser

2001-03-09 Thread Wilson, Craig
Thanks Philip, but I need to actually attach the file to an CF generated e-mail, it's to enable users to attach error messages or screen prints as an attachment. It's to form part of a web based problem logging interface with Tivoli Problem Management. Tivoli requires the document attached to

RE: Browsing in the browser

2001-03-09 Thread Wilson, Craig
Actually, I think I can use your code to get what I'm after, Ignore the burble below. Thanks for your help! -Original Message- From: Wilson, Craig [mailto:[EMAIL PROTECTED]] Sent: 09 March 2001 11:47 To: CF-Talk Subject: RE: Browsing in the browser Thanks Philip, but I need

input type=file

2001-03-09 Thread Wilson, Craig
After using the following code to browse for a file (thanks Philip), form action="myPage.cfm" method="post" ENCTYPE="multipart/form-data" input type="file" name="myFile" input type="submit" /form I want to use the variable #FORM.MYFILE# to form part of a CFMAIL command using mimeattach :

RE: input type=file

2001-03-09 Thread Wilson, Craig
r opinions expressed in this email are that of the individual and not necessarily those of A.B.C (Systems and Development) Limited or any of it's subsidiaries. -Original Message- From: Wilson, Craig [mailto:[EMAIL PROTECTED]] Sent: 09 March 2001 12:55 To: CF-Talk Subject: input type="file&quo

RE: Testing for NULL in stored procedures

2001-03-08 Thread Howarth, Craig (IBK-NY)
Try IS NOT NULL Craig -Original Message- From: sebastian palmigiani [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 10:49 AM To: CF-Talk Subject: Testing for NULL in stored procedures I am working on a poll which allows multiple selections. How do I get

Printing PDF's using ColdFusion?

2001-03-08 Thread Craig Perry
? Best case scenario: merging multiple PDF's into one PDF and then automatically printing that new PDF. Any ideas? Thanks. Craig ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: Form submit new window

2001-03-07 Thread Howarth, Craig (IBK-NY)
Try this: form action="test.cfm" method="post" target="newTest" onsubmit="window.open('','newTest','width=200,height=400')" The name given to the new window must match the name specified in target. Craig -Original Message- From: Lee Surma [

RE: Text box not wrapping

2001-03-07 Thread Howarth, Craig (IBK-NY)
If you specify wrap="hard" in the textarea tag, you must either convert the CR/LF using replace or ParagraphFormat() or use PRE to preserve the CR/LF as they are. If you are using PRE already, then perhaps you have not specified wrap="hard" on textarea. Craig -

RE: Stored Procedures and HTML form List

2001-03-02 Thread Craig Bowes
Thanks! That's almost exactly what I was looking for. I'll try it today. Why would it not be an optimal solution? Is it slower or can that function only be used in certain situations? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 5:38 PM

<    3   4   5   6   7   8   9   10   >