RE: Creating a CSV in a select

2002-05-23 Thread Rich Wild
If you are using MS SQL, there's an option that can be set to still have the string built even if a NULL is encountered... SET CONCAT_NULL_YIELDS_NULL {ON | OFF} so you could do: SET CONCAT_NULL_YIELDS_NULL OFF SELECT '"' + RTRIM(CATEGORY) + '"' + ',' + '"' + RTRIM(newc

SOT: SQL Server virus

2002-05-23 Thread Peter Tilbrook
Worm hits SQL servers A NEW worm which has infected thousands of servers running Microsoft SQL server, although security vendor Symantec says it is not a serious threat. The worm, known as Spida Worm, js.spida.b.worm, Double Tap and SQLSnake, searches for access the databases via the default sys

Fusion Authority News Alert (109)

2002-05-23 Thread Michael Dinowitz
http://www.fusionauthority.com/alert/index.cfm?alertid=109 Specials A Thank You to Our Readers Community CFUN-02 Hotel Room Discount Expires Soon! New Function to Parse XML Resource Feed Fantastic ColdFusion FAQ More Conversations from Hal and Steve Reviews Infoworld

Re: SQL Server virus

2002-05-23 Thread Michael Dinowitz
Not too off topic. I posted this to the [EMAIL PROTECTED] list a day or so back and it's covered in the latest issue of Fusion Authority. As many CF programmers and shops use SQL, it's an important security issue. Thanks for posting it. > Worm hits SQL servers > > A NEW worm which has infecte

RE: Netscape4 and Dynamic content Problems

2002-05-23 Thread Erika L Walker-Arnold
Dan, Sorry I can't help much with your question, but I do know of a great mailing list at http://p2p.wrox.com/javascript/ where they might be able to help. You can also browse the archive online. Cheers, Erika >>| -Original Messa

Re: Netscape4 and Dynamic content Problems

2002-05-23 Thread Stephen Moretti
Or there's the JS-Jive mailing list at Yahoo Groups, which is a mix of CF/ASP/PHP -> JS developers ;o) http://groups.yahoo.com/group/JS-Jive/ Incidentally, no idea exactly what your problem is, but if I remember correctly, Nutscrape is kinda useless at ilayers - I think you have to use DIV

RE: JRUN and MX

2002-05-23 Thread Kevan . Windle
If you're going to have them on the same machine anyway, not sure what the advantage will be since CFMX uses the JRUN4 engine anyway. I've been looking at trying to get CFMX to either work in distributed mode i.e with the web server redirecting cfm pages to another server. The process to do this i

RE: Some kind of bug?

2002-05-23 Thread Philip Arnold - ASP
> Am I missing something here, or is this just a bug? The > output of this statement is: > > EQUAL > > > EQUAL > > NOT EQUAL > > > This is on Cold Fusion 5. Actually, it's correct... The IS and EQ are working perfectly since 12:00 AM is 0 seconds into the day Now, if you want to

RE: JRUN and MX

2002-05-23 Thread Neil Clark - =TMM=
Is the CFMX JRun embed a full featured JRun server? Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 23 May 2002 10:37 T

RE: JRUN and MX

2002-05-23 Thread Kevan . Windle
Good question. I can only guess that it's not a J2EE aplication server in that you would need a full version to run EJB's, and that it only supports servlet containers and not ejb containers. From a standard web app point of view I think it's the same. But don't shoot me if I'm wrong. -Origin

Re: JRUN and MX

2002-05-23 Thread Howie Hamlin
I've heard from MM that the JRun implementation in CFMX is not the full JRun server. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server >>> Find out how

RE: JRUN and MX

