Re: Registry size.

2001-04-11 Thread Bryan LaPlante
I am jumping in here mid discussion but a couple of post back did you mention a concern about using a datasource for storing client var's? I have a question. If you use a DB for client var's, do the customers have any way of knowing what you named the datasource? If you set the default in CF

RE: Registry size.

2001-04-11 Thread Peter Tilbrook
Just disable CF_Registry. It shouldn't be enabled unless you absolutely trust your customers. -Original Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 11 April 2001 16:29 To: CF-Talk Subject: Re: Registry size. I am jumping in here mid discussion but a couple

RE: NN6 frames pages with parameters in URLs

2001-04-11 Thread Thomas Chiverton
Anyhow, all of this code works flawlessly in NN4.x, IE5.0 and IE5.5. It only screws up in NN6. Can anybody see why? I may be because Netscape branched their browser from the main Mozilla CVS too early, and refused to allow back ported bug fixes, because they were more concerned about getting

Way O.T

2001-04-11 Thread Nick Betts
Morning all. Been pulled off Coldfusion to work on an MS Exchange project ; (. Anybody know any good resources/forums for Exchange development? Cheers. nick. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Creating a Logout action

2001-04-11 Thread Craig Dudley
There's a custom tag caled session_kill.cfm that works quite nicely, it's on allaire developers exchange I think. Or you could play about with StructDelete() as the session scope is basically a structure. -Original Message- From: Peter J. MacDonald [mailto:[EMAIL PROTECTED]] Sent: 11

RE: Way O.T

2001-04-11 Thread Sicular, Alexander
nick, try: http://www.slipstick.com/index.htm http://msdn.microsoft.com/exchange/ http://www.win2000mag.net/Channels/Exchange/ http://www.exchangeadmin.com/ http://www.swynk.com/exchange/ unfortunately most of these sites work best with ie. good luck, Alexander Sicular Chief Technology

RE: Way O.T

2001-04-11 Thread Nick Betts
Cheers Alexander! -Original Message- From: Sicular, Alexander [mailto:[EMAIL PROTECTED]] Sent: 11 April 2001 09:52 To: CF-Talk Subject: RE: Way O.T nick, try: http://www.slipstick.com/index.htm http://msdn.microsoft.com/exchange/ http://www.win2000mag.net/Channels/Exchange/

Excel as a datasource.

2001-04-11 Thread Brian Thornton
I have... cfquery DATASOURCE="Excels" NAME="GetDesc" SELECT * FROM 1-1-01$ /cfquery This is a query for a excel sheet. I'm getting a error S1000 saying "[Microsoft][ODBC Microsoft Access Driver] Cannot open database '(unknown)'. It may not be a database that your application recognizes, or

RE: Excel as a datasource.

2001-04-11 Thread Philip Arnold - ASP
I have... cfquery DATASOURCE="Excels" NAME="GetDesc" SELECT * FROM 1-1-01$ /cfquery This is a query for a excel sheet. I'm getting a error S1000 saying "[Microsoft][ODBC Microsoft Access Driver] Cannot open database '(unknown)'. It may not be a database that your application

OT: Coldfusion Job Listings

2001-04-11 Thread Michael
Besides, the obvious, like monster, dice, computerjobs, justcoldfusion, can anyone suggest any other coldfusion job listing sites? TIA Michael ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Upsizing Siteminder from Acess to SQL server

2001-04-11 Thread Thomas Chiverton
Is there a knowledge base article for this (I'm sure their should be) - but I cant find it on Allaire's hulk of a web site... ? Regards, Thomas Chiverton, Intranet Architect and Desktop Analyst Office: 01565 757 909 As a GUI, reality in useless...

RE: Coldfusion Job Listings

2001-04-11 Thread Aidan Whitehall
Besides, the obvious, like monster, dice, computerjobs, justcoldfusion, can anyone suggest any other coldfusion job listing sites? http://www.thenetprofits.co.uk/coldfusion/faq/index.cfm#answer12 -- Aidan Whitehall [EMAIL PROTECTED] Netshopperuk Telephone +44 (01744) 648650

RE: Excel as a datasource.

2001-04-11 Thread Thomas Chiverton
The file the ODBC source points to has probably moved, or has the wrong priv.'s. -Original Message- From: Brian Thornton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 10:18 AM To: CF-Talk Subject: Excel as a datasource. I have... cfquery DATASOURCE="Excels"

Re: Cftransaction on linux

2001-04-11 Thread Edward Smith
I believe that MySQL does not support transactions at all. I understand that this is a feature that the MySQL developers are looking, or in the process of developoing though. I imagine that when the database software supports transactions, the ODBC driver will be updated to support it. Dian

RE: Email Questions

2001-04-11 Thread C. Hatton Humphrey
On the same topic, but a question(ish), I've thought about setting up a mailing list (listserv) and using CF to send one message to the listserv. I haven't put this in practice, but in theory you could set up the list to only relay e-mails from one account and then set up CF to send the e-mails

RE: Email Questions

2001-04-11 Thread Bob Silverberg
You might want to take a look at iMS POST SE at http://www.coolfusion.com/moreinfo.cfm?Product_ID=33. We just started using it and I am happy with it so far, and the support has been quite good. Bob -Original Message- From: Brian Peddle [mailto:[EMAIL PROTECTED]] Sent: April 11, 2001

RE: Excel as a datasource.

2001-04-11 Thread Dylan Bromby
change 1-1-10$ to "1-1-10$" see what happens. -Original Message- From: Brian Thornton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 2:18 AM To: CF-Talk Subject: Excel as a datasource. I have... cfquery DATASOURCE="Excels" NAME="GetDesc" SELECT * FROM 1-1-01$ /cfquery

RE: Email Questions

2001-04-11 Thread Dylan Bromby
i have a DB of 49,000 addresses, and here's what i found: the machine in question is: CF 4.5SP2 IMail 6.0.5 SQL7.0 WINNT4.0SP5 512MB Ram dual PIII500 i can send 8,000 emails in less than 3 minutes. my application divides the total address count by 8,000 (don't forget the remainder) to figure

RE: OT - CFLDAP

2001-04-11 Thread Frank Gragnano
I am working with a Netscape 3.51 LDAP server running Unix. Our site is on NT 4.0 IIS, CF Server 4.51 SP2. I am trying to hit this "anonymous" server with CFLDAP and the attribute SECURE="CFSSL_Basic, their-cert.db". The PORT is 636 (standard SSL port for LDAP). I have tried every path I can

cfexecute

2001-04-11 Thread Tim Bahlke
I am attempting to call an executable located on another server on my LAN. When I run the template with the cfexecute tag I get the following error message: Windows NT error 67 occurred. Can anyone shed some light on what this means for me? Thanks, Tim Bahlke

Re: Email Questions

2001-04-11 Thread W Luke
Have you found that you needed to define the port number in cfmail in order for it to work? Will -- [EMAIL PROTECTED] -=- www.lukrative.com Local-Advertising -=- www.localbounty.com - Original Message - From: ""Dylan Bromby"" [EMAIL PROTECTED] Newsgroups: dotcom.lists.cftalk Sent:

RE: Email Questions

2001-04-11 Thread Dylan Bromby
no. -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 6:43 AM To: "Dylan Bromby"; CFTALK Subject: Re: Email Questions Have you found that you needed to define the port number in cfmail in order for it to work? Will -- [EMAIL PROTECTED] -=-

Re: Cftransaction on linux

2001-04-11 Thread Mark Woods
AFAIK, the latest version of MySQL does offer transaction support, though I couldn't tell you whether the ODBC drivers do or not. At 01:14 PM 4/11/01, you wrote: I believe that MySQL does not support transactions at all. I understand that this is a feature that the MySQL developers are

IsDefined('') v. cfset

2001-04-11 Thread Bill Davies
Anyone have any idea whether an IsDefined('') 'costs' more than a cfset? i.e. Which is more work for the server - to test for the existence of a variable (and create it if it doesn't exist) or create or overwrite it anyhow? Thanks. Bill Davies

Win2K File Associations Not Working

2001-04-11 Thread John McKown
I just installed 4.5.1 SP2 on a Fresh install of Win 2K. Under the file associations in IIS 5, the .cfm file extensions are listed, but they are not being served properly as web site files. When I try to get to the administrator: http://204.253.96.198/cfide/administrator/login.cfm You can see

on-the-fly delivery of the binary contents of a

2001-04-11 Thread Nick Betts
Guys, I have a wee problem that you may be able to answer... if you're free, obviously (!) I'm working with dynamic encryption of web pages using a DLL on a web server. I've got it working by writing the binary output (encrypted HTML) to file, that's not a problem, I've done that in ASP and

RE: IsDefined('') v. cfset

2001-04-11 Thread Bob Silverberg
This doesn't answer your question directly, but if you are really going to test for the existence of a variable, and create it if it doesn't exist, I'd suggest using cfparam which will accomplish both of those things in one step. I only used IsDefined if I want to check for the existence of a

RE: Email Questions

2001-04-11 Thread JustinMacCarthy
Check out iMS from coolfusion.com ~ Justin -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 2:04 PM To: CF-Talk Subject: RE: Email Questions On the same topic, but a question(ish), I've thought about setting up a mailing list

RE: Win2K File Associations Not Working

2001-04-11 Thread Dylan Bromby
did you check the execute permissions? -Original Message- From: John McKown [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 7:19 AM To: CF-Talk Subject: Win2K File Associations Not Working I just installed 4.5.1 SP2 on a Fresh install of Win 2K. Under the file associations

Form field not being properly evaulated

2001-04-11 Thread James Taavon
I am not sure why I can't figure this out, I thought it was simple. I am using a cfselect to populate a drop down list of names. When a new name is selected, it only selects the name from the top of the list. The action file is the same as the originating file. This query evaluates the user

RE: Win2K File Associations Not Working

2001-04-11 Thread Dharmesh Goel
Hi John, Try this: IIS5.0 --Right click on the machine name and choose properties. Under the section titled Master Properties choose WWW service and then lick on edit. Go to the Home directory panel. Click on Configuration. Under App Mappings, there should be an entry for .cfm extension. If

Re: Win2K File Associations Not Working

2001-04-11 Thread Jon Hall
Perhaps someone who has run into this may be able to help you more, but I'll give it a shot... In IIS is the cfm extensions being processed through C:\CFusion\bin\iscf.dll ? I have a hunch something is not right with IIS though...you say this is a fresh install of Win2k? Did you install any

CFLOCATION

2001-04-11 Thread Dylan Bromby
has anyone had problems with CFLOCATION just *not* working? i have this wierd situation where most of the time it works fine, but then sometimes the browser just hangs. everything else on the server is functioning normally. ~~ Structure your

CFLOCATION - cont'd

2001-04-11 Thread Dylan Bromby
ok it's just happening in IE. NN works fine. so it's not CFLOCATION. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: CFLOCATION

2001-04-11 Thread Aaron Johnson
cfhtmlhead with cflocation? CFHTMLHEAD tag with content greater than 1024 characters, positioned above a CFLOCATION tag. This is a bad combination ... cflocation writes to the http headers, and cfhtmlhead writes to the HTML head, somehow these two are runnning into each other. Aaron Johnson,

RE: CFLOCATION

2001-04-11 Thread Bob Silverberg
Would the client happen to be a Mac? -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: April 11, 2001 10:41 AM To: CF-Talk Subject: CFLOCATION has anyone had problems with CFLOCATION just *not* working? i have this wierd situation where most of the time it works

RE: CFLOCATION

2001-04-11 Thread Dylan Bromby
nope. but if you see my follow-up post, it's happening on IE (5.5 but i suspect 5.0 as well) on my PC, not in netscape. incidentally, i do have a G3 and it runs fine on there in IE 5 and netscape 4.x. -Original Message- From: Bob Silverberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: Win2K File Associations Not Working

2001-04-11 Thread John McKown
We removed the .HTR ourselves, and we installed the service packs for Win 2K. I am going to try the steps that the other poster suggested right now. I will let you know what solves it. Thanks for your help. John McKown, VP Business Services Delaware.Net, Inc. 30 Old Rudnick Lane, Suite 200

Regex and search results

2001-04-11 Thread Jon Tillman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am attempting to refine a query to match a smaller number of records, and I believe that regular expressions are the way to go. However, I have very little experience with them, and could use some help figuring out where to insert my regex. I am

RE: OT - CFLDAP

2001-04-11 Thread Kevin Miller
Put in the full path to the cert file. Kevin [EMAIL PROTECTED] 04/11/01 06:39AM I am working with a Netscape 3.51 LDAP server running Unix. Our site is on NT 4.0 IIS, CF Server 4.51 SP2. I am trying to hit this "anonymous" server with CFLDAP and the attribute SECURE="CFSSL_Basic,

RE: ColdFusion 4.5 Certification Testing Tool

2001-04-11 Thread Angél Stewart
Oh WAY cool! :) But..you said Demo..we have to pay to use it then, like some sort of online study tool? -Gel -Original Message- From: Brian Simmons [mailto:[EMAIL PROTECTED]] There is a DEMO version on the Centrasoft website (http://www.centrasoft.com), which allows you to check out

JavaScript use with ColdFusion Variables

2001-04-11 Thread Bruce, Rodney
Is there a way to directly set a CF Variable from javascript? Examples: This is a build in script with CF Studio which will display to screen, but does not assign the value to anything: script language="JavaScript" type="text/javascript" !-- document.write("You are using " +

RE: ColdFusion 4.5 Certification Testing Tool

2001-04-11 Thread Brian Simmons
Hi Gel, There's a DEMO version of CF_Buster located on our website. It is not a nagged or a time-limited copy. It has all the features of the full version of CF_Buster, EXCEPT the full version has over 500 questions in it, whereas the DEMO only has 61 questions. The DEMO is intended to let

HELP REQUIRED!

2001-04-11 Thread Nick Betts
Guys, I have a wee problem that you may be able to answer... if you're free, obviously (!) I'm working with dynamic encryption of web pages using a DLL on a web server. I've got it working by writing the binary output (encrypted HTML) to file, that's not a problem, I've done that in ASP and CF.

Re: ColdFusion 4.5 Certification Testing Tool

2001-04-11 Thread Billy Cravens
Hehe.. you'd think they'd spend hours and hours upon making and then give it away for free. Greedy bastards! ;) -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Ps: isn't that the way most of the (and mostly now defunct) dot com's work? Angél Stewart wrote: Oh WAY cool! :)

CF Novice

2001-04-11 Thread brian
I have recently been learning ColdFusion through maintenance of websites that use ColdFusion. I have the basics down but really would like to expand on my knowledge of ColdFusion. Do any of you, have a good recommendation for book, study guide or tutorial web site? Thanks! Brian Hasselback

RE: JavaScript use with ColdFusion Variables

2001-04-11 Thread Thomas Chiverton
Javascript = client side coldfusion = server side So you have to be... inventive... http://www.vboston.com/DepressedPress/Content/ColdFusion/Essays/GIFAsPipe/In dex.cfm -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 5:07 PM To:

Create DBF from CF page of Access files.

2001-04-11 Thread CF Crazy
I created Adhoc tool that would provide HTML output for my client. I would like to create one that a client, could write his/her queries and cf could output the query to a dbf that the client could download. An ideas? (Actually, I would rather find one built and skip the work.) Thanks,

RE: CF Novice

2001-04-11 Thread Andy Ewings
The undisputed, World heavyweight champion of CF books - The Coldfusion web application construction kit by Ben Forta (publised by QUE) -- Andrew Ewings Project Manager Thoughtbubble Ltd http://www.thoughtbubble.net

Re: CF Novice

2001-04-11 Thread net_man
www.forta.com Robert - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, April 11, 2001 12:16 PM Subject: CF Novice I have recently been learning ColdFusion through maintenance of websites that use ColdFusion. I have the basics down but

RE: IsDefined('') v. cfset

2001-04-11 Thread Will Swain
Yup, CFPARAMs in your application.cfm file will 'set' empty variables, which you can fill later. That way, you don't need to check for their existence, just see what they are. Cheers Will -Original Message- From: Bob Silverberg [mailto:[EMAIL PROTECTED]] Sent: 11 April 2001 15:29 To:

OT: ZDNet Story Protect yourself! A pair of lethal viruses lurks on the horizon

2001-04-11 Thread Dave Hannum
OK folks - this time we get a heads up on a virus BEFORE it actually becomes a real problem. But, you may be infected and don' t know it yet, because it gets on your machine, then waits a month before doing its thing. So, read this, follow the links and get the removal tool BEFORE you spread

CF Hanging w/ weird message in Event Log

2001-04-11 Thread Bob Silverberg
Does anyone have any idea why I would see the following in my Windows2000 Event Log: Application popup: cfserver.exe - Unable To Locate DLL : The dynamic link library borlndmm.dll could not be found in the specified path For no apparent reason, CFAS was hung (the queued requests just kept going

Studio 4.5.2

2001-04-11 Thread sebastian palmigiani
I upgraded to CF Studio 4.5.2 with Win98. It kept repeatedly crashing my system. I had to go back to Studio 4.0. Is this just an issue with Win98 or would it be the same story with Win2000? I am disspointed in this 'improvement.' Sebastian ~~

Runtime session var error.

2001-04-11 Thread Kevin Gilchrist
Hi all, I have a really annoying intermittent problem out on a customer's live site where they submit a form and they get an error that says that a session var is nonexistent. This is a real pain because I can't reproduce the problem on either the customer's website or my development box. Only

Re:RE: JavaScript use with ColdFusion Variables

2001-04-11 Thread Carol Bluestein
Greetings all. In this same vein (and by the way, the DepressedPress.com website appears to be down), is there someone available who can take the time to explain the how's and why's of how the following code works: integration of javascript and cfml. Thanks in advance, Carol From Nate

RE: OT - CFLDAP

2001-04-11 Thread Frank Gragnano
Tried that. CF acts as if it's trying to browse locally because it puts a backslash in front of it. Here's the error: "Invalid security information for security type "CFSSL_BASIC" was provided within the SECURITY attribute. Please refer to the documentation for the correct format of this

RE: Runtime session var error.

2001-04-11 Thread Semrau, Steven L Mr SRA
Some quick thoughts, what is the timeout value for your session variables? And are these customers exceeding that amount of time when the error occurs? Are you cflocking your reads and writes with regards to your session variables? Steven Semrau SRA International, Inc. Senior Member,

RE: Create DBF from CF page of Access files.

2001-04-11 Thread Caulfield, Michael
the easiest way to do this is going to be to output a comma or tab delimited list and use cfcontent to deliver it. (if you're feeling oh so 81 you could also do fixed width) What application are your users going to open this with? michael caulfield -Original Message- From: CF Crazy

RE: CF5 Beta Program

2001-04-11 Thread Marcus
What about those of us that are not members of the beta, hence no NDA? A great deal of information has been diseminated through other channels. Marcus Guys, just a friendly reminderCF5 is still in Beta, and all Beta participants are still in the Non-Disclosure Period outlined in the Beta

Re: CFHTTP problem

2001-04-11 Thread Aaron Redalen
A thousand apologies. I was not, in fact, 4.5.1 SP2. Service pack installed--problem solved. Aaron C. Redalen, MSLS Computer Specialist National Institute of Standards and Technology [EMAIL PROTECTED] ~~ Structure your ColdFusion code with

Re:Studio 4.5.2

2001-04-11 Thread Carol Bluestein
Sebastian, I work both on a multiple user Enterprise server and a single user Enterprise server. In the first instance, there was not a problem. However, in the single user version, unfortunately, been there, done that. First, be sure you are downloading the right files. Then, download and

RE: Studio 4.5.2

2001-04-11 Thread ibtoad
I run Studio 4.5.2 on Win 2000 with no problems and no more out of resources errors that I used to get with win 98. Rich -Original Message- From: sebastian palmigiani [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 1:00 PM To: CF-Talk Subject: Studio 4.5.2 I upgraded to CF

Re:Runtime session var error.

2001-04-11 Thread Carol Bluestein
It would seem to me, that if the program is not finding session.password, that you might use cfparam to set it (so it will always be there) and check your code for a structClear(session) or structDelete command -- you may have inadvertantly cleared the session.password variable. Carol L.

Re: Runtime session var error.

2001-04-11 Thread Kevin Gilchrist
Timeout wasn't specifically set, set it to an hour now. I have locks around each session var modification. This doesn't even have any frames so it'd be surprising if session vars were overwriting each other anyway right? What's strange is that the error description to me was that a user tried

Re: Re:Runtime session var error.

2001-04-11 Thread Kevin Gilchrist
I've added a cfparam to deal with that in Application.cfm but I'm still going to encounter the problem when I do an update query further down the page which uses the password field. I still want to try and figure out why it seems to have disappeared "Carol Bluestein" [EMAIL PROTECTED]

Email software

2001-04-11 Thread ychen
Additional Header Information: Received: from www.houseoffusion.com ([207.31.122.140]) by inside.pgi.com (Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) with SMTP id 85256A2B.0060A2E4; Wed, 11 Apr 2001 13:35:31 -0400 Received: from houseoffusion.com ([207.31.122.140]) by

when is CF5 release?

2001-04-11 Thread ychen
Additional Header Information: Received: from www.houseoffusion.com ([207.31.122.140]) by inside.pgi.com (Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) with SMTP id 85256A2B.0060A2E4; Wed, 11 Apr 2001 13:35:31 -0400 Received: from houseoffusion.com ([207.31.122.140]) by

pull numbers from a string...

2001-04-11 Thread Ethan Rosch
Hi all.. is there a funcion that wil strip everything out of a string except numbers? ie. The width of the box is 54" and I want to set CFSET Width = 54 something like CFSET Width = NumberStrip("The Width of the box is 54") #width# = 54 thanks in advance, ethan

LOCKING

2001-04-11 Thread Terry Bader
ok, question about locking let's say I have code like this: CFLOCK SCOPE="SESSION" TYPE="READONLY" TIMEOUT="10" CFIF session.value EQ 0 CFINCLUDE TEMPLATE="somecfml.cfm" /CFIF /CFLOCK And somecfml.cfm might possible need to write to the session scope. Now,

RE: Runtime session var error.

2001-04-11 Thread Semrau, Steven L Mr SRA
Regarding the timeout value not being specifically set (within the application.cfm) should be fine as the server to use what is defined in the Admin section (20 mins I believe). Again though, I don't know if this may be part of the cause if the customer(s) with the problem were actually

RE: Email software

2001-04-11 Thread ron
I am looking for an email software which include SMTP and POP server. Do you guys have any suggestion which product is good? We're partial (and biased) towards IMail by http://www.ipswitch.com/. Very easy for a non-mail-admin to setup and configure. With it's web messaging service, you can

RE: LOCKING

2001-04-11 Thread mjones
this would be better CFLOCK SCOPE="SESSION" TYPE="READONLY" TIMEOUT="10" cfset locValue = session.value /CFLOCK CFIF locValue EQ 0 CFINCLUDE TEMPLATE="somecfml.cfm" /CFIF -Original Message- From: Terry Bader [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001

RE: LOCKING

2001-04-11 Thread Hayes, David
I think you want to handle it more like this: CFSET includeItP = false CFLOCK SCOPE="SESSION" TYPE="READONLY" TIMEOUT="10" CFIF session.value EQ 0 CFSET includeItP = true /CFIF /CFLOCK CFIF includeItP CFINCLUDE TEMPLATE="somecfml.cfm" /CFIF

Re: OT - CFLDAP

2001-04-11 Thread Michael Ross
Do use cfldap a lot, just starting with SSL and ldap not sure about 512? Its a pretty unused tag because its a pain...good luck! [EMAIL PROTECTED] 04/10/01 03:52PM Didn't get any response before, so I'm trying again. I too have hit every major list/forum about this. Has anyone here

Progress: update numeric SubString?

2001-04-11 Thread Adrian Cesana
I created another test table and it works finesoo now I just need to figure out why the Numeric fields in my production table is different than the Numeric in my test table Thanks for all the help/suggestions.. Adrian -Original Message- From: Caulfield, Michael

RE: pull numbers from a string...

2001-04-11 Thread Hayes, David
Well, you should be able to do this using REFind. For example, REFind("[0-9]*", myString , 1, true) Look at the Help for REFind for handling the returned position and length of the found item(s). You'll have to figure out how to handle multiple numbers in your string. -Original

RE: pull numbers from a string...

2001-04-11 Thread Hayes, David
grin OK, or you could do this: #REReplaceNoCase("The width of the box is 54 ","[^0-9]","","ALL")# -Original Message- From: Ethan Rosch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 1:26 PM To: CF-Talk Subject: pull numbers from a string... Hi all.. is there a funcion that

RE: pull numbers from a string...

2001-04-11 Thread Diana Nichols
cfset width= REReplace( '#numberstrip#', '[^0-9]', '', 'ALL' ) -Original Message- From: Ethan Rosch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 2:26 PM To: CF-Talk Subject: pull numbers from a string... Hi all.. is there a funcion that wil strip everything out of a

RE: Email software

2001-04-11 Thread Benjamin S. Rogers
We've used several of the popular ones out there. Without knowing what your specific needs are, I can only recommend Vircom's VOPMail (http://www.vircom.com). The product is solid and full featured. We've found it to be the easiest to secure against spam. The interface is straight forward and,

RE: LOCKING

2001-04-11 Thread Terry Bader
that would be way too much work you are putting on yourself... looks at the email from mjones Terry Bader IT/Web Specialist EDO Corp - Combat Systems (757) 424-1004 ext 361 - Work [EMAIL PROTECTED] (757)581-5981 - Mobile [EMAIL

RE: LOCKING

2001-04-11 Thread Terry Bader
yeah, that looks good... but does anyone know if it follows down the include?? Terry Bader IT/Web Specialist EDO Corp - Combat Systems (757) 424-1004 ext 361 - Work [EMAIL PROTECTED] (757)581-5981 - Mobile [EMAIL PROTECTED]

RE: LOCKING

2001-04-11 Thread Andrew Tyrone
-Original Message- From: Terry Bader [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 2:32 PM To: CF-Talk Subject: LOCKING ok, question about locking let's say I have code like this: CFLOCK SCOPE="SESSION" TYPE="READONLY" TIMEOUT="10" CFIF

insert help

2001-04-11 Thread Jay Patton
quick question... does anyone see anything wrong w/ this insert statement? cfset fileName = File.ServerFile cfset ArtistID = Form.ArtistID cfset TypeID = Form.TypeID cfset ArtName = Form.RealName cfset Price = Form.PriceFrame cfset Date = Form.Date cfquery name="AddImage"

RE: pull numbers from a string...

2001-04-11 Thread Evan Lavidor
The Val() function will give you the first number that appears in the string, so: Val("The width of the box is 54") = 54 but Val("I have 124 boxes of width 54") = 124 HTH, Evan -Original Message- From: Ethan Rosch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 2:26

Cookie problem: Expires, IsDefined, etc....

2001-04-11 Thread Evan Lavidor
I'm using CFCOOKIE to set a non-expiring cookie on my users' machines. My code in my application.cfm file is as follows: cfif Not IsDefined("COOKIE.tid") cfset TEMP_ID = CreateUUID() CFCOOKIE NAME="tid" VALUE="#TEMP_ID#" EXPIRES="never" /cfif On a subsequent pages (not the

RE: pull numbers from a string...

2001-04-11 Thread Garza, Jeff
CFSET Width = REreplaceNoCase(variable, "[[:punct:]A-Za-z ]", "", "ALL") This will strip out all letters, spaces and punctuation. Jeff Garza Web Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Ethan Rosch

regular expressions, anyone?

2001-04-11 Thread Mike Amburn
i'm completely new to regular expressions, but my understanding is that they can be used to perform multiple find/replace all in one exception. i have a string that i must filter for several HTML tags before continuing. the code follows. how would i write a regular expression to perform all?

RE: LOCKING

2001-04-11 Thread Brian Simmons
The way I usually do it, is to quickly CFLOCK (as readonly) the session variables and copy them into local variables. Then use the local variables later on the page (in IF statements and what not). That way as little as code as possible is inside the CFLOCK tag block. hth, Brian Simmons

RE: Printing, page breaks, and heading info

2001-04-11 Thread Paul Sizemore
I did an ASP project a while back that required page breaks on print. After head banging by a lot of people, I came up with the following code. When printed from "most" browsers, it prints in what looks like page breaks because of the way browsers try to not break images. If you tie your text

RE: Email software

2001-04-11 Thread cassady
When I needed to find a mail server product I could quick set up (I didn't need to be "Super Techie"), easily prevent from being a spam relay, and I thought I could trust - I also went with Imail. I'm not biased except in the fact I've been using it for 9 months, I keep hitting at higher

RE: insert help

2001-04-11 Thread Hayes, David
Double check your data types; for example, are Price, Size and Date really text fields? (Its value is surrounded by single quotes in the statement.) FYI - Try to name your date fields something other than "date". -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent:

RE: insert help

2001-04-11 Thread Aaron Johnson
Hi Jay, Date is a reserverd word in SQL. Change your column name. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent:

Re: insert help

2001-04-11 Thread Brian Simmons
Shot in the dark here, but try this as your insert statement: INSERT INTO OtherImages (SmallImage, ArtistID, TypeID, ArtName, Price, Size, Date) VALUES ('#fileName#', #ArtistID#, #TypeID#, '#RealName#', '#Price#', '#Size#', ###Date###) hth, Brian Simmons [EMAIL PROTECTED] ColdFusion 4.5

RE: insert help

2001-04-11 Thread Garza, Jeff
I think that Date is a reserved word... Try changing that to myDate or something else. Jeff Garza Web Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: LOCKING

2001-04-11 Thread Terry Bader
looks good.. thanks... Terry Bader IT/Web Specialist EDO Corp - Combat Systems (757) 424-1004 ext 361 - Work [EMAIL PROTECTED] (757)581-5981 - Mobile [EMAIL PROTECTED] icq: 5202487 aim: lv2bounce

RE: Cookie problem: Expires, IsDefined, etc....

2001-04-11 Thread Aaron Johnson
Hi Evan, When you use a cfcookie, the server (IIS or whatever you're using) sends an HTTP header to the client... and then sends your CF page. So, when you set a cookie and then immediately test for it, ColdFusion thinks it exists whether or not the browser accepts it. You have to do something

RE: insert help

2001-04-11 Thread ron
does anyone see anything wrong w/ this insert statement? cfquery name="AddImage" datasource="catlingalleries" dbtype="ODBC" INSERT INTO OtherImages (SmallImage, ArtistID, TypeID, ArtName, Price, Size, Date) VALUES ('#fileName#', #ArtistID#, #TypeID#, '#RealName#',

Re: HELP REQUIRED!

2001-04-11 Thread Tony Schreiber
I didn't see any replies and I don't have a complete answer, but I think you're looking for CFCONTENT and/or CFHEADER. Guys, I have a wee problem that you may be able to answer... if you're free, obviously (!) I'm working with dynamic encryption of web pages using a DLL on a web server.

4.5.1 and NT

2001-04-11 Thread Kevin Schmidt
I read somewhere that Allaire recommends running 4.5.1 SP2 on WIN2k only. Can anyone remind me where I saw that? Link? Thanks, Kevin Schmidt, Web Technology Manager Allaire Certified ColdFusion Developer pwb inc. integrated marketing communications 350 S. Main St., Suite 350 Ann Arbor, MI 48104

  1   2   >