RE: Server Side only

2002-10-25 Thread D. Delcomminette INGECOM
Not at all, should be new possibility in MX ?? -Original Message- From: Jeffry Houser [mailto:jeff;farcryfly.com] Sent: Thursday, October 24, 2002 7:44 PM To: CF-Talk Subject: Re: Server Side only You are probably thinking about scheduled tasks, where a CFM page is run without being

Re: List Admin Q: Why postings not appearing threaded?

2002-10-25 Thread Michael Dinowitz
I'm using OE 6 with group messages by conversation enabled and yet I often see messages out of thread. A topic begins, appears to get hijacked by a new topic, only to re-appear 50 posts later. Are others finding this as well? Yes. People will sometimes take a random post and reply to it with a

Re: OT cheap SSL

2002-10-25 Thread Jochem van Dieten
Chris Kief wrote: These guys are fantastic. A variety of different certs to suit your needs plus excellent customer service and fast turnaround (they have one that's $119 and emailed to you within a few minutes). http://www.geotrust.com Certificates serve both the purpose of securing a

Re: OT cheap SSL

2002-10-25 Thread cf-talk
What exactly do you need the SSL cert for. You can create your own cert if you really want to. The only difference between your cert and one you buy is that you pay for a trusted certificate. That is, a certificate issued by a trusted source. For intranet development, etc there have been many

Re: OT cheap SSL

2002-10-25 Thread Brian Scandale
And don't forget, just because Verisign says that they are truly who they are does not make them safe. Lots of bad actors acting with impunity outside the jurisdiction of the Western justice system. At 02:22 AM 10/25/02, you wrote: Chris Kief wrote: These guys are fantastic. A variety of

Re: OT cheap SSL

2002-10-25 Thread Tim Painter
Anybody can get cert from any CA -- all you have to do is prove to them the business exists. It doesn't check to see if the business itself is trustworthy. I wouldn't hinge all my trust in a company based on where the cert came from. When I consider purchasing from an online vendor, I

Re: OT cheap SSL

2002-10-25 Thread Jochem van Dieten
Tim Painter wrote: Anybody can get cert from any CA -- all you have to do is prove to them the business exists. I doubt you even have to prove that to GeoTrust. It is not something they can verify within minutes, is it? Jochem

Verity Ordering Take 2.

2002-10-25 Thread Timothy Heald
Hey, I know many people are on their way to Orlando, so I don't really expect to get an answer to this :) I have 2 Verity indexes I am searching. They both contain a filed date_created, and I have added this field as custom2 to the search. I need to be able to sort by date

RE: Verity Ordering Take 2.

2002-10-25 Thread Dave Wilson
Timothy, Not very efficient but you could perhaps convert the string to a proper date format at run-time and then sort it. Dave -Original Message- From: Timothy Heald [mailto:healdt;dsmail.state.gov] Sent: 25 October 2002 13:12 To: CF-Talk Subject: Verity Ordering Take 2. Hey,

RE: Verity Ordering Take 2.

2002-10-25 Thread Timothy Heald
Yeah I think it's going to be good old bubble sort time. Dang. Thanks, Tim -Original Message- From: Dave Wilson [mailto:dave;autosdirect2u.com] Sent: Friday, October 25, 2002 8:20 AM To: CF-Talk Subject: RE: Verity Ordering Take 2. Timothy, Not very efficient but you could perhaps

How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Hello all. I'm printing some report directly from browser pages and would like to be able to get rid of the info that appears at the top and bottom of each page automatically when the pages are printed...such as the URL at the bottom. How would I do that? Rick

RE: Formatting text from textarea

2002-10-25 Thread Everett, Al
ParagraphFormat() -Original Message- From: Brian Groot [mailto:BJG;plasticsurgery.org] Sent: Thursday, October 24, 2002 10:44 PM To: CF-Talk Subject: Formatting text from textarea I have some text entered into an Oracle 8i database from a textarea form. When I output this

Re: How to remove URL references from printed pages

2002-10-25 Thread Mike Wokasch
Rick - You have to do that on the client side. They are options, usually under printing. You can't do anything about it from the page, at least not to my knowledge. Mike Wokasch UW-Extension At 08:33 AM 10/25/2002 -0400, you wrote: Hello all. I'm printing some report directly from browser

Re: Verity Ordering Take 2.

2002-10-25 Thread Jochem van Dieten
Quoting Timothy Heald [EMAIL PROTECTED]: I have 2 Verity indexes I am searching. They both contain a filed date_created, and I have added this field as custom2 to the search. I need to be able to sort by date off of that field. Now it is returning the field as a string right now

RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
That'll work...this is for an intranet/extranet setup. Thanks, Mike. Rick -Original Message- From: Mike Wokasch [mailto:mike.wokasch;uwex.edu] Sent: Friday, October 25, 2002 8:27 AM To: CF-Talk Subject: Re: How to remove URL references from printed pages Rick - You have to do that on

RE: whitespace woes

2002-10-25 Thread BEN MORRIS
I've had success when outputting CSV data w/ using cfcontent, and then cfabort to avoid outputting any junk. [EMAIL PROTECTED] 10/24/02 05:08PM Did you check for something in application.cfm? -Original Message- From: Will Stalder [mailto:skith_diphi;hotmail.com] Sent: Thursday,

RE: Verity Ordering Take 2.

2002-10-25 Thread Timothy Heald
I tried query of query, but it treats it as a string, not a date. I just found an article that mentions a query sort custom tag I am going to try it now. I will post if I get good results. Tim -Original Message- From: Jochem van Dieten [mailto:jochemd;oli.tudelft.nl] Sent: Friday,

RE: How to remove URL references from printed pages

2002-10-25 Thread Dave Wilson
Rick, You could also convert the page to a printable pdf on-the-fly using htmldoc, cfexecute and cfhttp. htmldoc is freely available from http://www.easysw.com/htmldoc HTH, Dave -Original Message- From: Rick Faircloth [mailto:Rick;GoLibertyOnline.com] Sent: 25 October 2002 13:52 To:

RE: Verity Ordering Take 2.

2002-10-25 Thread Jochem van Dieten
Quoting Timothy Heald [EMAIL PROTECTED]: I tried query of query, but it treats it as a string, not a date. If formatted as mmdd that is not a problem. That is exactly why it is the standard dateformat, you can sort it :) Jochem