2002-05-23 Thread Neil Clark - =TMM=
Yep, thatÂ’s what I have heard, so I woudlnt count on simply relying on that as a JRun implementation. Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/. -Original Message- From: Howie Hamlin [mailt

File Managemer

2002-05-23 Thread Graham Lewis
Re my last post on File Management systems. I found this freeware tag on the CFAdviser Tag gallery. It appears to do the basics of what I want and I can extend it later if need be. File Manager Author: Bryan Love Company: Submitted: Jan 08, 2002 Modified: Jan 28, 2002 Price: $0.00 Download

X-Drive-like File Management System

2002-05-23 Thread Brian Klaas
I'm looking for a CF-based file management system along the lines of xdrive.com (with or without the Java interface). Commercial or open-source solutions are just fine. The goal here is to provide users with an online file locker in which they can store frequently used files and then share specifi

Back button-refresh

2002-05-23 Thread Janine Jakim
Can I force a page to refresh when a user hits the back button? If so How?? Thanks __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofit

RE: Does CFmail MESSAGENUMBER accept variables?

2002-05-23 Thread Owen Leonard
> USERNAME=#username# > PASSWORD=#password# > ACTION="Delete" > MESSAGENUMBER="1,2,3"> > > can MESSAGENUMBER=#variable#? Of course it can be a variable. If your form page has a list of identically named checkboxes, the checkbox values will come through as a list. So #FORM.messagenumbers# will

RE: JRUN and MX

2002-05-23 Thread Kevan . Windle
Fair point. But it would be interesting to know exactly what you couldn't do with CFMX that you can with JRUN apart from implementing EJB's. If it's a competitor for other application servers, and indeed for JRUN as a web application server then I would hope that it could do anything the servlet c

RE: Back button-refresh

2002-05-23 Thread Burcham, Steve
You could try this: Thank you. Steve Burcham Webmaster - Field Support Team RDO Equipment Co. Phone (701) 239-8755 [EMAIL PROTECTED] -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 7:17 AM To: CF-Tal

Date Time Manipulations in Query?

2002-05-23 Thread Paul Ihrig
ok i have this query once the results are generated i can do this, below... but i would like to be able to do the same thing in the select query. so i can do some checks in my where statements. how would i do the Years At Firm: & Total Years Experience: in a select query? hire date: #DateForma

Website Deployment through DWMX w/Source Safe...

2002-05-23 Thread Houk, Gary
Is it possible to upload a project through DWMX AND use MS Source Safe for file version management? I can create a new site and upload it just fine, but once I change the Remote Info/Access option to point to a Source Safe DB, I can no longer upload the files. I always had a similar issue with

Re: JRUN and MX

2002-05-23 Thread Kym Kovan
>I've heard from MM that the JRun implementation in CFMX is not the full >JRun server. I missed the original post from this thread and I am surprised the no-one official has said anything as we have been well informed at various presentations. As we were told: The first release of CF MX is a

RE: Website Deployment through DWMX w/Source Safe...

2002-05-23 Thread Dennis Grady
Gary, I've been doing this successfully. The problem I often encounter is entering the incorrect project name. For instance, I have a VSS project, app2, that is essentially a sub-project or app1. In DWMX the Project entry then says $/app2/app2. Have you looked at this? Denni

Re: SQL Server virus

2002-05-23 Thread Valerie L. Criswell
Thought this might be interesting. - Original Message - From: "Peter Tilbrook" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 3:39 AM Subject: SOT: SQL Server virus > Worm hits SQL servers > > A NEW worm which has infected thousands of servers runnin

encrypt dir and sub dir .cfm templates

2002-05-23 Thread Dowdell, Jason G
Hi All, What is the fastest way to encrypt a directory with multiple subdirectories of .cfm templates? I've tried the command line approach but it often throws errors and is a little time consuming. I thought of just creating a project once I'm ready to encrypt and then encrypt the project and

RE: Website Deployment through DWMX w/Source Safe...

2002-05-23 Thread Houk, Gary
Hi Dennis, Yes, I have verified that I pointed it to the correct VSS project. When I check files out of Dreamweaver, I looked in VSS and once I refreshed, I could tell that the file was checked out by me. For some reason I can't get it to upload to the server when I'm connected to the VSS db..

Re: SQL Server virus - pardon me!

2002-05-23 Thread Valerie L. Criswell
bah... I meant to send that to my husband at his office... I'll go get my coffee now. - Original Message - From: "Valerie L. Criswell" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 9:19 AM Subject: Re: SQL Server virus > Thought this might be intere

RE: Does CFmail MESSAGENUMBER accept variables?

2002-05-23 Thread Chris Lofback
Paul: Make sure the variables value is either a single number or comma-delimited, and try enclosing the variable in double-quotes: MESSAGENUMBER="#variable#" Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com -Original Message- F

RE: Website Deployment through DWMX w/Source Safe...

2002-05-23 Thread Dennis Grady
Hey Gary, When you set up the remote site did you check "Automatically upload files to server on save?" Dennis Grady Fig Leaf Software Senior Developer/Team Leader W: 404.995.6047 F: 404.995.6031 -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED]] Se

