OT: Server logging tools [Was server monitoring tools]

2001-09-04 Thread CF-Talk \(SD Solutions\)
Hello CFlers, thank you all for your contributions on this issue. Indeed all the software you guys mentioned didn't really focus on what we need. O.K. Mutek's Appsight is a monitoring tool as well, but what is more interesting in this tool is the fact that it is logging every activity on the

Studio 4.5.1 and Windows 2000 Professional

2001-09-04 Thread Aidan Whitehall
Does anyone know why I can only view the Studio program folder when logged in as the Administrator on a Windows 2000 Professional machine, and not when logged in as a User or a Power User? I read that Power Users are allowed to run legacy applications (I assumed that was the reason why it wasn't

RE: Quick format question

2001-09-04 Thread Janine Jakim
How is it done in the sql statement. I'm thinking that would be the best way to go since the data needs to be kicked out to a pdf. Thanks, j -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 6:08 PM To: CF-Talk Subject: RE: Quick format

RE: Quick format question

2001-09-04 Thread DeVoil, Nick
How is it done in the sql statement. As always with anything to do with string functions or date functions, the answer is, it depends what DBMS you're using. Nick ** Information in this email is confidential and may be

Displaying an image with CFcontent

2001-09-04 Thread Carlisle, Eric
I'm trying to pull an image out on a database and display it without writing a file to the disk. I tried this... cfcontent type=image/jpeg cfoutput#toBinary(Base64imageFromDatabase)#/cfoutput And, of course, cfoutput won't let me do this because it wants a string, not a binary value. I could

RE: Mulit-User Concurrency

2001-09-04 Thread mherbene
Another old approach that might work better in the who-knows-how-long-the-user-will-take-or-even-if-they're-still-logged-in world of the web is 1) when selecting include a magic field (explained below) 2) let user make edits with the UIl; when ready to save 3) within a db transaction check to

RE: Problem with Java

2001-09-04 Thread Daniel Lancelot
Are u using CF5? If so, have you tried rebooting the server?? I found that I could not get the server to recognise my changes to the Java settings in administrator until I rebboted the server... HTH Dan -Original Message- From: Nick Texidor [mailto:[EMAIL PROTECTED]] Sent: 04

source safe integration

2001-09-04 Thread Tom Davison
Did we lose this in the admin web page of CF 5 Server? Tom ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

OT: New Discussion List

2001-09-04 Thread Steve Reich
Excuse the intrusion, but I thought this might be relevant to all of us IT-Talk is a new discussion list formed by the people who brought you JS-Jive (http://groups.yahoo.com/group/JS-Jive) and the RIMZOO Developer's Forum (http://groups.yahoo.com/group/RIMZOO)! IT-Talk is a group for the

RE: Server monitoring tools

2001-09-04 Thread Benjamin S. Rogers
Well, there is the one that comes as a part of IIS. I'm not sure, however, whether or not you can install it on Windows 2000 Professional. If not, you might check out Mercury (http://www.pmail.com/) by the folks who make the Pegasus E-mail client. I've never used it myself but it is free.

RE: Application.cfm Error

2001-09-04 Thread Carlisle, Eric
In the CF-Admin, do you have the registry set up as the container for client variables? If so, are ColdFusion services running under an account that has access to the registry? You may want to use a database to store client variables. -Original Message- From: John Patterson

help with moving from access to sql server

2001-09-04 Thread Declan Maher
Could anybody help me with the following error regarding datatypes that I am getting having just moved my database from Access to SQL Server 7. I am receiving the following error: ODBC Error Code = 37000 (Syntax error or access violation) [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot

RE: help with moving from access to sql server

2001-09-04 Thread DeVoil, Nick
Why do you need the GROUP BY clause at all? I don't see any aggregate functions (COUNT, SUM etc) Also, which column is a bit column and does it really need to be? Nick ** Information in this email is confidential and may be

RE: help with moving from access to sql server

2001-09-04 Thread Daniel Lancelot
Is it possible you are pointing to a SQL view - and the error is in the SQL view - I too cannot see anything obviously wrong with the SQL (with regards to the CF - parameterexists() function has been deprecated and has been replaced by isdefined() ) Cheers Dan -Original Message- From:

Re: Any forums software based on CF-Express?

2001-09-04 Thread Tony Schreiber
SMB (simplemessageboard.com) requires just a few modificiations (removing some cftransactions, etc.) to run on CF-Express. Someone has already done it - I have a zip of it somewhere. ;p So, any available? If not, I'm writing one :) ~~ Get the

MIME Type email and CF

2001-09-04 Thread Clint Tredway
Can you send MIME email using CF, either with cfmail in CF 4.01? Thanks! Clint ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ:

OT:weird behaviour using yes/no field in Access

2001-09-04 Thread Kola Oyedeji
Hi I wonder if anyone has come across this before. To set a yes no field in Access to yes I usually insert a 1, this seems to work. Also when searching for checked fields, searching for the value 1 for yes/no fields usually works as well. Of recent I have noticed that this no longer works. I

Re: MIME Type email and CF

2001-09-04 Thread Howie Hamlin
CFMAIL allows you to send html mail and MIME-encoded attachments. Is that what you need? Regards, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server Join the DevCon community at

Re: help with moving from access to sql server

2001-09-04 Thread Alex
use cast() or convert() to change the datatype in your qry On Tue, 4 Sep 2001, Declan Maher wrote: Could anybody help me with the following error regarding datatypes that I am getting having just moved my database from Access to SQL Server 7. I am receiving the following error: ODBC Error

Strange CFMail Error

2001-09-04 Thread Joshua Miller
A query driven CFOUTPUT tag is nested inside a CFMAIL tag that also has a QUERY= attribute. This is not allowed. Nesting these tags implies that you want to use grouped processing. However, only the top-level tag can specify the query that drives the processing. cfmail to=[EMAIL PROTECTED]

CFX_HTTP

2001-09-04 Thread Kwang Suh
Does anyone have the documentation for this tag? Thanks in advance. ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

ColdFusion license agreement

2001-09-04 Thread P Broussard
So I got a job that allows me to work from home. I set up Apache and ColdFusion Express to do my development work and then just upload the files to the live server and be done with it. Well, the current code uses a lot of tags that are not available in the Express version. What I want to

RE: Retraction: Strange CFMail Error

2001-09-04 Thread Joshua Miller
Not strange, guess you just can't do a CFOUTPUT inside a CFMAIL ... oops Joshua Miller Web Development::Programming Eagle Technologies Group, Inc. www.eagletgi.com [EMAIL PROTECTED] -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 12:03

Re: weird behaviour using yes/no field in Access

2001-09-04 Thread Jim McAtee
Ah... question: In which version of MDAC does this become broken? I've been using 1/0, both in setting and in testing boolean (yes/no) fields in Access for years, thinking that this was the most portable (that is, compatible with SQL Server) coding technique. Jim -Original Message-

RE: weird behaviour using yes/no field in Access

2001-09-04 Thread Shawn Grover
With the Yes/No fields, zero represents a No/False value, any non-zero value represents a Yes/True value. Therefore, a value of 1 or -1 mean the same thing. When dealing with the Yes/No field (or any boolean field), you should be checking for True/False. Leave the details of the values to

Re: Formatting Text for Email/Text Files

2001-09-04 Thread tom muck
Here's a function for CF 5: call it like cfset mybody = makeNiceEmail(mybody,70) cfscript function makeNiceEmail(string, theLength) { CRLF=chr(13); for (i=theLength-1;i LTE Len(string);i=i+theLength){ string = Insert(CRLF,string,i); } return string; } /cfscript tom

SandBox Security Problems

2001-09-04 Thread Bastian Schmid
Hi @all, i'm trying to set up a SandBox Security on our server, but it does not work. After I set the rules and created the policies, I start the SandBox. But now, absolutely no webpage can be found on the server! I get the error-information, that there is an SandBox-Error because of an

RE: weird behaviour using yes/no field in Access

2001-09-04 Thread Kola Oyedeji
Not sure, i didnt do the installation. Stranegly it now works again? Bit of a mystery. Kola Oyedeji Web developer Macromedia Certified Advanced ColdFusion 5 Developer http://www.Alexandermark.com (+44)020-8429-7300 -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]]

RE: ColdFusion license agreement

2001-09-04 Thread Ken Wilson
CF Studio includes a single-user version of CF Server Enterprise that should solve your problem. Ken -Original Message- From: P Broussard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 12:07 PM To: CF-Talk Subject: ColdFusion license agreement So I got a job that

RE: ColdFusion license agreement

2001-09-04 Thread Saidi; Marwan
No, you can't install the one you are using in production, but if you are using a licensed version of CF Studio, that comes with a single IP version of CF for use by developers. If you are not using CF Studio, perhaps you should be! :P Marwan Saidi Webmaster CED - Concord IS [EMAIL PROTECTED]

Re: ColdFusion license agreement

2001-09-04 Thread Howie Hamlin
ColdFusion Studio comes with a single user verison of CF that is exactly for this purpose. HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server Join the DevCon community at

RE: ColdFusion license agreement

2001-09-04 Thread DeVoil, Nick
If not, how do I get around the problem with out having to buy a copy? If you have CF Studio, you can use the single-user version that comes with that. I think that has all the tags. Unless you want Server 5, that is, in which case you have to wait for Studio 5.

RE: CFX_HTTP

2001-09-04 Thread Dennis Powers
Kwang, Here is the text from the archive, which I have sent you off-list: [ cut here ] ColdFusion custom tag for performing HTTP reads Copyright 1999 Follett Software Company The CFHTTP tag that comes as part of ColdFusion is a fine and

RE: weird behaviour using yes/no field in Access

2001-09-04 Thread Carlisle, Eric
Didn't mean to imply that MDAC was the cause of the change in behavior. Seemed like a logical subject to investigate regarding this problem. EC -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 12:07 PM To: CF-Talk Subject: Re:

RE: Problem with Java

2001-09-04 Thread Pete Freitag
You probably don't need to reboot the server, just restart CF. When you make changes to the classpath or add a CFX tag you need to restart CF. But also make sure that you have specified everything correctly in the class path. Also remember that if your using .class files then you just need to

OT? Macromedia Spectra

2001-09-04 Thread Margaret Waters
In reply to Tyson Vanek's question about Macromedia Spectra last Friday -- yes, we're still selling Spectra, and you can contact your Macromedia Spectra sales rep or partner contact for details. This Spring we announced that the current version of Spectra, release 1.5, would be the last

Re: MIME Type email and CF

2001-09-04 Thread Clint Tredway
I am trying to send out a multi-part email that is both text and html with headers and a boundary so that I can just send one email and let the users client be able to read it. Clint -- Original Message -- from: Howie Hamlin [EMAIL PROTECTED] Reply-To:

2nd request: RE: CFGRAPH Formatting

2001-09-04 Thread Owens, Howard
Any help please ... Trying to use CFGraph for the first time ... pretty cool, but I'm struggling with figuring out how to format things the way I want. Specifically, in my bar graph, all of my lables are overlapping. The bars are too close together. How do I get some

RE: ColdFusion license agreement

2001-09-04 Thread Billy Cravens
Actually, last I checked, the CF5 eval can be used as a development server similar to Jrun, where it only works from one IP address. For the first 30 days it works as a full version, then afterwards it's a developer version. Of course, your client couldn't view it remotely, unless they want to

RE: Formatting Text for Email/Text Files

2001-09-04 Thread Zac Belado
call it like cfset mybody = makeNiceEmail(mybody,70) cfscript function makeNiceEmail(string, theLength) { CRLF=chr(13); for (i=theLength-1;i LTE Len(string);i=i+theLength){ string = Insert(CRLF,string,i); } return string; } /cfscript CRLF chould be chr(13) chr(10) shouldn't

RE: Formatting Text for Email/Text Files

2001-09-04 Thread Dennis Powers
Tom, Thanks for the idea, but I am stuck with CF 4.0.1 at the moment. However won't your function just insert at the 70th character regardless of whether is falls within a word? What I am trying to do is a friendly line break. Never breaking into a word unless the word is over 60-70 characters

RE: ColdFusion license agreement

2001-09-04 Thread Andrew Scott
Reinstalling an Eval version will not do anything, after the time out it remains timed out. In CF5.0 (not sure about 4.5.2) it reverts to single IP mode for development only:-) Regards, Andrew Scott -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 5

RE: ColdFusion license agreement

2001-09-04 Thread Carlisle, Eric
The CF5 eval will default to single ip mode after 30 days. It will still work, but only from one IP address. It's a great way to develop on a non-production machine. EC -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 12:16 PM

CFMAIL inserting e-mail addresses, CFIF isdefined ...

2001-09-04 Thread Dan Sullivan
I'm trying to pass e-mail addresses into my cfmail tag if a variable is defined. Here's a dummy sample, that I can't get to work. CFSET email = fun CFmail to=CFIF ISDEFINED (email)[EMAIL PROTECTED]/CFIF from= sullivan mailto:[EMAIL PROTECTED] @hittite.com subject=Test test /CFMAIL

Print Landscape

2001-09-04 Thread Joshua Tipton
I am using a style to hide part of the web page when someone prints it. I would like to know how to make the page print in landscape. Joshua Tipton ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

RE: ColdFusion license agreement

2001-09-04 Thread Daniel Lancelot
I think... If you need CF5, then after the demo timesout, it turns into the single user version - maybe someone else can verify??? http://www.macromedia.com/software/coldfusion/trial/ -Original Message- From: DeVoil, Nick [mailto:[EMAIL PROTECTED]] Sent: 04 September 2001 17:22 To:

MySQL and Null Dates

2001-09-04 Thread Chad Gray
First im wondering if this is a valid CF statement with a MySQL datefield record? CFIF CLOCKOUT IS null do this /CFIF Does CF know what null is? Because the only way i can get CF to understand that the datefield is Null is to use: CFIF CLOCKOUT IS '-00-00 00:00:00'

RE: ColdFusion license agreement

2001-09-04 Thread Cornillon, Matthieu
If you have CF Studio, you can use the single-user version that comes with that. I think that has all the tags. Unless you want Server 5, that is, in which case you have to wait for Studio 5. For the 5.0 tags, I just looked at the Macromedia site. There is something there called the ColdFusion

RE: ColdFusion license agreement

2001-09-04 Thread Nick McClure
On Server 5, I found the that when the Eval copy expires it becomes the single user version. At 05:22 PM 9/4/2001 +0100, you wrote: If not, how do I get around the problem with out having to buy a copy? If you have CF Studio, you can use the single-user version that comes with that. I think

RE: OT? Macromedia Spectra

2001-09-04 Thread Rich Tretola
When is Neo to be released? Rich -Original Message- From: Margaret Waters [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 12:30 PM To: CF-Talk Subject: OT? Macromedia Spectra In reply to Tyson Vanek's question about Macromedia Spectra last Friday -- yes, we're still

Re: ColdFusion license agreement

2001-09-04 Thread Alex
you can download the CF5 eval version. It becomes single user after the trial period is over. On Tue, 4 Sep 2001, P Broussard wrote: So I got a job that allows me to work from home. I set up Apache and ColdFusion Express to do my development work and then just upload the files to the live

Re: 2nd request: RE: CFGRAPH Formatting

2001-09-04 Thread Bruce Sorge
To separate the bars, you would want to use the BarSpacing attribute. Once you set the spacing, the labels should follow. Bruce - Original Message - From: Owens, Howard [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 11:29 AM Subject: 2nd request: RE:

RE: Studio 4.5.1 and Windows 2000 Professional

2001-09-04 Thread Dave Watts
Does anyone know why I can only view the Studio program folder when logged in as the Administrator on a Windows 2000 Professional machine, and not when logged in as a User or a Power User? My guess is that it doesn't have anything to do with user rights, but rather with user profiles. CF

Variables Collection???

2001-09-04 Thread Joshua Miller
I know there's a FORM collection, but does a VARIABLES collection exist? If so, where can I find documentation? Joshua Miller Web Development::Programming Eagle Technologies Group, Inc. www.eagletgi.com [EMAIL PROTECTED] ~~ Your ad could be here.

RE: help with moving from access to sql server

2001-09-04 Thread Bryan Love
BIT is the correct type to use for a boolean value, but you must think about it first since BIT typed columns cannot be included in a GROUP BY clauses. TINYINT is the one to use for boolean values if you need to group by a column. Bryan Love

Re: Formatting Text for Email/Text Files

2001-09-04 Thread Howie Hamlin
CFX_ODSMail (freeware) does wordwrap. However, we haven't updated the tag since 1999 (you are free to give it a try). You can download it from: ftp://ftp.hoot.com/pub/ods/cfx_odsmail/cfx_odsmail.zip Besides that, iMS (with cfx_iMSMail) also can do this but it's not free. HTH, Howie Hamlin

Re: ColdFusion license agreement

2001-09-04 Thread Bruce Sorge
I responded under the presumption that this individual was doing development work from home and would need to show his work from his home machine, such as what I do for my clients. I do not load any code to their (Client) servers until I know that it works, and that they have had a chance to look

RE: Displaying an image with CFcontent

2001-09-04 Thread Bryan Love
I've done this before... I eventually figured out that the server's file system is much, much, much better suited for managing image files than the database. I suggest you use CFFILE to copy your images to the server and simply store the path to them in the DB. Once that is done you can use

Re: Server monitoring tools

2001-09-04 Thread Matt Robertson
Wow. I wound up using a CF monitor I wrote (too much text being pumped thru to my cell phone on the other systems' email alerts), and an open relay from my ISP (I can't use the Win smtp service as I'm running Apache here at home) But this definitely bears looking into. I don't like having to

Re: MIME Type email and CF

2001-09-04 Thread tom muck
You can code the headers and boundaries manually. There are quite a few posts giving the full code for a multi-part email -- check the archives. tom Clint Tredway [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am trying to send out a multi-part email that is

DNS Question

2001-09-04 Thread ChristianWatt
A little off topic, but can anyone please tell me how in the world you set up DNS so that the user does not have to enter WWW. Instead of www.skillpath.com they can just enter skillpath.com and the name is resolved. Thank You, Christian ~~ Your

RE: CFMAIL inserting e-mail addresses, CFIF isdefined ...

2001-09-04 Thread Kevin Langevin
Well, first of all, if email isn't defined, your CFMAIL tag will blow up. Also, your from attribute is messy. You need to put some quotes around all that, or it'll never work. The angle brackets are probably causing a problem as well. The tag thinks you're ending the tag at the at the end of

Re: Formatting Text for Email/Text Files

2001-09-04 Thread tom muck
True, I didn't read your post clearly. I'm using this for email attachments. To do what you need to do is a little or a lot more difficult. You can use list functions to separate the words at the space, adding words until you are up to 70 characters, or choose an arbitrary length less than

RE: ColdFusion license agreement

2001-09-04 Thread Ken Wilson
But did MM ever respond to the discussion where it was pointed out that using it for Dev work was not legal according to the current license? Ken -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 12:41 PM To: CF-Talk Subject: RE:

RE: CFMAIL inserting e-mail addresses, CFIF isdefined ...

2001-09-04 Thread Chris Martinez
Try setting it up outside the mail tag. Ex: CFIF IsDefined(Email) CFSET Email = [EMAIL PROTECTED] /CFIF CFmail to=#Email# from=sullivan mailto:[EMAIL PROTECTED] @hittite.com subject=Test Note: This will fail if Email is not defined. Are you taking this into account? -Original

Re: MySQL and Null Dates

2001-09-04 Thread Chad Gray
ACK! i figured out part of my problem. I used DBTools to convert an Access DB to MySQL. Well the import turned Access's Nulls to -00-00 00:00:00. I will have to go in and replace all -00-00 00:00:00 with a MySQL Null. Im still wondering what CF's null is? is it just plain old CFIF

RE: MySQL and Null Dates

2001-09-04 Thread Dave Watts
Does CF know what null is? No, it doesn't. When a recordset contains NULLs, CF converts them to empty strings. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: (202) 797-5496 fax: (202) 797-5444 ~~ Get the mailserver that

Re: CFMAIL inserting e-mail addresses, CFIF isdefined ...

2001-09-04 Thread Alex
try the if logic outside of the cfmail tag and always pass #email# On Tue, 4 Sep 2001, Dan Sullivan wrote: I'm trying to pass e-mail addresses into my cfmail tag if a variable is defined. Here's a dummy sample, that I can't get to work. CFSET email = fun CFmail to=CFIF ISDEFINED

Re: MySQL and Null Dates

2001-09-04 Thread Matt Robertson
My mySQL db does the same thing, although on the test I ran, I was able to use an empty string as the field I tested allows 'null' values. Just for laughs I tried ''LT 1'' and that worked, too. - Matt Robertson [EMAIL PROTECTED] MSB Designs, Inc.

RE: MIME Type email and CF

2001-09-04 Thread Jeff Green
I will be trying to do this soon as well. Here is someone's post that I thought may be useful when I try to do this task. Let me know how it goes ;) HTH, Jeff One more experienced than I posted this once: I believe his name is Seth Bienek Here's the commented code -- !--- Create a unique

RE: help with moving from access to sql server

2001-09-04 Thread C. Hatton Humphrey
Can't you just use a Convert statement in your SELECT and GROUP BY clause for the Bit fields? For example SELECT sum(line.total) as OrderTotal, Convert(Char(1), order.Sent) as Shipped, order.ShipDate, order.ordernum from line, order where line.order_id = order.order_id AND order.sent = 1 AND

Re: Variables Collection???

2001-09-04 Thread Chris Norloff
According to MM/Allaire, no - there is not a collection of VARIABLES-scoped variables. Using ColdFusion Variables http://www.allaire.com/handlers/index.cfm?ID=21727 - see the end of the document, which is actually at http://www.allaire.com/handlers/index.cfm?ID=21726 Chris Norloff --

RE: Variables Collection???

2001-09-04 Thread Raymond Camden
While Variables looks like a struct, ie, you can do Variables.YoWhasup, it is not a true struct that you can enumerate. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo

Re: ColdFusion license agreement

2001-09-04 Thread P Broussard
Ok I think I am going to try the CF server 5 and see how that works. I never got a copy of Studio because I have Homesite which is good enough for me. At least for now. hehee Anything I should be aware of when installing CF Server 5 on NT with Apache?? Phillip

RE: DNS Question

2001-09-04 Thread Bill Killillay
What server are you using? It's a combo of DNS and Webserver settings. -Original Message- From: ChristianWatt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 1:52 PM To: CF-Talk Subject: DNS Question A little off topic, but can anyone please tell me how in the world you

RE: DNS Question

2001-09-04 Thread C. Hatton Humphrey
Generally your record should be set up at your DNS to handle this. If you're handling the DNS yourself then make sure the record includes: *.domain.name. IN CNAME domain.name.; GLOBALOK HTH Hatton Humphrey -Original Message- From: ChristianWatt [mailto:[EMAIL PROTECTED]] Sent:

Re: DNS Question

2001-09-04 Thread Paris Lundis
hmmm... point your A record to the IP... define another A record that is *.domain.extension Set you web server up to handle all incoming requests for *.domain.extension... in IIS this occurs where you have no location where the ASTERICK is... so in IIS tell it to answer all requests on

RE: RE: CFMAIL inserting e-mail addresses, CFIF isdefined ...

2001-09-04 Thread Kwang Suh
Try this instead: cfif isDefined(email) cfmail from=mailto:[EMAIL PROTECTED]; to=mailto:[EMAIL PROTECTED]; subject=test test /cfmail /cfif CF does not allow you to embed tags like what you have there. Also, the from attribute is required, so even you could embed tags, your code would still

Re: MIME Type email and CF

2001-09-04 Thread Clint Tredway
thanks I will do that. -- Original Message -- from: tom muck [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Tue, 04 Sep 2001 13:40:01 -0400 You can code the headers and boundaries manually. There are quite a few posts giving the full code for a

RE: 2nd request: RE: CFGRAPH Formatting

2001-09-04 Thread Owens, Howard
Bruce, Thanks, but tried that. All that does is make the bars wider, even to the point where they overlap. The labels stay as crunched up as ever. H. Howard Owens Internet Operations Coordinator www.insidevc.com [EMAIL PROTECTED] AIM: GoCatGo1956 -Original Message- From: Bruce

RE: DNS Question

2001-09-04 Thread Justin Greene
skillpath.com. IN AYour IP address www IN AYour IP address note the . at the end of the first that is not at the end of the second. Also need to make sure the web server will respond to both. Justin -Original Message- From: ChristianWatt [mailto:[EMAIL

IIS Session information

2001-09-04 Thread Bill King
Hello all. Is it possible to access the session ID that is created by IIS? I would like to create a unique identifier for every visit for every user. This will be used to report on site and usage and reporting within the for the dynamic pages and sections of the site. Please respond with other

RE: CFX_HTTP

2001-09-04 Thread Raymond Camden
FYI, you _can_ get the headers from CFHTTP now. I know the original msg is old, but I wanted to make sure people didn't get confused. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL

Re: ColdFusion license agreement

2001-09-04 Thread Massimo Foti
Ken Wilson [EMAIL PROTECTED] wrote in message But did MM ever respond to the discussion where it was pointed out that using it for Dev work was not legal according to the current license? No, we are still waiting... Massimo ~~ Your ad could

Setting Java Classpath in CFAdmin

2001-09-04 Thread Paul John Summers, Jr.
This is a multi-part message in MIME format. --=_NextPart_000_0010_01C1348D.D4D13CC0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I am having trouble getting the CFAdmin console to recognize the = directories I am setting in my classpath.

RE: DNS Question

2001-09-04 Thread ChristianWatt
I figured it out. All you have to do is leave the A record blank. Didn't think that was possible and tried everything but that. See what I get for thinking. Christian -Original Message- From: Bill Killillay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 1:52 PM To:

OT: Javascript for SSL Certificate

2001-09-04 Thread E C HOF list
I am wondering if anyone knows if there is there a possibility to view a site's certificate directly by clicking a link (instead of right clicking/properties/certificate)? I expect it would be some kind of javascript, but I haven't been able to figure out just what the object would be. Thanks

RE: Setting Java Classpath in CFAdmin

2001-09-04 Thread Pete Freitag
You need to specifically reference each Jar file you add to your classpath. A jar file is a collection of files, kind of like a directory its self. Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/

Re: 2nd request: RE: CFGRAPH Formatting

2001-09-04 Thread Bruce Sorge
That is interesting because I just created a graph and added the BarSpacing attribute, and it worked fine. Mind shooting over your code? I have quite a lot of experience with CFGRAPH and PopCharts, so I may be able to assist. Also, if you can param some query attributes for the DB you are

Re: Setting Java Classpath in CFAdmin

2001-09-04 Thread Alex
you have to specifically set each jarfile on the path On Mon, 3 Sep 2001, Paul John Summers, Jr. wrote: I am having trouble getting the CFAdmin console to recognize the = directories I am setting in my classpath. I should only have to = designate the directories and not necessarily the

CFPARAM vs. CFSET

2001-09-04 Thread Fuon See Tu
Hey guys i still don't understand the difference between CFPARAM and CFSET. anyone got a working concept? i see no use for CFPARAM :) ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the

RE: CFPARAM vs. CFSET

2001-09-04 Thread Yager, Brian T Contractor/NCCIM
You can use cfparam to make sure a variable is defined (such as form, url, or session variables). Brian Yager President - North AL Cold Fusion Users Group Sr. Systems Analyst NCCIM/CIC [EMAIL PROTECTED] (256) 842-8342 -Original Message- From: Fuon See Tu [mailto:[EMAIL PROTECTED]]

RE: IIS Session information

2001-09-04 Thread Billy Cravens
Why aren't you using ColdFusion's Session? To answer your original question, I swear that I saw IIS Session info once in the list of CGI variables available to ColdFusion.. I think it was in cgi.http_cookie - but I'll be darned if I can remember how to duplicate it. --- Billy Cravens Web

RE: CFPARAM vs. CFSET

2001-09-04 Thread Duane Boudreau
CFparm only writes to the variable if the variable does not exist, where as CFSet overwrites the variable with a new value regardless of if it exists. EX: cfparam name=form.checkbox default=0 is the same in principle as: cfif NOT isDefined() cfset form.checkbox = 0 /cfif HTH, Duane

RE: CFPARAM vs. CFSET

2001-09-04 Thread Shawn Grover
CFSET assigns a value to a variable. CFPARAM makes sure a variable exists (with a given default value if specified). The two ideas are a little different. If I have passed a URL variable to my page (call it URL.MyVar), then I can do processing on my page using that variable. However, if I do

Re: CFPARAM vs. CFSET

2001-09-04 Thread Terry Troxel
Well for starters. CFSET sets a defined valuable for a variable, while CFPARAM allows you to set a DEFAULT value for a variable that only gets used if the variable does not exist at that stage of the form being processed Terry - Original Message - From: Fuon See Tu [EMAIL PROTECTED]

from web media to print?

2001-09-04 Thread Rick Lamb
I wanted to get feedback on how you all handle print versions of your data. I've had a number of clients that after I've built this great site with administrable content, they call up and say Why don't the products print out on my printer like they show up on the website?. For some reason they

RE: CFPARAM vs. CFSET

2001-09-04 Thread Dave Watts
Hey guys i still don't understand the difference between CFPARAM and CFSET. anyone got a working concept? i see no use for CFPARAM :) This: cfparam name=Form.myfield default=someval is the same as this: cfif not IsDefined(Form.myfield) cfset Form.myfield = someval /cfif Also,

RE: CFPARAM vs. CFSET

2001-09-04 Thread Owens, Howard
Here's a common use for CFParam ... at least for me ... Let's say I have a form that can be used either for updating existing data OR for inserting new data. If the form will function as update, I'll want to display the existing data, such as: cfinput type=text name=fname

RE: from web media to print?

2001-09-04 Thread Owens, Howard
I've never tried this, but have you thought about making it possible for the client to download RTF versions of said content? If you search Google, I think you'll come up with some templates for RTF documents. I was researching this once, but the project never went through so I didn't actually

  1   2   >