RE: Strange menu behavior

2002-10-25 Thread Janine Jakim
I'll keep looking. I originally thought it was the javascript/html but I could replace that one little piece and presto it worked for everyone. Literally taking out #NameOfGroup# out of the a href tag made the menu work for everyoneI'll comb the html/js -Original Message- From: Mosh

Re: Converting html P's and BR's to hard returns

2002-10-25 Thread James Smith
close, try variables.CleanOutput = ReplaceNoCase(attributes.TaggedInput, br, chr(13) chr(10), ALL) variables.CleanOutput = ReplaceNoCase(variables.CleanOutput, p, chr(13) chr(10) chr(13) chr(10), ALL) You may also need to strip out any /p tags that may be hanging arround. -- Jay -

IsDefined() bug?

2002-10-25 Thread todd
Is this not possible? cfset form.mytest = 2 cfdump var=#FORM# cfoutput#FORM[mytest]#/cfoutput cfif isdefined('FORM[mytest]') Yup /cfif Error: Parameter 1 of function IsDefined, which is now quot;FORM[mytest]quot;, must be a syntactically valid variable name. --

RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Hi, Dave, and thanks for the reply. Would the use of it require having Acrobat installed on my server? Rick -Original Message- From: Dave Wilson [mailto:dave;autosdirect2u.com] Sent: Friday, October 25, 2002 8:58 AM To: CF-Talk Subject: RE: How to remove URL references from printed

RE: Verity Ordering Take 2.

2002-10-25 Thread Timothy Heald
You are the man, I didn't even think about that. Ok, so is there a function (like convert() in SQL Server) that would let you change the date format for the whole column at once? Tim -Original Message- From: Jochem van Dieten [mailto:jochemd;oli.tudelft.nl] Sent: Friday, October 25,

Re: IsDefined() bug?