Expiring Link

2002-05-23 Thread Mark Leder
In an e-com application, how do I create an expiring link which will no longer work after, say 6 hours? Thanks, Mark __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the communi

RE: encrypt dir and sub dir .cfm templates

2002-05-23 Thread Philip Arnold - ASP
> What is the fastest way to encrypt a directory with multiple > subdirectories > of .cfm templates? I've tried the command line approach but > it often throws > errors and is a little time consuming. I thought of just > creating a project > once I'm ready to encrypt and then encrypt the project

HELP! Searching for a Custom Tag

2002-05-23 Thread Mallory Woods
Greetings All, I am looking for the custom tag called CFX_ParseHTML it appears that when we upgraded our server this tag Was not copied over.. I have been searching all over for it and every place I look no longer has the tag.. Does anyone have a working link or perhaps the file itself.. Thanks

RE: Website Deployment through DWMX w/Source Safe...

2002-05-23 Thread Houk, Gary
Dennis, No, I didn't. I can't always upload files to the production server upon save...Isn't this what this means? -Original Message- From: Dennis Grady [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 9:37 AM To: CF-Talk Subject: RE: Website Deployment through DWMX w/Source Safe

RE: encrypt dir and sub dir .cfm templates

2002-05-23 Thread Dowdell, Jason G
Oh, that would definitely be nice to have. I hate giving clients apps that aren't encrypted but somtimes I have no choice. Thanks, Jason -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 9:35 AM To: CF-Talk Subject: RE: encrypt dir a

OT: test1234

2002-05-23 Thread Ken Beard
test 1234 is this list working __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/col

Re: Expiring Link

2002-05-23 Thread David Hannum \(Ohio University\)
One way would be when the link is established, put a variable in the URL that has a time stamp in it. Then, in your app, put a CFIF that reads that timestamp if it exists, and don't write out the link if it's after 6 hours. You could populate the timestamp from a cookie you set on the visitors cl

RE: Date Time Manipulations in Query?

2002-05-23 Thread Paul Ihrig
ok this is what i got to work in my select now. SELECT #Year(todayDate)# - Year(HIRE_DATE) AS YearsWithFirm, #Year(todayDate)# - Year(HIRE_DATE) + YEARS_OTHER_FIRMS AS TotalYearsExperience, But if the YEARS_OTHER_FIRMS in NULL/Blank or Zero then the alias TotalYearsExperience doesnt generate.

RE: Date Time Manipulations in Query?

2002-05-23 Thread Allan Pichler
What about this ??? SELECT #Year(todayDate)# - Year(HIRE_DATE) AS YearsWithFirm, #Year(todayDate)# - Year(HIRE_DATE)AS TotalYearsExperience WHERE YEARS_OTHER_FIRMS IS null UNION SELECT #Year(todayDate)# - Year(HIRE_DATE) AS YearsWithFirm, #Year(todayDate)# - Year(HIRE_DATE) + YEARS_OTHER_FIRMS

RE: Website Deployment through DWMX w/Source Safe...

