Small request

2000-11-14 Thread Christopher S Martin
Hi everyone. I seem to recall that osmeone posted a link to the list a while abck that had an article with a shootout between CF, PHP, JSP, and ASP. Could someone repost that url or sned it to me privatley, please? Thanks, Chris Martin [EMAIL PROTECTED]

Re: Small request

2000-11-14 Thread Christopher S Martin
A big thanks to everyone who sent me this link. ^_^ Chris Martin Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Re: Strange Access Problem

2000-11-04 Thread Christopher S Martin
olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Christopher S Martin [mailto:[EMAIL PROTECTED]] Sent: Friday, November 03, 2000 11:23 AM To: CF-Talk Subject: Re: Strange Access Problem Sure. Here you go. It looks okay to me, bu

Re: Strange Access Problem

2000-11-03 Thread Christopher S Martin
day, November 02, 2000 20:29 Subject: Re: Strange Access Problem CAn you post your code to the list? It may make things easier. -Original Message- From: Christopher S Martin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Date: Friday, November 03, 2000 11:23 AM Subject: Strange Acces

Strange Access Problem

2000-11-02 Thread Christopher S Martin
Hey everyone. I am having a very strange problwem with acces. Basically, it is asking me for a semicolon afgter each sql statement. I put them in, and the semicolon errors go away, but new errors come up. Anyone know why access would wnat semi colons? Chris Martin

Finding a query in a file