2002-10-25 Thread Randell B Adkins
Use the evaluate function [EMAIL PROTECTED] 10/25/02 09:30AM Is this not possible? cfset form.mytest = 2 cfdump var=#FORM# cfoutput#FORM[mytest]#/cfoutput cfif isdefined('FORM[mytest]') Yup /cfif Error: Parameter 1 of function IsDefined, which is now quot;FORM[mytest]quot;, must be a

RE: How to remove URL references from printed pages

2002-10-25 Thread Randell B Adkins
No, just HTMLDocs [EMAIL PROTECTED] 10/25/02 09:20AM Hi, Dave, and thanks for the reply. Would the use of it require having Acrobat installed on my server? Rick -Original Message- From: Dave Wilson [mailto:dave;autosdirect2u.com] Sent: Friday, October 25, 2002 8:58 AM To: CF-Talk

RE: Replacement for CFX_fMAKETREE

2002-10-25 Thread Robert Everland
So when you gonna release it Mike? Robert Everland III Web Developer Extraordinaire Dixon Ticonderoga Company http://www.dixonusa.com -Original Message- From: Tormod Guldvog [mailto:tormod;guldvog.com] Sent: Monday, August 12, 2002 2:36 PM To: CF-Talk Subject: RE: Replacement for

Re: OT: Dreamweaver MX saves slowwwly

2002-10-25 Thread Cathy Taylor
I've found the same thing using RDS with DWMX where CF Studio 5 saved instantly over RDS (it seemed). However, after setting up another RDS instance, it didn't seem as bad. Go figure. I'm not sure what changed, if anything. How is Christchurch these days? We have a house in Lyttleton I'm missing

Re: IsDefined() bug?

2002-10-25 Thread todd
Nevermind, I should be using StructKeyExists() ~Todd On Fri, 25 Oct 2002 [EMAIL PROTECTED] wrote: Is this not possible? cfset form.mytest = 2 cfdump var=#FORM# cfoutput#FORM[mytest]#/cfoutput cfif isdefined('FORM[mytest]') Yup /cfif Error: Parameter 1 of function IsDefined, which

Re: IsDefined() bug?

2002-10-25 Thread todd
Trying to avoid evaluate(). I have my answer already, thanks anyway. On Fri, 25 Oct 2002, Randell B Adkins wrote: Use the evaluate function [EMAIL PROTECTED] 10/25/02 09:30AM Is this not possible? cfset form.mytest = 2 cfdump var=#FORM# cfoutput#FORM[mytest]#/cfoutput cfif

RE: How to remove URL references from printed pages

2002-10-25 Thread Dave Wilson
No need for acrobat on server. htmldoc consists solely as an .exe (htmldoc.exe) which can be run manually with the included gui, or instantiated from the command line, hence the need for cfexecute. There is a custom tag cf_html2pdf i think its called which basically is a wrapper for htmldoc. I

RE: CFGRAPH Help

2002-10-25 Thread Moneymaker, Jon S CONT (WPNSTA Yorktown)
try the hex numbers without the pound sign... had a similar problem that resolved with removal of pound signs. jon -Original Message- From: Joshua Miller [mailto:josh;joshuasmiller.com] Sent: Thursday, October 24, 2002 2:49 PM To: CF-Talk Subject: RE: CFGRAPH Help Yeah, I've tried hex

RE: IsDefined() bug?