2002-05-23 Thread Houk, Gary
Here is a little more info: - We have 1 devbox that we connect to for development - 2 servers for production (clustered) I guess that one thing I'm not clear about is that after you setup DWMX to connect to a VSS DB, how does it know where the files need to be published to, since the Remote In

RE: encrypt dir and sub dir .cfm templates

2002-05-23 Thread Philip Arnold - ASP
> Oh, that would definitely be nice to have. > I hate giving clients apps that aren't encrypted > but somtimes I have no choice. Found it! http://www.iz-net.com/ CF Encryptor http://www.iz-net.com/products/cfenc.html Philip Arnold Technical Director Certified ColdFusion Developer ASP Multi

RE: Back button-refresh

2002-05-23 Thread Rick Walters
I have never been able to get the Meta Expire to work correctly. Is there a cross browser solution to successfully expire the page cache so you can't hit the back button and return to already rendered pages? I especially wanted to use this to clear the cache after people logout of the applicatio

RE: multipart emails

2002-05-23 Thread Andre Turrettini
AHA! That did it! Particular little thing isnt it? Tks Howie. DRE -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 4:50 PM To: CF-Talk Subject: Re: multipart emails Try removing the white space before the boundary like: --#mimeBoundary#

RE: Date Time Manipulations in Query?

2002-05-23 Thread Paul Ihrig
Thanks Allen. that didn't work either i am trying this but with no success SELECT #Year(todayDate)# - Year(HIRE_DATE) AS YearsWithFirm, #Year(todayDate)# - Year(HIRE_DATE) AS TotalYearsExperience,#Year(todayDate)# - Year(HIRE_DATE) + YEARS_OTHER_FIRMS AS TotalYearsExperience, -paul -Ori

RE: encrypt dir and sub dir .cfm templates

2002-05-23 Thread Dowdell, Jason G
This program is awesome. I'm shocked it's free. This is exactly what I was looking for. Thanks for the tip! ~Jason -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 9:58 AM To: CF-Talk Subject: RE: encrypt dir and sub dir .cfm template

RE: SQL Server virus

