Change Header Value (tds)

2000-12-04 Thread Troy Simpson
I have a *.cfm template that I want to just spit out text and be interpreted by the browser to be just text. I'm assuming I need to change the header "Content-type:" from "text/html" to "text/plain" Can I do this and if so how? So far, I have attempted to use the tag but when I display the head

Re: TWO for the crew

2000-12-04 Thread Lawrence B. Afrin, M.D.
JP -- Regarding #1, yes, but the target database's path/filename in the ODBC datasource definition can't be defined in terms of a mapped drive letter. Rather, you have to use the standard UNC pathname, e.g., There are additional caveats regarding access permissions, etc. This subject ha

Recurrence Engine

2000-12-04 Thread Duane Boudreau
Has anyone here built a scheduling recurrence engine? I'm looking for some thing that schedules tasks like so: o Every nth day of the month o Every given day of every week o Every nday of every month etc... TIA, Duane Boudreau CFExperts.Com ~~~

Need some guidance on a CFPOP question

2000-12-04 Thread KJis18
Ok, can i do this to determine if someone has logged in correctly??? Good Login, Proceed Bad Login, Redirect Can i do that record check? kev ~~ Structure your ColdFusion code with Fusebox. Get the official book at ht

Re: A great Shockwave flash movie

2000-12-04 Thread Greg Wolfinger
Thanks Michael. Glad you are looking out for us!!! Greg - Original Message - From: "Michael Dinowitz" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 04, 2000 7:00 PM Subject: Re: A great Shockwave flash movie > The great shockwave movie is a virus file. As

Re: ColdFusion for Dummies revision - CF5 features

2000-12-04 Thread pan
> > Since the query is stored in memory (I assume resident only while the page > is processing) you would be running your sub queries against memory. This > would be a big time performance boost over running traditional queries > because of the difference between the speed of memory access vs. d

Re: Coding standards

2000-12-04 Thread Greg Wolfinger
Michael: Ben Forta's books do a great job explaining the Cold Fusion Application Framework. He's arguably the best out there. Greg - Original Message - From: "Michael She" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 04, 2000 6:19 PM Subject: Coding stand

Re: CF SP2 + Win2k/Memory Leaks

2000-12-04 Thread eisensmi
To solve these problems, our high-priced consultant suggested we change all of our Application.(dot) variables to Request.(dot) variables. He feels this will solve your problems. /spe Date sent: Mon, 04 Dec 2000 10:32:37 -0500 From: Jim Gurfein <[EMAIL PROTECTED]> S

Re: Sr. CF Developer Available

2000-12-04 Thread Greg Wolfinger
John: I believe there is a cf-jobs list for that. Greg - Original Message - From: "John Elder" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 04, 2000 3:34 PM Subject: Sr. CF Developer Available > > Almost 5 years experience with CF and over a year each wi

Re: A great Shockwave flash movie

2000-12-04 Thread David E. Crawford
It was a virus which was fortunately stopped at the server. DC - Original Message - From: "ibtoad" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 04, 2000 23:33 Subject: RE: A great Shockwave flash movie > Uh where is it?? > Rich > > -Original Message-

Big companies using CF

2000-12-04 Thread Joe Sheble aka Wizaerd
I know this is probably one of those discussions that turn up all the time on a mailing list such as this, and I apologize for bringing it up. I have a new IT Director starting at my company in the very near future who's a big Microsoft fan, and thinks there's nothing better than ASP and/or C# (w

RE: CFFILE Issue