2002-10-25 Thread Raymond Camden
No! Just change your isdefined: cfif isDefined(form.mytest) If you need mytest to be dynamic (ie, its a pointer to the field name), then you would use cfif isDefined(form.#mytest#) === Raymond Camden, ColdFusion Jedi Master

Re: IsDefined() bug?

2002-10-25 Thread Mike Wokasch
Todd Why not just do: cfif isDefined(form.mytest) ? variable[] isn't really a true variable name. Think of [] as an operator like + and -. I think that MX fixes that bug. Mike Wokasch At 09:30 AM 10/25/2002 -0400, you wrote: Is this not possible? cfset form.mytest = 2 cfdump var=#FORM#

CFC in .NET

2002-10-25 Thread Tony Weeg
is it possible to write a CFC in .NET ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 ~| Archives:

RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Looks very interesting on their site. So, this software is installed on my server and I set up a particular .cfm page to be processed by this software when viewed in the browser and it creates the pdf file instead of opening the cfm page? Have you used it? Perhaps on Windows 2000 Server like I

RE: CFMX Caching Pages?

2002-10-25 Thread Bryan F. Hogan
I to have seen that problem, but I was using Homesite+. Bryan F. Hogan Director of Internet Development Macromedia Certified ColdFusion MX Developer Digital Bay Media, Inc. 1-877-72DIGITAL -Original

RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Ok. Most of what you're talking about is totally new to me... But for free PDF generation, you can't beat that! I'll probably get it and install it on a new server and see what happens. Don't want to go the Crystal Reports route, that's overkill...but printing report, especially multiple-page

RE: CFMX Caching Pages?

2002-10-25 Thread Bryan F. Hogan
My machine is set at current time. I tried letting JIT compile the pages, they do after the change but does not reflect, same way with manually compiling. P.S. Forgot to mention that upon refresh of MX service, my changes get reflected. Bryan F. Hogan

RE: IsDefined() bug?

2002-10-25 Thread Mark A. Kruger - CFG
Todd, I do Isdefined('form.mytest') all the time and it works well. I think you should use structkeyexists( ) if you want to use the bracket syntax. -mk -Original Message- From: [EMAIL PROTECTED] [mailto:todd;web-rat.com] Sent: Friday, October 25, 2002 8:30 AM To: CF-Talk Subject:

RE: Formatting text from textarea

2002-10-25 Thread Ben Doom
pre/pre around the output. --Ben Doom Programmer General Lackey Moonbow Software : -Original Message- : From: Brian Groot [mailto:BJG;plasticsurgery.org] : Sent: Thursday, October 24, 2002 10:44 PM : To: CF-Talk : Subject: Formatting text from textarea : : : I have some

RE: CFC in .NET

2002-10-25 Thread Clint Tredway
No, but you could write a web service in .Net and then call it in CF. HTH, Clint -Original Message- From: Tony Weeg [mailto:tony;navtrak.net] Sent: Friday, October 25, 2002 8:30 AM To: CF-Talk Subject: CFC in .NET is it possible to write a CFC in .NET .tony Tony Weeg Senior Web

Re: How to remove URL references from printed pages

2002-10-25 Thread Jesse Houwing
Rick Faircloth wrote: Hello all. I'm printing some report directly from browser pages and would like to be able to get rid of the info that appears at the top and bottom of each page automatically when the pages are printed...such as the URL at the bottom. How would I do that? Put them

Re: IsDefined() bug?

2002-10-25 Thread Stephen Moretti
Use the evaluate function Do you really want Ray Camden on your case??? ;oD FWIW : that won't work anyway. . with IsDefined(evaluate(FORM['mytest']) you get the same response as Todd's code. . with IsDefined(#evaluate(FORM['mytest']#), CF evaluates FORM['mytest'] out to its content,

RE: CFC in .NET

2002-10-25 Thread Mark A. Kruger - CFG
Tony, Well - it's not called a CFC g. You can write a class that impliments the web service serializable interface. That makes it accessable via http as a web service. You can call it from CFMX as a remote web service. If you are doing this yourself make sure the methods you impliment are

Re: How to remove URL references from printed pages

2002-10-25 Thread Jesse Houwing
Rick Faircloth wrote: Hello all. I'm printing some report directly from browser pages and would like to be able to get rid of the info that appears at the top and bottom of each page automatically when the pages are printed...such as the URL at the bottom. How would I do that? Or did

RE: CFC in .NET

2002-10-25 Thread Raymond Camden
A CFC is purely a ColdFusion thing - so no. If you meant to say, Can I write a web service in .Net, then the answer is yes, you can. === Raymond Camden, ColdFusion Jedi Master for Hire Email: [EMAIL PROTECTED] WWW :

Re: SQL Errors when updating Oracle table with CF ???

2002-10-25 Thread Ian Vaughan
Hi Deanna Thanks for that it was that the form.id was specified incorrectly, it now works great apart form one point.. What I would like to know is how you populate a form select box from a database field. This will be used in an update of the table. When the user adds a new field they select

RE: Verity Ordering Take 2.

2002-10-25 Thread Jochem van Dieten
Quoting Timothy Heald [EMAIL PROTECTED]: You are the man, I didn't even think about that. Ok, so is there a function (like convert() in SQL Server) that would let you change the date format for the whole column at once? Don't think so. But where does Verity get that date from, and can't you

RE: CFC in .NET

2002-10-25 Thread Tony Weeg
that's what I figgered, but wanted to ask for a .NET developer here just to make sure. thanks ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Clint Tredway

RE: How to remove URL references from printed pages

2002-10-25 Thread Randell B Adkins
I currently use it now within a UNIX environment. But the only difference with UNIX and NT for this application is the call to the HTMLDOCS and the PATH for the PDF to be saved. [EMAIL PROTECTED] 10/25/02 09:38AM Looks very interesting on their site. So, this software is installed on my

RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Thanks for the tip, Jesse! Rick -Original Message- From: Jesse Houwing [mailto:j.houwing;student.utwente.nl] Sent: Friday, October 25, 2002 9:41 AM To: CF-Talk Subject: Re: How to remove URL references from printed pages Rick Faircloth wrote: Hello all. I'm printing some report

RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Looks like the cost to run it on a server is at least $150... These are notes from the download page: This free Microsoft Windows version of HTMLDOC comes with absolutely no support or warranty of any kind. It only includes the HTMLDOC GUI and not the command-line (batch) program that is required

RE: CFC in .NET

2002-10-25 Thread Tony Weeg
cool, thanks for de info man. ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Mark A. Kruger - CFG [mailto:mkruger;cfwebtools.com] Sent: Friday, October 25, 2002 9:43 AM To:

RE: Strange menu behavior

2002-10-25 Thread Mosh Teitelbaum
Perhaps one of the values for that field has an illegal character in it? Or something to that effect. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Janine Jakim

RE: Verity Ordering Take 2.

2002-10-25 Thread Timothy Heald
I am trying to do that with Oracle's to_date function, but it keeps saying that a char was found where a numeric value was expected. I am trying to sort that out now. Tim -Original Message- From: Jochem van Dieten [mailto:jochemd;oli.tudelft.nl] Sent: Friday, October 25, 2002 9:50 AM

RE: Urgent : GURU Required: Excel vs COM in CFMX

2002-10-25 Thread Kola Oyedeji
Hi Can I just ask, can any off the COM options be used without actually having excel installed on the server? tahnsk -Original Message- From: Dave Watts [mailto:dwatts;figleaf.com] Sent: 25 October 2002 04:16 To: CF-Talk Subject: RE: Urgent : GURU Required: Excel vs COM in CFMX

RE: How to remove URL references from printed pages

2002-10-25 Thread Benjamin S. Rogers
Have a look at Mead Company's ScriptX. They have a free, lite version. It only runs in Internet Explorer, however, but it works very well. You can even control it with JavaScript. Very cool. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From:

RE: CFC in .NET

2002-10-25 Thread Ben Forta
And you could also write a CFC in CF and invoke it from within .NET. --- Ben -Original Message- From: Tony Weeg [mailto:tony;navtrak.net] Sent: Friday, October 25, 2002 9:53 AM To: CF-Talk Subject: RE: CFC in .NET that's what I figgered, but wanted to ask for a .NET developer here

Re: Replacement for CFX_fMAKETREE

2002-10-25 Thread Michael Dinowitz
I posted it up a month or two back. The link was sent to the list. I'll get it up to the tag gallery when I get a free second, which is rare at the moment. http://www.houseoffusion.com/_library/ So when you gonna release it Mike? Robert Everland III Web Developer Extraordinaire Dixon

RE: How to remove URL references from printed pages

2002-10-25 Thread Dave Wilson
Looks like they've changed their licensing model then. I've been using it for a few years now on windows machines NT4 and 2000. It was always freely available, including the command line utility. Wait I've just checked through the FAQ's. You can download the source code which is fully functional.

RE: Verity Ordering Take 2.

2002-10-25 Thread Timothy Heald
Got it. Use to_char not to_date :) Tim -Original Message- From: Timothy Heald Sent: Friday, October 25, 2002 10:05 AM To: CF-Talk Subject: RE: Verity Ordering Take 2. I am trying to do that with Oracle's to_date function, but it keeps saying that a char was found where a numeric

cftree problem with win2k

2002-10-25 Thread Huynh Weiming
My move function would not work on w2k. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk FAQ:

RE: Strange menu behavior

2002-10-25 Thread Janine Jakim
Mosh- I think you're right! I just checked some of the people that I know have trouble and low and behold they have used ' . (This is grouping on what the user defined) I've have problems with ' before with cf/the database. But the context was so different I didn't even think it of it this tiime

RE: CFC in .NET

2002-10-25 Thread Tony Weeg
cool, thanks ben. ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Ben Forta [mailto:ben;forta.com] Sent: Friday, October 25, 2002 10:07 AM To: CF-Talk Subject: RE: CFC in

Mail Server Recommendations

2002-10-25 Thread Joshua Miller
I'm looking for a cheap/free email server for a ColdFusion server I'm setting up. Anyone have any recommendations? I've heard that Mercury Mail is pretty good (and free) ... any others? Anything that has a web interface for retrieving mail? Thanks, Joshua Miller [EMAIL PROTECTED]

RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
So I would be working with the source code instead of the .exe and GUI? Rick -Original Message- From: Dave Wilson [mailto:dave;autosdirect2u.com] Sent: Friday, October 25, 2002 10:17 AM To: CF-Talk Subject: RE: How to remove URL references from printed pages Looks like they've changed

Re: Mail Server Recommendations

2002-10-25 Thread Bryan Stevenson
ArgoSoft Mail Server It was free or under $30 SUPER easy to setup, maintain user accounts, and close open relays ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

Re: Mail Server Recommendations

2002-10-25 Thread Greg Bullough
sendmail running on Linux. At 10:38 AM 10/25/02 -0400, Joshua Miller wrote: I'm looking for a cheap/free email server for a ColdFusion server I'm setting up. Anyone have any recommendations? I've heard that Mercury Mail is pretty good (and free) ... any others? Anything that has a web interface

RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Oh, I see the documentation on it. I'd have to get the source code (should I get the .tar or zip, or does it matter?) and compile it using Visual C++... Now I'm really getting in deep. I've never used Visual C++ or compiled anything. Would I need some software for that? Rick -Original

RE: CFC in .NET

2002-10-25 Thread Nick McClure
How does one deal with things like Constructors and such? -Original Message- From: Ben Forta [mailto:ben;forta.com] Sent: Friday, October 25, 2002 10:07 AM To: CF-Talk Subject: RE: CFC in .NET And you could also write a CFC in CF and invoke it from within .NET. --- Ben

RE: Mail Server Recommendations

2002-10-25 Thread Mosh Teitelbaum
Well, it's not free but I've always loved Ipswitch's IMail (http://www.ipswitch.com/Products/messaging.html), and it's relatively cheap. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From:

Re: Mail Server Recommendations

2002-10-25 Thread Jochem van Dieten
Joshua Miller wrote: I'm looking for a cheap/free email server for a ColdFusion server I'm setting up. Anyone have any recommendations? Sending? Receiving? POP? IMAP? Webbased? OS? Management modules? Jochem ~| Archives:

RE: How to remove URL references from printed pages

2002-10-25 Thread Dave Wilson
You compile the source for your OS platform - there are instructions. Then you will be using it as normal i.e. from the command line. -Original Message- From: Rick Faircloth [mailto:Rick;GoLibertyOnline.com] Sent: 25 October 2002 15:55 To: CF-Talk Subject: RE: How to remove URL references

RE: Mail Server Recommendations

2002-10-25 Thread Dave Cordes
Well it's not free but I use IMail from IPSwtich. It's nice because it has a Web interface so my clients can manage their own email. Dave Cordes Senior ColdFusion Developer 636-939-1081 (H) 636-578-4235 (M) -Original Message- From: Joshua Miller [mailto:josh;joshuasmiller.com] Sent:

RE: Recommended JRE for CFMX

2002-10-25 Thread Mark Johnson
So you are not using the Sun JRE? Have you experienced JDBC issues with the IBM 1.3 JRE? Does it exhibit the locale specific formatting issues? So you are recommending the IBM JRE? Mark -Original Message- From: jon hall [mailto:jonhall;ozline.net] Sent: Thursday, October 24, 2002 4:00

RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Ok. Thanks for all the help, Dave and everyone... Rick -Original Message- From: Dave Wilson [mailto:dave;autosdirect2u.com] Sent: Friday, October 25, 2002 10:53 AM To: CF-Talk Subject: RE: How to remove URL references from printed pages You compile the source for your OS platform -

Re: CFC in .NET

2002-10-25 Thread Sean A Corfield
On Friday, Oct 25, 2002, at 07:50 US/Pacific, Nick McClure wrote: How does one deal with things like Constructors and such? Since you're invoking it via a Web Service, constructors aren't really an issue. An Architect's View -- http://www.corfield.org/blog/ Macromedia DevCon 2002, October

RE: CFGRAPH help

2002-10-25 Thread Tim Buntel
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_000_01C27C38.F98215A0 Content-Type: multipart/alternative; boundary=_=_NextPart_001_01C27C38.F98215A0

auto refresh

2002-10-25 Thread Andy Ewings
I'm trying to auto refresh a page when the back button is clicked on the browser. At present the page that I'm going back to is an page which requires form variables from a previous page to run - if I hit back I get the usual Page Expired message

RE: Formatting text from textarea (Update)

2002-10-25 Thread Brian Groot
Actually I tried PRE first but the monofont clearly isn't going to work if we want to maintain any stylish dignity. But adding a style to it did just the trick. Brian Groot Online Services ASPS [EMAIL PROTECTED] 10/25/02 08:40AM pre/pre around the output. --Ben Doom Programmer

RE: CFC in .NET

2002-10-25 Thread Mark A. Kruger - CFG
Nick, Cold fusion doesn't use constructors in a traditional sense, but the concept still applies to the invocation. You are instantiating a component or object and you will use it's methods and properties when it's instantiated. You can even make the object persistent using application and/or

Re: M$Access DB and ColdFusionMX for Solaris

2002-10-25 Thread Troy Simpson
I am running MS-Access on a Windows 2000 system and using the Window version of the OpenLink package. CFMX is running on the SunSolaris8 system as a client. I recently posted the details of this earlier under this same subject. I agree with you about not running MS-Access in a production mode.

Re: SQL Errors when updating Oracle table with CF ???

2002-10-25 Thread Deanna Schneider
Easy, do a query that returns your options. Then, do this: select size=1 name=linkarea style=font-size: 7.0pt; width: 183px; height: 20px; option selected value=Select Link Category ---/option option value=/option cfoutput query=yourquery option value=#yourquery.value##yourquery.name#/option

Re: Verity Ordering Take 2.

2002-10-25 Thread Deanna Schneider
Tim, If the field is already a date field in Oracle, you don't want to use to_date, you want to use to_date(to_char()). To_date expects a char field, so if you want to use it for reformatting a date, you have to to_char the date, then to_date it. Deanna Schneider Interactive Media Developer

RE: Mail Server Recommendations

2002-10-25 Thread Joshua Miller
Sorry, should have been more specific: OS: Windows 2000 Adv. Server Needs to Send and Receive mail POP3/SMTP is all I really need Web Based retrieval would be nice, but isn't 100% necessary. I've used IMail in the past and love it, but our budget is tight and I'm looking for something a little

RE: Verity Ordering Take 2.

2002-10-25 Thread Timothy Heald
Thanks, I fond that out a little while ago. I was finally able to get it work like I wanted. Now though I can't seem to get the query of query and date format to output anything for that field at all. Weird. I'll get it :). Tim -Original Message- From: Deanna Schneider