2002-05-23 Thread Andy Ousterhout
Are there specific listservs for SQL-Type discussions? I am looking for a MS SQL list. Andy -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 3:08 AM To: CF-Talk Subject: Re: SQL Server virus Not too off topic. I posted this to the [EMAI

RE: JRUN and MX

2002-05-23 Thread Neil Clark - =TMM=
What I understand is that if you run CFMX as a standalone version, it is like running a JRun version. What it actually leverages when its used in production (i.e. does it just use the parts it needs or is has it actually been re-engineered for CF per say) I cant say. Neil Clark Team Mac

SQL search with related tables

2002-05-23 Thread chad
Im writing a SQL statement to take a search word and go through the database to find records that match. Well i want to search all the related tables of the products. The database is kind of the standard product database. Category Table that relates to a SubCategory Table, that relates to th

RE: SQL search with related tables

2002-05-23 Thread Adrian Lynch
Would Verity be better for this? Or indexing? -Original Message- From: chad [mailto:[EMAIL PROTECTED]] Sent: 23 May 2002 16:02 To: CF-Talk Subject: SQL search with related tables Im writing a SQL statement to take a search word and go through the database to find records that match. W

page security using

2002-05-23 Thread Jeff Brown
I am planning on adding role based page level security to my application by adding this chunk of code to every page: You are not authorized to view this page. .. [page content] ... Session.user_role is set when the user logs in to the app. Is this a fairly standard way to do it?

RE: Back button-refresh

2002-05-23 Thread Janine Jakim
Rick I actually have the log out stuff with no back in it (thanks to some folks on this list)- it's the regular pages that I need to refresh. So here's the code on my log out page. There's no one way to do it-it depends on the browser/machine/etc. I had a horrible time finding something that wou

Re: page security using

2002-05-23 Thread Justin Scott
You might think about using a CFLOCATION instead to redirect to an "unauthorized" page that will have a full set of HTML. Using CFABORT in the middle of the page like that will cause the closing tags to get cut off and some browsers will freak out and not even display the message at all. As for

RE: page security using

2002-05-23 Thread Paul Bowley
You could always put in the necessary closing tags before the CFABORT... > -Original Message- > From: Justin Scott [SMTP:[EMAIL PROTECTED]] > Sent: 23 May 2002 16:16 > To: CF-Talk > Subject: Re: page security using > > You might think about using a CFLOCATION instead to redirect

RE: page security using

2002-05-23 Thread Jeff Brown
right, i was just thinking that... -Original Message- From: Paul Bowley [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 11:24 AM To: CF-Talk Subject: RE: page security using You could always put in the necessary closing tags before the CFABORT... > -Original Message- >

RE: page security using

2002-05-23 Thread Neil Clark - =TMM=
Just be aware of the age old CFCOOKIE and CFLOCATION problems, if you are using them. The actual architecture of an app module like this can take several shapes and forms, from posting the page to itself and working stuff out or using Fusebox or indeen location or includes If the code is par

Re: page security using

2002-05-23 Thread BEN MORRIS
I use and a session var. I also do this in a custom tag, so that I can better re-use code. The implementation at the top of the page looks like: If they don't meet thre requirement (based on a session var list of permissions), they are redirected to the login page. Before redirecting I se

RE: page security using

2002-05-23 Thread Dave Watts
> Also, but the underscore in the variable user_role? What's wrong with the underscore? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 __ Get the mailserver that powers this

RegExp Help

2002-05-23 Thread Wallick, Mike
Hey all. I'm trying to cook up a regexp to search a block of text for links. What I'm looking for is something like: I want to read the block of text and replace spaces with %20 so links won't break. I know, I know, links shouldn't have spaces in them, but this is something I inherited and ch

Recomend for those just starting ColdFusion, or experienced

2002-05-23 Thread Brian Eckerman
Hello, just thought I'd give my $0.02 About a week ago I bought "Certified macromedia COLDFUSION Developer Study Guide" http://www.amazon.com/exec/obidos/ASIN/0789726963 I bought it to get certified, but I find it has alot of really good tips. Ex. Do you know exactly when and when not to use #

RE: SQL search with related tables

2002-05-23 Thread chad
Why do i always forget about Verity? Sorry for the dumb post. At 04:03 PM 5/23/2002 +0100, you wrote: >Would Verity be better for this? Or indexing? > >-Original Message- >From: chad [mailto:[EMAIL PROTECTED]] >Sent: 23 May 2002 16:02 >To: CF-Talk >Subject: SQL search with related table

new member w/ what should be easy to do but can't figure out.

2002-05-23 Thread Tony Carcieri
Hi all, I am a new member to this list and was wondering if I could ask for some help. Here is what i need to do: I have a survey that is on the web (duh) and when someone fills it out, i want to insert into an access 2k db (no prob here) and then evenly distribute (ie email) to sales reps. so,

RE: Recomend for those just starting ColdFusion, or experienced

2002-05-23 Thread Neil Clark - =TMM=
I think there will be one... Go one then, what did you learn :-) when do you use # signs for the best.. Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/. -Original Message- From: Brian

RE: page security using

2002-05-23 Thread Jeff Brown
Neil, is this a coding style thing, or are you implying it's going to break the code? v/r, Jeff -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 11:31 AM To: CF-Talk Subject: RE: page security using > Also, but the underscore in the variabl

RE: Recomend for those just starting ColdFusion, or experienced

2002-05-23 Thread Kevin Schmidt
There will be several books for CFMX. -Original Message- From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 10:25 AM To: CF-Talk Subject: RE: Recomend for those just starting ColdFusion, or experienced I think there will be one... Go one then, what did you

RE: Back button-refresh

2002-05-23 Thread Janine Jakim
well, unless I did something wrong, that didn't do the trick- darn. -Original Message- From: Burcham, Steve [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 8:39 AM To: CF-Talk Subject: RE: Back button-refresh You could try this: Thank you. Steve Burcham Webmaster

Re: Recomend for those just starting ColdFusion, or experienced

2002-05-23 Thread Jeffry Houser
At 11:29 AM 5/23/2002 -0400, you wrote: >Hello, just thought I'd give my $0.02 >About a week ago I bought >"Certified macromedia COLDFUSION Developer Study Guide" >http://www.amazon.com/exec/obidos/ASIN/0789726963 > >I bought it to get certified, but I find it has alot of really good >tips. >Ex. D

Re: page security using

2002-05-23 Thread Seth Petry-Johnson
> You could always put in the necessary closing tags before the CFABORT... The main drawback to doing this approach is that it leads to cluttered code, especially if there is complex HTML code contained in your page footer. Also, consider a situation where there needs to be more than one security

Re: Recomend for those just starting ColdFusion, or experienced

2002-05-23 Thread Patric Stumpe
Hi Neil, I ALWAYS use #-signs around all variables everywhere. I've made a keyboard-shortcut for 'Evaluate(#something#)'! It's cool... :))) Patric NCT> I think there will be one... Go one then, what did you learn :-) when do NCT> you use # signs for the best.. NCT> Neil Cl

Re: Recent thread?

2002-05-23 Thread Nate Nielsen
As I personally developed the first 3 releases of FusionScript I may be able to shed some light on the issues of the ActiveServer component and Netscape. ActiveServer ~will~ be netscape compatible, and the update to solve the current issues should be released before next week (crossing fingers to

RE: Recent thread?

2002-05-23 Thread Justin Waldrip
Can we all get a cfgod.com email address too? -Original Message- From: Nate Nielsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 10:51 AM To: CF-Talk Subject: Re: Recent thread? As I personally developed the first 3 releases of FusionScript I may be able to shed some light on

RE: page security using

2002-05-23 Thread Tony_Petruzzi
the really bad thing about using cfabort is that EVERYTHING after it stops processing. So if you code like I do where I put my footer in the onrequestend.cfm file, well gues what, your footer doesn't process. Personally I just set a variable called variables.ErrorCode equal to 0. Then during error

Re: page security using

2002-05-23 Thread Justin Scott
Yes, and you could do a lot of other things that don't make much sense also.. Breaking the no access message out into its own file will be much more manageable, IMHO. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: "Paul

Re: page security using

2002-05-23 Thread Jon Hall
Personally I stay away from session variables, preferring client variables for stability reasons and you dont have to write additional logic to take care of session timeouts, but your solution looks fine to me. One solution to the cfabort problem is to put your html footer in an include and do a

CFTREE Question

2002-05-23 Thread Graham Lewis
If I am creating a directory growsing tool with CFTREE, gow would I make a document item in CFTREEITEM into a hyperlink to that file? I thought the HREF attribute would do this but it seems not. I am using v4.5 I am afraid Graham Graham Lewis Centre for Academic Practice University of Warwick

Re: new member w/ what should be easy to do but can't figure out.

2002-05-23 Thread Michael Dinowitz
1. Set a CFTRANSACTION block. 2. Inside the block, do a CFQUERY to put the survey information into the DB. 3. Inside the block, do a CFQUERY to get the ID of the last survey put in. Using the ID, do the following: #nSendToRep# I wrote this to be as explanative as possible. Other ways m

OT: ntConsoleJava.e

2002-05-23 Thread Douglas Brown
Is this part of the CF graphing engine or something? This thing is a memory hog and I cannot find it in my list of services to turn it off. Can someone point me in the right direction. Douglas Brown Email: [EMAIL PROTECTED] _

Re: RegExp Help

2002-05-23 Thread Gyrus
- Original Message - From: "Wallick, Mike" <[EMAIL PROTECTED]> Hey all. I'm trying to cook up a regexp to search a block of text for links. What I'm looking for is something like: I want to read the block of text and replace spaces with %20 so links won't break.

Re: Recomend for those just starting ColdFusion, or experienced

2002-05-23 Thread Michael Dinowitz
In all ego, I suggest getting this book as we're doing a great job with it. :) Outside of Ego, I suggest getting at least 2 or 3 of the MX books coming out. The logic is that there is so much to look at and cover that one book will most probably be missing things. And remember that these books a

top 10 custom tags?

2002-05-23 Thread John Paul Ashenfelter
Hi all, I'm finishing the completely rewritten ColdFusion MX for Dummies and would love to get some input on the top 10 custom tags. If you've got a favories, let me know which one and why. You can email directly [EMAIL PROTECTED] or if there's enough interest, I'll put up a poll :) Thanks R

RE: CFTREE Question

2002-05-23 Thread Bryan Love
The HREF attribute of CFTREEITEM operates exactly the same way as the HREF attribute of an tag. If it's not working for you then you may have a bad CFTREE class. I don't know how that happens, but it happened to me once before. Do you have the 4.5.1 patch installed? +-

Re: ntConsoleJava.e

2002-05-23 Thread Stephen Moretti
One is the CFGraphing Server and the other is the management service/repository service. Regards Stephen - Original Message - From: "Douglas Brown" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 5:34 PM Subject: OT: ntConsoleJava.e > Is this part of

dynamic image

2002-05-23 Thread LANCASTER, STEVEN M. (JSC-OL) (BAR)
I want to create an image and make the text on the image dynamic, but I am not sure where to start.. Anybody have a suggestion? Steven Lancaster Barrios Technology NASA/JSC 281-244-2444 (voice) [EMAIL PROTECTED] __ Get the ma

Re: ntConsoleJava.e

2002-05-23 Thread Douglas Brown
Will it screw anything up if I shut it down? Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: "Stephen Moretti" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 9:38 AM Subject: Re: ntConsoleJava.e > One is the CFGraphing Server a

RE: dynamic image

2002-05-23 Thread Jeff Brown
I saw a Dynamic Image Wizard-somethingrather in the Fireworks MX Preview Release... start there! v/r, Jeff -Original Message- From: LANCASTER, STEVEN M. (JSC-OL) (BAR) [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 12:38 PM To: CF-Talk Subject: dynamic image I want to create a

RE: new member w/ what should be easy to do but can't figure out.

2002-05-23 Thread Tony Carcieri
SWEET! Thanks very much. I have been pulling out my hair trying to figure it out and everyone knows i cannot afford to do that! Thanks! -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 12:21 PM To: CF-Talk Subject: Re: new member w/ what s

Re: ntConsoleJava.e

2002-05-23 Thread Stephen Moretti
Shutting down the graphing service will stop CFGraph from working and shutting down the management services will stop the likes of the web server probes from working... Stephen - Original Message - From: "Douglas Brown" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday,

Re: dynamic image

2002-05-23 Thread Stephen Moretti
Have a look out for CFX_Image custom tag Apparently its hard to get hold of and hard to use... Regards Stephen - Original Message - From: "LANCASTER, STEVEN M. (JSC-OL) (BAR)" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 5:37 PM Subject: dynamic

unload dll

2002-05-23 Thread Adrian Cesana
Is there any method of unloading a dll that was loaded with CFOBJECT without stopping and starting CF? CF 4.01 NT 4 SP6 Thanks,Adrian __ Your ad could be here. Monies from ads go to support these lists and provide more resourc

Re: top 10 custom tags?

2002-05-23 Thread Nate Nielsen
has to get no 1.=P Nate Nielsen [EMAIL PROTECTED] - Original Message - From: "John Paul Ashenfelter" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 11:09 AM Subject: top 10 custom tags? > Hi all, > > I'm finishing the completely rewritten ColdFu

Re: Recent thread?

2002-05-23 Thread Nate Nielsen
Actually, depending on where I am moving the domain to next , it might be possible (financially to cover the # of pop accounts and traffic). =) cfgod.com = CF (G)athering (O)f (D)evelopers(perhaps you have heard of GOD games? - stole the concept there - hehe) I'll keep you posted, where

Re: unload dll

2002-05-23 Thread Mike Townend
depends if you have access to the server itself If you dont then AFAIK you cant... you can try setting the var to "" ie... and at the end but i beleive that doesnt always work... If you have access to the server (ie you are developing locally). then SysInternals.com do an app called

RE: dynamic image

2002-05-23 Thread Bryan Love
You could do it with layers and Javascript. Just put a layer containing text over the top of the image. +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst Telecommunication Systems [EMAIL PROTECTED]

Re: top 10 custom tags?

2002-05-23 Thread Pete Ruckelshaus
Yeah, but that's a regular tag now... My fave is SiteObjects' editor component. Pete - Original Message - From: "Nate Nielsen" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 1:07 PM Subject: Re: top 10 custom tags? > has to get no 1.=P > > Nate

RE: dynamic image

2002-05-23 Thread Brad Roberts
It's in the dev exchange. FWIW, it's actually very easy to use and comes with great documentation. > -Original Message- > From: Stephen Moretti [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 23, 2002 12:59 PM > To: CF-Talk > Subject: Re: dynamic image > > > Have a look out for CFX_Imag

RE: dynamic image

2002-05-23 Thread Joshua Tipton
Put the image in the background of a table. -Original Message- From: LANCASTER, STEVEN M. (JSC-OL) (BAR) [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 12:38 PM To: CF-Talk Subject: dynamic image I want to create an image and make the text on the image dynamic, but I am not sur

Re: top 10 custom tags?

2002-05-23 Thread chad
imageCR gFont They are on the top of my list http://www.efflare.com/ At 01:07 PM 5/23/2002 -0400, you wrote: >Yeah, but that's a regular tag now... > >My fave is SiteObjects' editor component. > >Pete > >- Original Message - >From: "Nate Nielsen" <[EMAIL PROTECTED]> >To: "CF-Talk" <[E

Re: top 10 custom tags?

2002-05-23 Thread William H. Bowen
I second the SiteObjects soEditor!!! will William H. Bowen Webmaster ALSTOM's Energy Management & Markets Business "Your friendly neighborhood Webmaster" [EMAIL PROTECTED] http://www.esca.com/ - Original Message - From: "Pete Ruckelshaus" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL

RE: dynamic image

2002-05-23 Thread mynews
If you can get away with having Flash content on the site it's a great way to put text on images. You can pull the text from a DB. You can animate it. You can use whatever font you want (as long as you include the font outlines). BJ = = = Original message = = = Put the image in the background

RE: dynamic image

2002-05-23 Thread LANCASTER, STEVEN M. (JSC-OL) (BAR)
The layers worked great! Thanks Bryan Steven Lancaster Barrios Technology NASA/JSC 281-244-2444 (voice) [EMAIL PROTECTED] -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 12:05 PM To: CF-Talk Subject: RE: dynamic image You could do it with

Re: dynamic image

2002-05-23 Thread Lewis Sellers
On Thu, 23 May 2002 17:59:26 +0100, in cf-talk you wrote: >Have a look out for CFX_Image custom tag > >Apparently its hard to get hold of and hard to use... I've never actually used it (except runnnig the examples) but the lastest "official" release I've see is cached at... http://www.intra

[OT] Form tag help

2002-05-23 Thread Michael Dinowitz
When a form tag is placed on a page, the resulting HTML has a line return where its placed. For example, if you go to www.fusionauthority.com/alert you'll see a space between the HR and the Paypal donation button. Is there any specific HTML command or operation that can be done to remove that s

Re: top 10 custom tags?

2002-05-23 Thread Dave Carabetta
> has to get no 1.=P Well, is a native tag in MX (and CF 5), so it's not really necessary to list it in an MX book as a custom tag. Regards, Dave. __ Your ad could be here. Monies from ads go to support these lists and

  1   2   >