2000-12-04 Thread Shane Witbeck
while we are on the subject, I posted a general question asking if anyone has used the activex control which allows a drag and drop ftp interface via the browser. has anyone worked with this control in conjunction with cf? Shane Witbeck -Original Message- From: Evan Lavidor [mailto:[EMAI

Re: Automatic repair and compact

2000-12-04 Thread pan
From: "monika kon" <[EMAIL PROTECTED]> Subject: Automatic repair and compact > Hi everyone, > Is it possible to compact and repair Access databbase > every day automatically through Coldfusion code.Please > help!! > Shally.. Yes. Acc97 DAO 3.5 Acc2k DAO 3.6 DAO needs to be on the server - the

RE: Changing colors in a list box.

2000-12-04 Thread Michael Thomas
These styles These other styles Thats as best as your going to get it. >From: Patricia Lee <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: Changing colors in a list box. >Date: Mon, 04 Dec 2000 11:26:52 -0500 > >I'm not a CSS goddess, but I don't

RE: OT Layers

2000-12-04 Thread Michael Thomas
Also keep in mind, filters are IE specific. Only Internet Explorer will render them. >From: Stewart McGowan <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: OT Layers >Date: Mon, 04 Dec 2000 20:01:56 - > >cheers andrew saved me bacon > >-Or

Re: getting only unique query results

2000-12-04 Thread Phoeun
lemme see your output code. that may be the problem - Original Message - From: "Greg Wolfinger" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 04, 2000 3:55 PM Subject: getting only unique query results > Hey Guys: > > I have a query that looks likes thi

RE: getting only unique query results

2000-12-04 Thread Rick Lamb
This may not be related to your problem, but may I suggest writing your query this way: SELECT name, product_id FROMtblProducts WHEREcategory_id in ',#attributes.theList#' Much cleaner, and from what I understand it's faster than writing a bunch of seperate "or" stateme

RE: CF-File Workaround

2000-12-04 Thread Arden Weiss
www.edgewebhosting.com also does... Arden Weiss 410-757-3487 -Original Message- From: Billy Cravens [SMTP:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 2:19 PM To: CF-Talk Subject:Re: CF-File Workaround It is possible to do it with ASP. To do so you'll need to sear

RE: Problem Matching Dates

2000-12-04 Thread Scott, Andrew
Here is a question that I can't recall how I fixed! Going from a normal non secured page to a secured page, I think I fixed it by using an application.cfm within the secured directory structure with a cfinclude to include the application.cfm from the applications root directory. Now what I am ask

Re: CFFILE Issue

2000-12-04 Thread Terri Stocke
Yes, I found it strange as well. I would think that for such a MAJOR issue as this one, I would have definitely heard about it before--and there DEFINITELY would have been an article on it somewhere! JFYI, for those of you who have asked--I am using CF 4.0.1 (on NT). I agree fully with your ana

Re: Bulk imports into database

2000-12-04 Thread paul smith
I use the following for BULK INSERTs BULK INSERT Victor FROM 'D:\FR\FileResource\101-200.csv' WITH ( FIELDTERMINATOR=',', ROWTERMINATOR=' ' ) Very fast! best, paul At 03:06 PM 12/4/00 -0600, you wrote: >Actually, Enterprise Manager is just a front-end to SQL Server, and >you'd want to autom

RE: How can I use CF to push data into a statistical package or an Ex cel spreadsheet?

2000-12-04 Thread Rick Osborne [Mojo]
Tim Dempsey asked: > How do I take that data and get it into Excel on the client's machine? We had to do something like this last month (with Doughnut charts instead of Pie charts, but it's close enough). I never could get it to work 100% in CF, as Excel wouldn't honor my Quit() command and woul

RE: How can I use CF to push data into a statistical package or an Ex cel spreadsheet?

2000-12-04 Thread Rick Lamb
I would suggest using cfcontent to a file on the server then providing a link to it for the client to click on. You could also set the cfcontent tag for download, which would make the excel file and then prompt them to download it in one step. Rick -Original Message- From: Dempsey, Timot

RE: Bulk imports into database

2000-12-04 Thread Rick Lamb
How many times do I have to say this people. Use DTS if your using sql server. That's what's it's there for! Rick -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 3:07 PM To: CF-Talk Subject: Re: Bulk imports into database Actually, Ente

Re: Bulk imports into database

2000-12-04 Thread Peter Theobald
Bulk inserts from inside SQL... Sybase doesn't have that extension... At 03:06 PM 12/4/00 -0600, Billy Cravens wrote: >Actually, Enterprise Manager is just a front-end to SQL Server, and >you'd want to automate the "back end", not the "front end". > >For SQL Server, take a look at "BULK INSERT

Re: ColdFusion for Dummies revision - CF5 features

2000-12-04 Thread Peter Theobald
It will also be nice to be able to sort the data on a page, or even on a multi-page data set without going back to the database server. At 12:39 PM 12/4/00 -0800, pan wrote: >From: "Todd Ashworth" <[EMAIL PROTECTED]> > >Subject: Re: ColdFusion for Dummies revision - CF5 features > > >> | b..

RE: deallocate

2000-12-04 Thread Andrew
It depends on what it is you are trying to do exactly. The variables scope is fine for most things one needs to do. I'm not sure why you'd need the variables scope to be a structure but I suppose someday it probably will be as well. The reasons why you'd use request variables over local variab

RE: Schedule Tasks in CFADMIN

2000-12-04 Thread Andrew
question, are you using meta refresh or any cflocation tags on the template(s) being scheduled? Andrew Hewitt Web Application Developer webworld studios, inc. www.wwstudios.com "I don't have a solution, but I admire your problem" -Original Message- From: Willy Ray [mailto:[EMAIL PROTEC

Thanks for CF Help

2000-12-04 Thread Randy Zeitman
I'd like to thank the group for the CF help needed to help create my first CF driver site! The site is http://www.guitarlist.com and, thanks for cold fusion, is the most powerful guitar, bass, and amp search engine on the net! Thank you, Randy M. Zeitman GuitarList.com 610.259.4123 -- "I've

RE: Application.cfm

2000-12-04 Thread Benjamin Fitts
Regarding Application variables. When my code wasn't properly written I thought custom tags couldn't read application variables but I figured out I was doing something wrong. Custom tags can read application variables; just scope the variable as application.variablename. You need to scope the

RE: Application.cfm

2000-12-04 Thread Dave Watts
> No, I don't believe so - custom tags - called by cf_ or > cfmodule are run on a separate thread, so they aren't > aware of application variables (like #dsn# for your > datasource). That's not true. Application variables are available from within custom tags, as are request variables. Dave W

RE: Application.cfm

2000-12-04 Thread Scott, Andrew
Or better still why not and reference it with the Attributes scope. This way it becomes a resusable piece of code that might be useful for other sites without much modification. regards Andrew Scott Senior Cold Fusion Application Developer -Original Message- From: Ryan [mailto

Re: A great Shockwave flash movie

2000-12-04 Thread Peter Theobald
Hmm... something is wrong, I can't seem to READ YOUR MIND!! At 03:01 PM 12/4/00 -0500, Steve Reich wrote: >Check out this new flash movie that I downloaded just now ... It's Great >Bye > > > ~~ Structure your ColdFusion code with Fusebox. G

Re: A great Shockwave flash movie

2000-12-04 Thread Michael Dinowitz
The great shockwave movie is a virus file. As you know, no attachments are allowed on the lists. In addition to that, I've written up some code that cleans all the posts to remove all HTML mail garbage, including attachments and extra footers. If you want the virus, I'm sure someone else will send

Re: Is the Fusebox book available in stores or only at the fusionauth ority web site?

2000-12-04 Thread Michael Dinowitz
I know its at B&N and should be at Amazon as well. Judith is speaking to a major distributor about it now and hopefully it'll get out in other places as well. > Folks, > > The subject line says it all. I ask because I don't see it listed either at > Amazon.com's website or at Softpro's. > > Than

CF Development Methodologies... (for Dave Watts)

2000-12-04 Thread Peter Theobald
Dave, you have mentioned a few times that you favor developing the front end in Cold Fusion (and of course DHTML and Javascript), the back end in a SQL Database, and all of the business logic in a middle layer. Can you tell us more about what you use for that middle layer? Do you write custom

RE: Another YAFLAQ (yet another f****** lock question)

2000-12-04 Thread Peter Theobald
You aren't the famous Ron Popeil of Ronco, are you? ... Big fan of your commercials... At 01:38 PM 12/4/00 -0600, [EMAIL PROTECTED] wrote: >> Subject: Another YAFLAQ (yet another f** lock question) > >I love those YAFLAQ commercials. :) > >-ron > > > >

RE: Bulk imports into database

2000-12-04 Thread Dave Watts
> The bulk-import facility is different for each database. > Sybase has "BCP", a command line utility that you would > access through CFEXECUTE. SQL-Server has "Enterprise > Manager", which is interactive. I don't know how you would > automate using it (one of the reasons why I am a Unix fan >

RE: A great Shockwave flash movie

2000-12-04 Thread ibtoad
Uh where is it?? Rich -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 3:01 PM To: CF-Talk Subject: A great Shockwave flash movie Check out this new flash movie that I downloaded just now ... It's Great Bye

Coding standards

2000-12-04 Thread Michael She
Hello, I'm intersted in learning about coding and programming standards for Coldfusion/scripting languages. People have mentioned CFObjects and Fusebox coding methodologies for CF. Are there any others out there? They don't have to be specific for ColdFusion. Thanks! -- Michael She I m a g

RE: CFFILE Issue

2000-12-04 Thread Evan Lavidor
Except, CFFTP won't let you upload files from the client to the CF server, unless they exist on another FTP server somewhere. CFFTP only lets the CF Server talk to FTP Servers, not to the client. Evan > -Original Message- > From: Phoeun Pha [mailto:[EMAIL PROTECTED]] > Sent: Monday, Dec

RE: CFFILE Issue

2000-12-04 Thread Dylan Bromby
Nope. CFFTP does not move files between your local desktop and the server running CF. It's for connecting to a FTP server FROM the CF server. So...if you were running a FTP server on your desktop, you could do it. But CFFTP is not an alternative to CFFILE. -Original Message- From: Phoeun

RE: APPLICATION.CFM Variable problems

2000-12-04 Thread Won Lee
The problem is because the variable stTypeA already exists. And despite your efforts to change the value, it won't cause the application already sees that variable has been assigned. Won -Original Message- From: Richard L Smith [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000

Re: CFFILE Issue

2000-12-04 Thread Billy Cravens
CFFTP only works to transfer files from server to server; you can't use CFFTP to transfer files from client to server (unless the client has an FTP server running, which doesn't really fit into the "browser file upload" paradigm). -- Billy Cravens [EMAIL PROTECTED] Phoeun Pha wrote: > > U cou

RE: Problem Matching Dates

2000-12-04 Thread Hayes, David
Turn on debugging and output the query; you'll see what values are actually being passed to the db by cold fusion. You may have some luck if you make convert your form.date value to an ODBCDate object (see createODBCDate function). You could also try using the SQL CONVERT function to convert y

RE: Schedule Tasks in CFADMIN

2000-12-04 Thread Dan Haley
You will get many types of responses to this question - some of which will be "don't use the scheduler"! Since our scheduled tasks have worked ok, I'll just pass along the one problem we ran into in case it helps. Your CF server calls these scheduled tasks by emulating a browser (somehow - not s

Re:

2000-12-04 Thread Joseph Thompson
Here are a couple lines I find I cut and paste allot... The Logical Path to this file: #GetDirectoryFromPath(ExpandPath("*.*"))# The FileName of this File: #GetFileFromPath(GetCurrentTemplatePath())# Use these in your code, or simply output themn to the screen to see where you are in the direct

Re: Another YAFLAQ (yet another f****** lock question)

2000-12-04 Thread Gregory Harris
I'm not locking up the entire page, but granted I'm working with code that I didn't develop, I need to run a CFLOCK over some of the area to ensure some integrity within CF. Some of this code that is being locked has CFINCLUDE statements doing additional work. This is why I'm curious. Basically

getting only unique query results

2000-12-04 Thread Greg Wolfinger
Hey Guys: I have a query that looks likes this: SELECT name, product_id FROMtblProducts WHEREcategory_id = '' OR category_id = '#theID#' The problem is that it keeps on selecting the products over and over and not just once. I have only 11 records f

Automatic repair and compact

2000-12-04 Thread monika kon
Hi everyone, Is it possible to compact and repair Access databbase every day automatically through Coldfusion code.Please help!! Shally.. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com

RE:

2000-12-04 Thread Andrew
How are you trying to create the collection. Are you running a template located on the host machine or are you running the template from some other server outside the ISP? Andrew Hewitt Web Application Developer webworld studios, inc. www.wwstudios.com "I don't have a solution, but I admire yo

Advice on a couple of issues please...

2000-12-04 Thread Milks, Jim
Hi all, 1- Anybody have an opinion on the 3 PDF related custom tags on the Allaire developer exchange? I have a client who would like to save reports / queries to PDF. 2- I am evaluating a site for enhancements which uses cookies for all security and authentication. Although I have never done th

RE: Advanced Queries (take 2)

2000-12-04 Thread Won Lee
OK I'm going to assume SQL Server is your DB. I haven't worked with SQL Server for almost a year now, so you have to excuse me if my answer doesn't work. You might have to replace UPPER with whatever the SQL command is. I gave you the Oracle Functions. I think its like UCASE or something like th

RE: Problem Matching Dates

2000-12-04 Thread Simon Horwith
be sure to do all date inserts and comparisons with a variable that you've performed CreateODBCDate() or CreateODBCDateTime() on. That's frequently the root of date problems when dealing with databases. That's where I'd start. Are you getting any error message, or is the code just not producing

RE:

2000-12-04 Thread Simon Horwith
if all they gave you was the drive letter of the drive your site is on, the first thing I'd do is get on the horn with them and tell them you need the full local path to your domains webroot folder. Who knows what sort of webserver or CFServer aliasing they could be using. ~Simon > Simon Horwit

How can I use CF to push data into a statistical package or an Ex cel spreadsheet?

2000-12-04 Thread Dempsey, Timothy F.
Folks, I have a CF application that conducts a survey by presenting a varying series of questions to the user and then storing the answers in an Oracle database. I have another CF application for the administrator of the survey that displays on a web page a summary of the answers for each questio

TWO for the crew

2000-12-04 Thread j p
1) Will CF conect to a mdb DS through a network connection?? If I map a dreve to a network machiene and try to connect using that drive letter in the CFA ODBC connection screen - it doesn't seem to like that?? Has anyone done this successfully? How? 2) The application.cfm template is used on

Re: Bulk imports into database

2000-12-04 Thread Billy Cravens
Actually, Enterprise Manager is just a front-end to SQL Server, and you'd want to automate the "back end", not the "front end". For SQL Server, take a look at "BULK INSERT" (look in the Books Online). It allows you to take a text file containing your data, and bulk insert that data (duh) into a

Oleani Technologies

2000-12-04 Thread Scott Wood
I am wondering if anyone has ever done business with "Oleani Technologies, the Cold Fusion Specialists"? (http://www.oleani.com/) I have attempted to set up a hosting account. I filled out the form on their site, and even included my credit card number. They did not confirm the transaction, o

RE: CF-File Workaround

2000-12-04 Thread John Anderson
cfftp is disabled as well? -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 10:54 AM To: CF-Talk Subject: Re: CF-File Workaround > Is there a way using asp or another method to upload files to a hosted > server where the > host company has tur

Re: Bulk imports into database

2000-12-04 Thread Gregory Harris
Really though, it depends on the source database and the destination database to come up with the best solution. For instance once I had to convert a MySQL database to a SQL 7 one between NT and Unix. I had to convert back and forth between WDDX packets to accomplish that one. In short, just ta

RE: CF-File Workaround

2000-12-04 Thread Steve Bernard
Um, didn't he say that CFFILE and CFFTP were disabled? Steve -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 1:54 PM To: CF-Talk Subject: Re: CF-File Workaround > Is there a way using asp or another method to upload files to a hosted > server w

Re: ColdFusion for Dummies revision - CF5 features

2000-12-04 Thread Jamie Keane
Yeah, you could just run another query, but if you already have a query and you want to pull a subset of it, it does save resources to run a subquery off of what you already store. So in responce to your question: "Yeah". -- Jamie Keane Programmer SolutionMasters, Inc. 9111 Monroe Rd., Suite 100

Delaware CFUG Meeting December 13th

2000-12-04 Thread John McKown
The Delaware CFUG is meeting on December 13th. We have a guest speaker that will discuss CFHTTP. For more information, please visit http://www.decfug.org. Thanks. John McKown, VP Business Services Delaware.Net, Inc. 30 Old Rudnick Lane, Suite 200 Dover, DE 19901 email: [EMAIL PROTECTED] phone:

RE: CFFILE Issue

2000-12-04 Thread Craig Thomas
Try the tag. I think it is more cumbersome for simpling uploading files, but it works. craig thomas: pk interactive nyc : www.pkinteractive.com : vox +1 212.273.9623 : fax +1 212.273.9642 -Original Message- From: Terri Stocke [mailto:[EMAIL PROTECTE

RE: ColdFusion for Dummies revision - CF5 features

2000-12-04 Thread Duane Boudreau
> | b.. Ability to run queries against existing query result sets (CFSQL). > > I don't understand the need for that. Couldn't you just run > another query? > Or is it some sort of performance issue thing since the query is > in memory? Since the query is stored in memory (I assume resident onl

Is the Fusebox book available in stores or only at the fusionauth ority web site?

2000-12-04 Thread Dempsey, Timothy F.
Folks, The subject line says it all. I ask because I don't see it listed either at Amazon.com's website or at Softpro's. Thanks, -- Tim Dempsey ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionau

Re: ColdFusion for Dummies revision - CF5 features

2000-12-04 Thread Neil H.
Well that means you could pass a results in a WDDX recordset as a form variable or even session or whatever storage. Then convert it to a query and query the results again?! Neil - Original Message - From: "Todd Ashworth" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monda

Re: ColdFusion for Dummies revision - CF5 features

2000-12-04 Thread pan
From: "Todd Ashworth" <[EMAIL PROTECTED]> Subject: Re: ColdFusion for Dummies revision - CF5 features > | b.. Ability to run queries against existing query result sets (CFSQL). > > I don't understand the need for that. Couldn't you just run another query? > Or is it some sort of performanc

Sr. CF Developer Available

2000-12-04 Thread John Elder
Almost 5 years experience with CF and over a year each with Oracle and MS SQL. Available for contract/full/part time work. NYC or Cardiff area or can work remotely. John Elder [EMAIL PROTECTED] 718-426-7317 ~~ Structure your ColdFusion c

RE: Query functions problem

2000-12-04 Thread Rick Lamb
Probably because of how queries are store. They are stored in structure with each key name linking to a field name in the database. In each key is a one dimensional array containing all the records for each field. So if you wanted to delete row number 10 you would do something like this:

Re: Application.cfm

2000-12-04 Thread Ryan
At 13:19 12/4/00 -0500, you wrote: >Would application variables be available to a module (i.e. a template called >by CFModule) ? And if they are how far up the tree will CF look for the >application.cfm file? > >My problem is I set a variable called datasource equal to my DSN name. I >attempt to

Re: CFFILE Issue

2000-12-04 Thread Billy Cravens
That seems a bit strange. I've seen no major announcement from Allaire, and this seems like a MAJOR issue. You could use a file upload COM object (the way you'd do it in ASP; go to any ASP site to find some). Built-in functionality is ColdFusion's strongest selling point; I really don't want

RE: Application.cfm

2000-12-04 Thread Jason Egan
No, I don't believe so - custom tags - called by cf_ or cfmodule are run on a separate thread, so they aren't aware of application variables (like #dsn# for your datasource). The datasource is usually what I ran into trouble with, so I passed it as an attribute: Then attributes.userid and attr

Re: [Application.cfm]

2000-12-04 Thread Alex
set it as a session var "Neil H." <[EMAIL PROTECTED]> wrote: Would application variables be available to a module (i.e. a template called by CFModule) ? And if they are how far up the tree will CF look for the application.cfm file? My problem is I set a variable called datasource equal to my DS

RE: CFFILE Issue

2000-12-04 Thread Andrew
Terri: I haven't personally run into any memory hogging problems with cffile but I've never been involved in a project where it is extensively used. A possible alternative for you could be to set up your server to receive ftp requests and use the cfftp tag instead. Andrew Hewitt Web App

Re: CFFILE Issue

2000-12-04 Thread David Cummins
Hmmm... never heard of that one. Which version of CF? 4.5? Could you try downgrading? Our CF server doesn't seem to have that problem, and we're using 4.5. Possibly you could look at a CFX_FILE tag - I know of one which has the added bonus of better security, however it does not set all the attri

Re: APPLICATION.CFM Variable problems

2000-12-04 Thread David Cummins
One thing that happened to me recently, was I forgot that a relative URL would be relative to the template that was called, not the include file that it appears in. Silly, I know, but if you had another copy of those stylesheets somewhere else, and the URL happens to resolve to them, they would b

Re: OT Layers

2000-12-04 Thread Billy Cravens
I would suggest using something other than the tag, as Netscape 6 doesn't appear to support it. -- Billy Cravens [EMAIL PROTECTED] Stewart McGowan wrote: > > Hi guys, sorry for the off topic message, but as you lot are the premier web > developers in the worldthen who better to ask? > >

RE: OT Layers

2000-12-04 Thread Stewart McGowan
cheers andrew saved me bacon -Original Message- From: Andrew [mailto:[EMAIL PROTECTED]] Sent: 04 December 2000 18:19 To: CF-Talk Subject: RE: OT Layers ...style.filter='alpha(opacity=x)' where x is the level of opacity between 0 and 100, o being completely transparent and 100 being so

A great Shockwave flash movie

2000-12-04 Thread Steve Reich
Check out this new flash movie that I downloaded just now ... It's Great Bye ~~ 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

A great Shockwave flash movie

2000-12-04 Thread Steve Reich
Check out this new flash movie that I downloaded just now ... It's Great Bye ~~ 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

RE: UML

2000-12-04 Thread Jason Egan
where is the cfobjects coding standard located -- I was thinking fusebox. je -Original Message- From: Anthony Geoghegan [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 10:13 AM To: CF-Talk Subject: RE: UML UML is designed with object orientated software in mind, is it not? C

Re: ColdFusion for Dummies revision - CF5 features

2000-12-04 Thread Jamie Keane
O! This makes me very happy, and will certainly make the other developers happy as well. We've been lamenting the lack of UDFs for a good while. Thanks for the pointer! -- Jamie Keane Programmer SolutionMasters, Inc. 9111 Monroe Rd., Suite 100 Charlotte, NC 28270 www.solutionmasters.com 7

RE: CFFILE Issue

2000-12-04 Thread Simon Horwith
the only work around I can think of, other than the use of Objects (COM, server side java, or CORBA) would be the use of CFHTTP to post the file and CFFTP for file manipulation. In terms of scalability, and general code re-use/maintenance purposes, this does not seem like a very good alternative

Re: CFFILE Issue

2000-12-04 Thread Ryan
Where is the bug? 4.5.1 ? 4.5.1 SP1 ? 4.5.1 SP2 ? With SP2 I imagine but I wanted to make sure. I thought SP2 was still in beta but maybe its not... Thanks, Ryan At 18:04 12/4/00 -, you wrote: >Hey all, > >I spoke with an Allaire regional tech rep last week who told me in no >uncertain te

Re: deallocate

2000-12-04 Thread Jamie Keane
Are there any issues with using the request scope in lieu of the variable scope? Or is the fact that one's a struct the only difference? -- Jamie Keane Programmer SolutionMasters, Inc. 9111 Monroe Rd., Suite 100 Charlotte, NC 28270 www.solutionmasters.com 704.563.5559 x 228 Voice 704.849.9291

RE: CFFILE Issue

2000-12-04 Thread Dylan Bromby
Is this for a particular CF release? I use CFFILE all the time on 4.0.1 Ent ... 2 years now ... and haven't had those problems. -Original Message- From: Terri Stocke [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 10:04 AM To: CF-Talk Subject: CFFILE Issue Hey all, I spoke

RE: CFFILE Issue

2000-12-04 Thread Phoeun Pha
U could use CFFTP, but design it in a way that the interface makes it look like you're using CFFILE -Original Message- From: Terri Stocke [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 12:04 PM To: CF-Talk Subject: CFFILE Issue Hey all, I spoke with an Allaire regional t

RE: Another YAFLAQ (yet another f****** lock question)

2000-12-04 Thread Phoeun Pha
Yes, page B will be allowed to include page C right away. The CFLOCK in this case will only lock out page C to those who access it through Page A by way of CFINCLUDE. -Original Message- From: Gregory Harris [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 11:47 AM To: CF

RE: Another YAFLAQ (yet another f****** lock question)

2000-12-04 Thread ron
> Subject: Another YAFLAQ (yet another f** lock question) I love those YAFLAQ commercials. :) -ron ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://

Re: CF-File Workaround

2000-12-04 Thread Billy Cravens
It is possible to do it with ASP. To do so you'll need to search for file uploading with ASP, and make sure you find the version on doing it without a custom COM object (this will be a bit tough to find, but I've seen it). (Didn't go into details here b/c that's beyond the scope of this list.)

RE: Another YAFLAQ (yet another f****** lock question)

2000-12-04 Thread Jones, Matt
Why are you locking the entire page? -Original Message- From: Gregory Harris [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 11:47 AM To: CF-Talk Subject: Another YAFLAQ (yet another f** lock question) Ok, we all know that CFLOCK will lock up a page to single-threaded mod

Schedule Tasks in CFADMIN

2000-12-04 Thread Willy Ray
I have a template I want to run monthly. Here's what it does: 1. Deletes all records flagged for deletion. 2. Checks for records that are a year old 3. Flags those for deletion 4. CFmails the email addresses in the year-old records, "Hey, your record is flagged for deletion. Will be delete

formula1

2000-12-04 Thread Andy Lambert
This is a multi-part message in MIME format. --=_NextPart_000_005A_01C05DFD.5B9DEF40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Has anyone ever used Tidestone's Formula1 web/spreadsheet interface with = ColdFusion? I am working on it no

Re: Another YAFLAQ (yet another f****** lock question)

2000-12-04 Thread Peter Theobald
What does the 'A' stand for in "YAFLAQ"? I *think* once a lock is opened it will remain open (locked) until either you close the lock explicitly, or the lock's scope (page) goes away. So while the INCLUDE is being processed the lock is still "on". But remember, CFLOCK does not go into single-th

Problem Matching Dates

2000-12-04 Thread Chris Martin
Hey everyone. I am working with sql server, and I am trying to match a date to update a record. Here is what I have: UPDATE dbo.tbl_EP_EventDateTime SET EventDateStartTime = #local.startTime#, EventDateEndTime = #local.endTime#, EventScheduleNotes

RE: normalization problem?

2000-12-04 Thread Hayes, David
Here's a couple of things to try: 1) Run your queries in a db tool (SQL Query Analyzer) to compare performance of different statements AND to see how many records are being returned. This will make your life easier. 2) Make sure all the fields you are joining on are indexed. 3) Try the TOP X la

Re: UML

2000-12-04 Thread Alex Aguilar
Building Web Applications with UML: http://www.conallen.com/whitepapers/webapps/ModelingWebApplications.htm - original whitepaper http://www.bookpool.com/.x/r6ebp8rsp6/ss/1?qs=conallen - book (unfortunately the book examples are in asp) Fusebox-based approach www.fuseml.org - Original Messa

cf-talk@houseoffusion.com

2000-12-04 Thread Dan Sullivan
Hello, I am doing some work for a company that has their site hosted at an ISP on an NT machine. I am trying to get a search engine working for them and I'm having troubles with the path to create and index a collection. The ISP has given me, the host.domain.net\username\webroot path to my Webr

  1   2   >