Re: Mail Server Recommendations

2002-10-25 Thread Doug
I also vote for Imail - This may change when I install the final version of Ms Enterprise .NET server, which has a built-in Email engine not requiring Exchange Server. I was really impressed with that feature in the Release Candidate version. Actually, I have two mail servers, one running on

Re: SOT: cgi variables on Apache

2002-10-25 Thread Kreig Zimmerman
Deanna, I don't think what you're asking for is possible. With auth_user, you are using NT authentication. IIS has that built in. Apache, does not. Your easiest bet is to switch back to IIS. FWIW, if you were to have your authentication information available via LDAP, you could modify your

RE: Mail Server Recommendations

2002-10-25 Thread Mosh Teitelbaum
Have you checked on SourceForge? Check their Mail Transport Agents category (http://sourceforge.net/softwaremap/trove_list.php?form_cat=32). -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message-

Playing a .mov in a web page...

2002-10-25 Thread Yager, Brian T Contractor/Sverdrup
How do I do this...I tried using cfcontent but all I get are weird characters on the screen. Can anyone help me? Thanks, Brian Yager President - North AL Cold Fusion Users Group http://www.nacfug.com Sr. Systems Analyst Sverdrup/CIC [EMAIL PROTECTED] (256) 842-8342

RE: Mail Server Recommendations

2002-10-25 Thread Pete Freitag
Check out JAMES (Java Apache Mail Enterprise Server) http://jakarta.apache.org/james/ It's a 100% java mail server, and it lets you store your mail in a database, files, or pretty much anything. It has a nice API for writing custom mail processing filters.

RE: CFC in .NET

2002-10-25 Thread Nick McClure
The way I have always used web services and CFCs is to invoke a complete instance of the object, not just the methods. -Original Message- From: Sean A Corfield [mailto:sean;corfield.org] Sent: Friday, October 25, 2002 11:09 AM To: CF-Talk Subject: Re: CFC in .NET On Friday, Oct

RE: CFC in .NET

2002-10-25 Thread Nick McClure
Thanks Mark, that actually makes perfect sense. -Original Message- From: Mark A. Kruger - CFG [mailto:mkruger;cfwebtools.com] Sent: Friday, October 25, 2002 11:26 AM To: CF-Talk Subject: RE: CFC in .NET Nick, Cold fusion doesn't use constructors in a traditional sense, but the

RE: CFC in .NET

2002-10-25 Thread Mark A. Kruger - CFG
Glad to help... I'm feeling rather verbose today. I think I'll shut up now ha. -Original Message- From: Nick McClure [mailto:cf-lists;king-nacho.com] Sent: Friday, October 25, 2002 11:26 AM To: CF-Talk Subject: RE: CFC in .NET Thanks Mark, that actually makes perfect sense.

Re: auto refresh

2002-10-25 Thread S . Isaac Dealey
I'm trying to auto refresh a page when the back button is clicked on the browser. At present the page that I'm going back to is an page which requires form variables from a previous page to run - if I hit back I get the usual Page Expired message There's not really any way to change this

custom tags .NET

2002-10-25 Thread Tony Weeg
ok, forget a CFC in .NET how about a Custom Tag? thanks. ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 ~| Archives:

RE: Mail Server Recommendations

2002-10-25 Thread Joshua Miller
Pete, Do you know if it supports mail on multiple domains? We're going to have 50 domains or so feeding into one application (sort of like a portal) and we need the ability to offer email accounts for each domain. Can JAMES handle multiple domains? Joshua Miller [EMAIL PROTECTED] -Original

RE: custom tags .NET

2002-10-25 Thread Dave Watts
ok, forget a CFC in .NET how about a Custom Tag? No, to the best of my knowledge, right now if you want to use something written in .NET, the .NET code has to expose itself as a web service. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

RE: custom tags .NET

2002-10-25 Thread Nick McClure
And the same with using CF in .NET. In order for .NET to be able to see it, it have to be part of a Web Service. -Original Message- From: Dave Watts [mailto:dwatts;figleaf.com] Sent: Friday, October 25, 2002 1:24 PM To: CF-Talk Subject: RE: custom tags .NET ok, forget a CFC in

  1   2   >