2000-10-24 Thread Christopher S Martin
Hi everyone, i have written a regex that should (i think) return an instance of any cfquery name=blah datasource=foo in a page. I read a page into meory first, and call it page_buffer. The regex looks like this: ReFindNoCase("cfquery +name=[a-z]+[0-9]* +datasource=[a-z]+", #page_buffer#) For

What sort of RegEx does Cold Fusion Support?

2000-10-17 Thread Christopher S Martin
Just a quick question as I prepare to write a tempalte that will (hopefully) save me days of mindnumbing work: How well does ColdFuison support Regular Expressions? Does it use a perl or perl-ish model, strict POSIX standards, or some weird, homegrown flavor? Basically I want to kow if I use a

Finding Specific Instances Using CFFile

2000-10-16 Thread Christopher S Martin
Hi all. I am wondering if it is possible to use CFFile to find particular instances of text in a file. I have the wonderful job of going through all the files on a website, and putting all the queries, fields, tables, and datasources into a database. We have about 439 separate files, and each

Re: Message Board

2000-10-10 Thread Christopher S Martin
Its probably not to helpful right now, but I'm working on a version of faq o matic in ColdFusion. BUt nthis isnt really helpful if you need something, say, yesterday. Chris Martin - Original Message - From: "Jeffrey Cohen" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent:

Re: Perl-based BB's for comparison

2000-10-06 Thread Christopher S Martin
Not really a Bulliten Board per se, but a good program nonetheless. The FAQ-O-Matic. faqomatic.sourceforge.net I am currently working on a cold fusion version of this very thing. Do a search for Fuze-OI-Matic at source forge if you are interested. Chris Martin - Original Message -

Re: Encryption in CF

2000-10-04 Thread Christopher S Martin
The built in CF Encipherment is not very good. IN fact, there is a website that has a cgi program that will decipher CF files.It also has linux and windows binaries. It can be found at http://shroom.dv8.org/cfd/ I assume that it uses either a brute force or known ciphertext attack. But I

Re: Photo Upload??

2000-10-02 Thread Christopher S Martin
Use the regular cffile action=upload blah blah blah to do the upload. Then, I would reccomend doing something like cffile action=rename source=C:\foo\whatever\#file.serverfile#.#file.serverextension# destination=C:\foo\whatever\newname.bla That should do the trick Chris

Re: Configuring a Datasource on a Different Server

2000-09-27 Thread Christopher S Martin
make the cold fusion application server user accessible and executable... namely the administrator Then go ahead and do a shared folder as an f drive or whatever. put the datasoruces in there. That should do it. Chris Martin - Original Message - From: "Alan Wolf" [EMAIL PROTECTED] To:

Re: File download

2000-09-26 Thread Christopher S Martin
Try thed cf_download tag from the alliare developer connection. - Original Message - From: "Vinuthomas" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, September 26, 2000 05:31 Subject: File download Hi. How to download a file form the server ,is it possible by

POssible to use a CFInclude as a search action?

2000-09-26 Thread Christopher S Martin
This is a multi-part message in MIME format. --=_NextPart_000_00AD_01C027C5.2294EDC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable HI all. I was wondering if it would be possible to use a cfinclude as a = search action e.g. form

Variable for a query name?

2000-09-25 Thread Christopher S Martin
IS it possible to get the name of a run query without actually typing it out? Something along the lines of executedquery.name or something similar? Thanks, Chris Martin [EMAIL PROTECTED] www.fsenablers.com www.fslink.com

Re: Custom Tag CD [CF-Talk]

2000-09-22 Thread Christopher S Martin
I would certainly be interested - Original Message - From: "Brian Thornton" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, September 21, 2000 23:17 Subject: RE: Custom Tag CD [CF-Talk] I would be intrested as well. -Original Message- From: Don Cuniff

Cocatenation

2000-09-21 Thread Christopher S Martin
How do I concatenate three strings? I want to cocatenate two variable name, with AND. I tried : cfset someString = Evaluate("StartDate" AND "EndDate") as well as: Evaluate("StartDate" DE(AND "EndDate") BUt niether of the worked. I would like to use someString as a where clause in a

Re: Auto thumbnail Newbie?? [CF-Talk]

2000-09-20 Thread Christopher S Martin
Try the cf_autoresize tag. You can find it in the allaire dev center. It reduces the width of the image to whatever size you specify it too. Chris Martin [EMAIL PROTECTED] www.fsenablers.com www.fslink.com - Original Message - From: "Rich" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: ot xml

2000-09-18 Thread Christopher S Martin
The XML Biible is a great book. It has just about everything from begginer, to XML God. I like it. Chris Martin [EMAIL PROTECTED] www.fsenablers.com www.fslink.com - Original Message - From: "Gavin Myers" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 18, 2000 11:48

[CF-Talk] Incorrect use of CFPARAM?

2000-09-18 Thread Christopher S Martin
Hello everyone. I have a page that has a bunch of pull down menus that a user can use to search a database. At the beginning of the template, I have a bunch of CFPARAMS: cfparam name="form.training" default="void" cfparam name="form.month" default="void" cfparam name="form.year" default="void"

Multiple queries and paging them out

2000-09-12 Thread Christopher S Martin
This is a multi-part message in MIME format. --=_NextPart_000_002F_01C01CDB.20DACE40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable HI everyone. I am using some code that I want to parse out the results = of a query five records at a

Re: Web-based email

2000-09-07 Thread Christopher S Martin
Hey, i have a fully functional (more or less) email system built up. It is POP compliant, and can support any number of users ( it depends on what mail server you are running). If you would like to take a look at it, email me. Chris Martin [EMAIL PROTECTED] www.fslink.com www.fsenablers.com

Cold Fusion and mapped drives

2000-08-16 Thread Christopher S Martin
Hello everyone. We are trying to map a datasource on a different server to cold fusion. When we go to view the server though (click on browse server in Administrator) the server does not see the mapped drive. Does anyone know why this would be? I know this is related to the network mapped

MIME types and 4.5.1 memory leak?

2000-08-15 Thread Christopher S Martin
Is anyone aware of a method or tag that can be used to return the mime type of an email attachment? Or is this functionality already built into cfpop, and I am just not aware of it? On an unrealted note, would anyone have the url for the 4.5.1 memory leak patch? I couldn't find it at allaires

problem with mail attachements

2000-08-12 Thread Christopher S Martin
Hello again. I am trying to write a web based email client, and I have a minor problem. It does everything fine, except for dealing with attachments. Specifically, I have code in the view message page that checks for the existence of attachments. This does not ,however, seem to work Here's

Re: password protection

2000-08-11 Thread Christopher S Martin
Here's what I do. Its kind of a roundabout way, but it works for me: on loign create a session variable. in the application .cfm file do the following: cfif not isDefined("Session.sessionStarted") cfset notLoggedIn="true" /cfif cfif isDefined("notLoggedIn") cfset

Any know problems with cold fusion server on Win2k?

2000-08-08 Thread Christopher S Martin
Hi. I have a few quick questions about Running Cold Fusion Server 4.5 with IIS 5.0 on Windows 2000 Advanced server with service pack 1. First, in general, are there any known problems or vulnerabilities with this particular configuration? I am familiar with the OLE DB problem on allaire's site,

Re: Any know problems with cold fusion server on Win2k?

2000-08-08 Thread Christopher S Martin
--- From: Christopher S Martin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 08, 2000 4:16 PM To: [EMAIL PROTECTED] Subject: Any know problems with cold fusion server on Win2k? Hi. I have a few quick questions about Running Cold Fusion Server 4.5 with IIS 5.0 on Windows 2000 Advan

Re: Dates (Newbie Problem)

2000-08-05 Thread Christopher S Martin
You can get around the division by zero error by enclosing your date variable in single quotes in an sql query e.g. '#this is somedate#' You also want to make sure your acess filed is storing the dates as a date/time field, not as a text field. to find stuff within a date range, try this:

Strange problem with multiple updates

2000-08-05 Thread Christopher S Martin
This is a multi-part message in MIME format. --=_NextPart_000_000F_01BFFEE7.088508E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Good afternoon. I am having a problem with some code I wrote. What I = am trying to do is update a record

Re: Strange problem with multiple updates

2000-08-05 Thread Christopher S Martin
As i thought, i figured it out as soon as i sent off the message. It was a stupid little problem too. I hope you guys read this before you read my last post. Very sorry about taking up your time Chris Martin [EMAIL PROTECTED] FSEnablers www.fsenablers.com

customising CFMAIL output

2000-08-04 Thread Christopher S Martin
Hello again everyone. A question about the CFMail tag: how does one go about customizing the message sent? IF I put html in side the body of the actual tag syntax e.g. cfmail bthis is bold/b /cfmail The actual html tag gets displayed. It is similar for a breakrow tag. Would it be a better

DE() vs Evaluate() when doing a variable number of multiple updates

2000-08-03 Thread Christopher S Martin
Hello everyone. This is my first time posting to this list, so if this question has been asked before, I'll apologize in advance. Currently, I have a page that has 16 form fields. A user can fill out any number of these fields, and when the submit it, I am trying to do an insert to a database