Re: Query Caching..

2001-08-17 Thread Daniel Larson
The cached query will persist for the template it was run from, and the only way to override it (even if CF gets newer info from the database in an identical query elsewhere) is to use the cfobjectcache tag (5.0 only) like this: cfobjectcache action=clear The syntax is as follows: cfquery

RE: Query Caching..

2001-08-17 Thread Darryl Lyons
Ahh, so basically caching a query with the same name and application within an application that uses different templates (e.g. dsp_list.cfm and dsp_list2.cfm) but the same query is pointless? Darryl -Original Message- From: Daniel Larson [mailto:[EMAIL PROTECTED]] Sent: Friday, August

RE: OT Removing some ODBC drivers

2001-08-17 Thread Jim Finucane
-- Date: Thu, 16 Aug 2001 10:57:43 -0400 From: Timothy Lynn [EMAIL PROTECTED] Subject: OT: Removing some ODBC drivers Message-ID: 006401c12663$ce1c3f20$[EMAIL PROTECTED] 'lo all, Strange question here. I'm not sure *how* I did, but I have quite a few redundant ODBC

RE: Screen Display specs

2001-08-17 Thread Thomas Chiverton
Does anyone have any current materials that outline any survey that has been conducted and isolates the percentage of users working at the different resolutions (ie: 640x480, 800x600, 1024x768, etc)? statmarket.com, but their *very* expensive.

Recall: Screen Display specs

2001-08-17 Thread Thomas Chiverton
Thomas Chiverton would like to recall the message, Screen Display specs. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

RE: Screen Display specs

2001-08-17 Thread Thomas Chiverton
Does anyone have any current materials that outline any survey that has been conducted and isolates the percentage of users working at the different resolutions (ie: 640x480, 800x600, 1024x768, etc)? http://www.statmarket.com/SM?c=WeekStat: Screen Resolution Global Percentage 1152 x

RE: Flash Component Kit Issue

2001-08-17 Thread Thomas Chiverton
Does anyone know how to solve this? I am trying to use the calendar control from the flash componet kit. When the window pops up, all I get is a white square. Just an aside, but the calender still does not work in non-popup mode, afaik. A kludge and new files are in the forum on the allaire

Re: Javascript Validation Coldfusion ?

2001-08-17 Thread Ianv2
Hi I have just tried all your suggestions shown below and it is still not working? The javascript validation kicks in for the two input fields and displays Title of the Uploaded File but the two select boxes did not activate the validation messages? Any ideas why?, I have attached the code

RE: SQL Syntax - table structure

2001-08-17 Thread DeVoil, Nick
Try sp_columns() Nick -Original Message- From: Mak Wing Lok [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 1:46 AM To: CF-Talk Subject: OT: SQL Syntax - table structure hi, this might sound stupid but i have forgotten the command. does anyone know the command to view a table

RE: Database query question

2001-08-17 Thread DeVoil, Nick
What do you mean by output a single row? You mean sth like FoodName MoreFoodInfo Nutrient1 Value Nutrient2 Value. - - - - Name more stuff ENERGY-SOA 191.574 PROT FAT where the number of columns is controlled by the number of

RE: Query Caching..

2001-08-17 Thread Philip Arnold - ASP
Ahh, so basically caching a query with the same name and application within an application that uses different templates (e.g. dsp_list.cfm and dsp_list2.cfm) but the same query is pointless? NO - a Cached query persists for the same SQL and datasource, it has nothing to do with the template

RE: Diary of a hack attempt

2001-08-17 Thread Will Swain
Great post Josh. Your suggestions are common sense and easy to implement. Sounds like your script kiddie had some cf knowledge though!! Cheers Will -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED]] Sent: 16 August 2001 20:10 To: CF-Talk Subject: Re: Diary of a hack attempt

RE: Javascript Validation Coldfusion ?

2001-08-17 Thread Larry Juncker
Can you show me what your form looks like? I have a suspicion that your problem may lie there. In order for my code to work, you have to make sure that at least one of your options for your select is equal to one and that it is a value that you do not want them to be using. Also, on my demo, I

CF Express v. 4.5

2001-08-17 Thread Tristram Charnley
Does anyone know where to find a feature comparison between ColdFusion Express and its big brothers? I need to know what tags I can safely use in CF Express. I seem to remember there was a matrix on Allaire's site but I can't find it now. Tristram Charnley

ava script

2001-08-17 Thread Andy Ewings
OK another Javascript teaser. I have written a function which changes the value in text box 2 when the value text box 1 changes. I call this function in the onchange event of text box 1. By definition of the onchange event this function should run if and only if the value in text box 1 is

RE: ava script

2001-08-17 Thread Andy Ewings
OK I've sorted this to some extent.If I use the onblur event it solves it because it doesn't check to see if it's changed but the point is that it has changed so the onchange event should work too -- Andrew Ewings Project

Re: CF Express v. 4.5

2001-08-17 Thread Daniel Chicayban
Here you go: http://www.allaire.com/handlers/index.cfm?ID=13570Method=FullTitle=Edition %20Comparison%20MatrixCache=False I found it looking the FAQ. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq There's a lot of good information there. Daniel At 12:38 17/8/2001 +0100, you wrote: Does

Re: ava script

2001-08-17 Thread Bryan LaPlante
In IE the form tag can have a property of autocomplete set to false and the form elements won't do that. Bryan - Original Message - From: Andy Ewings [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 17, 2001 6:50 AM Subject: ava script | OK another Javascript

Re: ava script

2001-08-17 Thread Critter
Hello Andy, turn off the autocomplete input autocomplete=off i believe. -- Best regards, Critter, MMCP Certified ColdFusion Developer Crit[s2k] - CF_ChannelOp Network=EFNet Channel=ColdFusion --- Friday, August 17, 2001, 7:50:19 AM, you wrote: AE

online Oracle SQL reference

2001-08-17 Thread Jason Blum
Just wondering if anyone out there knows of a good online reference page for Oracle SQL. I am thinking something like: http://www-rohan.sdsu.edu/doc/oracle/server803/A54647_01/toc.htm Thanks. ~~ Structure your

Re: ASP vs. Cold Fusion

2001-08-17 Thread Jochem van Dieten
Michael Dinowitz wrote: Checking that the domain exists is easy using the CFUSION_VERIFYMAIL(MailServer, SMTPPort, Timeout) function. It'll return a Boolean true or false id the mail server exists or not. How does this work internally? Does it do a DNS lookup and search for a failover

RE: ASP vs. Cold Fusion

2001-08-17 Thread Stephen Rojas
Michael, What do the * next to the version number signify? -Stephen -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 6:57 PM To: CF-Talk Subject: RE: ASP vs. Cold Fusion http://www.houseoffusion.com/index.cfm?body=functions It's a

Software

2001-08-17 Thread Michael Ross
I have two servers that I cluster my content. Does anyone know of any good software programs that make sure the content on both are the same. It watchs the files to see whats newer? thanks ~~ Structure your ColdFusion code with Fusebox. Get

RE: Database query question

2001-08-17 Thread Joel Parramore
You could try something like SELECT A.FOOD_ID, B.ENERGY-SOA, C.PROT, D.FAT, E.TOTSATFD, F.CHO-SOA, G.TOTSUG, H.NA-SOA FROM NIP_FOOD A, NIP_NUTRIENT B, NIP_NUTRIENT c, NIP_NUTRIENT D,

RE: Removing some ODBC drivers

2001-08-17 Thread Hoffman, Joe (CIT)
If you just want to not see the drivers listed on the ODBC Data Source Administrator ... Drivers tab ... you can edit odbc.ini and/or odbsinst.ini and HKEY_CURRENT_USER\Software\ODBC and HKEY_LOCAL_MACHINE\SOFTWARE\ODBC registry keys. Don't delete any files from the hard drive and make

Grouping DB Data with Coldfusion ?

2001-08-17 Thread Ianv2
Hi With Coldfusion how do you group field data together, for example. I have a database table with id, date, summary and AREA. The area field contains values such as 'software', 'presentations' etc in each record. How do you then in coldfusion pass a paramenter from a hyperlink to a

RE: Grouping DB Data with Coldfusion ?

2001-08-17 Thread JSchlosser
This is how I do it if this is the only area you want them to access. If I allow a user to select the area, then we pass it in a form from a dropdown, but the idea is the same. JoAnn A. Schlosser Senior Consultant Association Management Software Grant Thornton LLP Washington, D. C. 703.837.4428

hyperlinks in IE5 for Mac

2001-08-17 Thread Neil Clark
Anyone have or had any problems with IE5 for the Macintosh? I have the link below which works in IE/NN on the PC and NN on the mac but not IE!? a href=index.mcb?threedot=work title= work onMouseOver=thisLinkStatus('who we work with, and what we have done; a visual feast.');return

Creating Stored Procedures (DB2/NT)

2001-08-17 Thread James Taavon
Question, Is it possible to create stored procedures with DB2 running on NT? James ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

RE: Database query question

2001-08-17 Thread Reed Powell
Try this. In ACCESS create a Crosstab Query for the NIP_NUTRIENT table, with FOOD_ID as the row value, NUTRIENT as the column value, and VALUE as the intersection. Then in your CFQUERY do a JOIN of the NIP_FOOD table and the query over the FOOD_ID value. Caveat, I've never tried doing a join to

FTP Replication

2001-08-17 Thread BT
Hey, Anyone know of a application that watches the contents of a folder and subfolders and upon change ftps them somewhere? Kinda tired of making and support web applications where a web app is not always the best solution... ~~ Structure your

RE: ASP vs. Cold Fusion

2001-08-17 Thread Michael Dinowitz
In the version column it means that it was a hidden function in that version. In the datatype column it means that something special is coming back from the function call. This could be multiple types of datatypes based on an attribute (like REFind returning a numeric or a structure),

Re: ASP vs. Cold Fusion

2001-08-17 Thread Michael Dinowitz
I really have no clue as to how this works internally. The test is if your mail server shows up in the administrator then the function will work for it. Basically, this is the function used in the admin to do that check. My thought is that it does a tcp/ip request to the port specified. If so,

RE: FTP Replication

2001-08-17 Thread Justin Hansen
Your could use a scheduled page to do that... run it every 5-10 minutes, store the cfdirectory results in a server.var and compare it to the current results Justin Hansen - [EMAIL PROTECTED] Project Leader / Web Application Developer Interactive Business Solutions, Inc 816-221-5200 ext.

RE: Database query question

2001-08-17 Thread Joel Parramore
I just realized that I totally misread that question --- never mind that previous reply. Grrr... it's morning... -Original Message- From: Tilbrook, Peter [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 1:38 AM To: CF-Talk Subject: Database query question I've been

Re: ASP vs. Cold Fusion

2001-08-17 Thread Michael Dinowitz
And the answer is no. It looks like the function calls the mail server on X port and waits for a HELO or the equivalent. At 11:00 AM 8/17/01, you wrote: I really have no clue as to how this works internally. The test is if your mail server shows up in the administrator then the function will

Re: FTP Replication

2001-08-17 Thread Gary Kraeger
If you don't find one, let me know, sounds cool. I could use it. let me know the features you want in it and I will talk to my team about making such a tool. Gary Kraeger Cfdev.com - Original Message - From: BT [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 17,

RE: Screen Display specs

2001-08-17 Thread Billy Cravens
If you're interested in tracking your visitor's resolutions (as well as other data, like color depth, etc), TheCounter.com does this for you. Of course, it'd be easy to implement the way they do it on your own. --- Billy Cravens HR Systems, EDS [EMAIL PROTECTED] -Original Message-

RE: Multilpe Domains on a single IP IIS with no virtual directory access

2001-08-17 Thread Billy Cravens
That assumes control of IIS, which you usually won't find in a shared host environment (which I'd assume is the case if you can't set up virtual directories) --- Billy Cravens HR Systems, EDS [EMAIL PROTECTED] -Original Message- From: Tilbrook, Peter [mailto:[EMAIL PROTECTED]] Sent:

RE: disappearing queries

2001-08-17 Thread Billy Cravens
I believe that CFQuery will not handle SQL that returns/processes more than one recordset. So if you do an INSERT then a SELECT in a proc/query, you won't get any results back. For stored procedures, you should be using CFSTOREDPROC/CFPROCPARAM/CFPROCRESULT instead. --- Billy Cravens HR

What is a Query Result Set look like? (tds)

2001-08-17 Thread Troy Simpson
What does a ColdFusion Query Result Set look like? Is it an array, a structure, or something else? I have a collection of information that I would like to put into a Query Result Set and use the CFOUTPUT tag to spit out the results. Any Idea would be greatly appreciated. Thanks for the help.

Re: ASP vs. Cold Fusion

2001-08-17 Thread Todd Ashworth
You can also telnet into the machine and see if the mailserver is running. Often times you get something like this: +OK POP3 dssf.tudelft.nl v2000.70 server ready I tried using cfexecute, but it wouldn't actually 'return' anything that could be displayed. Maybe someone else could figure out a

RE: CFFTP

2001-08-17 Thread Billy Cravens
CFFTP is actually a COM object. Perhaps re-registering it would fix your problem. Regsvr32 c:\winnt\system32\cfftp.dll --- Billy Cravens HR Systems, EDS [EMAIL PROTECTED] -Original Message- From: McCabe, Kevin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 11:24 AM To:

Re: What is a Query Result Set look like? (tds)

2001-08-17 Thread Michael Dinowitz
Internally to CF it is a Query datatype. It actually looks like a structure of equal length arrays. For example, a query with the columns name, age that has 5 rows will look like a structure with the key name and the key age and each key will have an array in it of length 5. This is why using

RE: Apache and cflocation......

2001-08-17 Thread Billy Cravens
CFLocation simply returns an HTTP status code - not all browsers process it the same (in other words, the redirection isn't automatic - it's actually a status code returned to the browser, and the browser then handles redirection). To get around this, use a META refresh tag instead. --- Billy

RE: cfschedule question

2001-08-17 Thread Billy Cravens
A number of potential issues. Does the script rely on user agent? Permissions perhaps? How about firewall issues? (I ran into this one not too long ago - seems that localhost wasn't on the list of acceptable IP addresses) --- Billy Cravens HR Systems, EDS [EMAIL PROTECTED] -Original

RE: Multilpe Domains on a single IP IIS with no virtual directory access

2001-08-17 Thread Mike Brunt
Yes, you are correct and thanks to all for your suggestions and advice. Our eventual aim is to move all the websites to full stand-alone status but in the short term they will form our design portfolio. Kind Regards - Mike Brunt Tel: 562.790.8631 Instant Messaging Handles: - AIM (AOL):

Re: Any horror stories from not locking session vars?

2001-08-17 Thread Kevin Schmidt
Just use client vars...with the datasource and you have no need for shared memory vars in a load balanced environment. - Original Message - From: Billy Cravens [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 17, 2001 10:20 AM Subject: RE: Any horror stories from not

RE: ASP vs. Cold Fusion

2001-08-17 Thread Jeffry Houser
If memory serves me, an undocumented function. Notice it only shows up next to the 'cf' or cfusion functions? At 09:02 AM 08/17/2001 -0400, you wrote: Michael, What do the * next to the version number signify? -Stephen -Original Message- From: Michael Dinowitz [mailto:[EMAIL

Re: FTP Replication

2001-08-17 Thread Richard Fantini
How about Rsync? Here's a cygnus nt port... http://members.ozemail.com.au/~msteveb/rsync/index.html -Rich - Original Message - From: BT [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 17, 2001 10:48 AM Subject: FTP Replication Hey, Anyone know of a

CFX_Socket was ASP vs. Cold Fusion

2001-08-17 Thread BT
Um I did some research all over and couldn't find CFX_Socket... Devex doesn't have it, Google is a no go, and in a last attempt CFXSocket.com is not taken All I could turn up was cfsocket for Mac OS X for Core Foundation... What in the Hello.. -Original Message- From: Todd

Re: Software

2001-08-17 Thread Kirk Boecker
we use repliweb - it is great - has tons of functionality and controls microsoft also has a free one on the win2k web server resource kit - but it is not as functional. kirk - Original Message - From: Michael Ross [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August

Re: FTP Replication

2001-08-17 Thread Kirk Boecker
http://www.repliweb.com/ - Original Message - From: BT [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 17, 2001 7:48 AM Subject: FTP Replication Hey, Anyone know of a application that watches the contents of a folder and subfolders and upon change ftps them

Re: CFX_Socket was ASP vs. Cold Fusion

2001-08-17 Thread Michael Dinowitz
CFX_Socket was a custom tag to allow direct socket calls. If its not in the tag gallery then I'll send you a copy when I get home. I have the entire gallery local including old stuff. :) Eventually I'm going to put out that organized CD of tags. Time, money and a backer. At 11:49 AM 8/17/01,

Re: Anyone else having problems with Hostcentric?

2001-08-17 Thread Timothy Lynn
Hey John, We too were with Virtualscape before they were gobbled up. It seems like a lot of the problems I've encountered didn't start until after this past New Year. Since then, there have been a lot of run-ins with technical support that take much too long to resolve. You may have missed my

RE: CFX_Socket was ASP vs. Cold Fusion

2001-08-17 Thread Dave Watts
Um I did some research all over and couldn't find CFX_Socket... Devex doesn't have it, Google is a no go, and in a last attempt CFXSocket.com is not taken It's here: http://www.intrafoundation.com/ It's called TCPSocket, I think. Enjoy! Dave Watts, CTO, Fig Leaf Software

Re: CFX_Socket was ASP vs. Cold Fusion

2001-08-17 Thread Paris Lundis
please send me the CFX_Socket tag... -paris [finding the future in the past, passing the future in the present] [connecting people, places and things] -Original Message- From: [EMAIL PROTECTED] (Michael Dinowitz) Date: Fri, 17 Aug 2001 12:04:38 -0400 Subject: Re: CFX_Socket was ASP

Re: FTP Replication

2001-08-17 Thread Gary Kraeger
Kirk: Repliweb looks great does it cost a lot. Gary Cfdev.com http://www.cfdev.com - Original Message - From: Kirk Boecker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 17, 2001 11:51 AM Subject: Re: FTP Replication http://www.repliweb.com/ - Original

file upload, large files, HTTP/FTP, CF/IIS, CFFILE - magic formula?

2001-08-17 Thread Mike Amburn
need the ability to upload 5mb-10mb CSV/XML file to a CF template that will process it. i'm attempting to use a multi-part form post, but here's the problems i've experienced: 1. once the web server receives the form post, it has to then transfer it to CF. when the file is large, this process

Re: CFX_Socket was ASP vs. Cold Fusion

2001-08-17 Thread Howie Hamlin
There is a socket CFX as well as a new COM object at www.intrafoundation.com (comes with complete source code as well). 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

re:ftp replication

2001-08-17 Thread Deanna Schneider
Telestream has a product that does this. It's part of the functionality of their flip factory product. Flip factory actually does more than that, but you can configure an account to ftp anytime something changes in a folder. It's pricey though. -d Deanna Schneider Interactive Media Developer

RE: ftp replication

2001-08-17 Thread BT
Would you be referring to the FF Publish, FF Pro, FF OnDemand? -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 1:44 PM To: CF-Talk Subject: re:ftp replication Telestream has a product that does this. It's part of the functionality of

Re: ftp replication

2001-08-17 Thread Deanna Schneider
Well, that's a good question. I think we have FF Pro, but I'm honestly not sure. It's not a feature we're using, but we've been through the feature chat about a million times, and I know it was discussed. -d Deanna Schneider Interactive Media Developer [EMAIL PROTECTED]

RE: file upload, large files, HTTP/FTP, CF/IIS, CFFILE - magic formula?

2001-08-17 Thread Billy Cravens
If you're wanting to use the browser upload, you're quite limited, no matter what language you use. You could split up the process - when they upload, just save the file. Have a separate process (perhaps a scheduled task) that parses the file. As far as your time limit is concerned, you have

Frameset problem using cgi.http_referrer

2001-08-17 Thread Langford, Bryan
Hello, I am looking for a way to retrieve the location of a page embedded into a frameset. I have a log on page built to catch users who have timed out and wish to return users back to the page from which they came. I am currently using a meta tag in combination with the HTTP_REFERER, but the

Passing SP params to CFReport

2001-08-17 Thread DJ Riebesell
I have tried every variation I can think of to pass in three parameters into a CFReport for use when it calls a stored procedure. I can call a report that requires no input fine and it displays fine. When it requires parameters it seems to just hang, like the server is prompting for them only

Re: Anyone else having problems with Hostcentric?

2001-08-17 Thread Jeffry Houser
At 11:42 AM 08/17/2001 -0400, you wrote: Hi all I maintain jamesabrams.com for my client. It's currently being hosted by Hostcentric. The site's been there since way before the Hostcentric takeover in 1999. Do you mean Virtualscape in the first sentence? I first noticed my site was down

Re: hyperlinks in IE5 for Mac

2001-08-17 Thread Dick Applebaum
How about a URL... there is a function that needs to bee seen Dick At 3:35 PM +0100 8/17/01, Neil Clark wrote: Anyone have or had any problems with IE5 for the Macintosh? I have the link below which works in IE/NN on the PC and NN on the mac but not IE!? a href=index.mcb?threedot=work title=

Re: Passing SP params to CFReport

2001-08-17 Thread Todd Ashworth
What database? I had a similar issue with Sybase ASA 7.02. Upgrading to 7.03 solved it. Todd - Original Message - From: DJ Riebesell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 17, 2001 2:16 PM Subject: Passing SP params to CFReport | I have tried every

RE: Passing SP params to CFReport

2001-08-17 Thread DJ Riebesell
MS SQL Server 7.0 -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 1:55 PM To: CF-Talk Subject: Re: Passing SP params to CFReport What database? I had a similar issue with Sybase ASA 7.02. Upgrading to 7.03 solved it. Todd -

RE: CFX_Socket was ASP vs. Cold Fusion

2001-08-17 Thread Pete Freitag
We have a CFX_JSocket tag written in java, free and open source. Check it out: http://www.cfdev.com/products/index.cfm?ref=126 + Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developers Resources http://www.cfdev.com/ -Original Message-

Checking for a files existence?

2001-08-17 Thread Brook Davies
Does checking for a files existence use up alot of system resources? Does it take a long time? Brook ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

file/directory browsing/selection

2001-08-17 Thread Stephenie Hamilton
hi fellow cf'ers! hope everyone is doing good ok enough chit chat i need to build an interface for file/directory browsing/selection that will let the user select a file off the server...like the one in the CF Administrator that can be used when you select your DSN... any tips on which tag(s) to

RE: Checking for a files existence?

2001-08-17 Thread Kevin Mansel
well, there was a script i tried to run on a webserver of ours that would compare to web folders already there, using the DirectoryExists function, there was about 15000+ folders, and well...i couldn't even find the correct time to set as the timeout, so i've had to resort by cleaning up in

ReUseForm

2001-08-17 Thread Gonzo Rock
I've been messing with ReUseForm for a couple of days now... hating it! Anyone have access to some good docs on ReUseForm... or perhaps some code... The ReadMe.txt file is inadequate for my small brain. :-) thanks, ~~ Structure your

RE: Checking for a files existence?

2001-08-17 Thread Shawn Grover
use the built-in FileExists() function - it returns a simple true or false. As for processing time, I've not seen any performance hit from using it, and it processes faster than loading a plain HTML web page. On the other hand, if you are checking the existence of a few hundred thousand files,

RE: file/directory browsing/selection

2001-08-17 Thread Shawn Grover
cfdirectory and cftree would probably meet your needs. Good luck. Shawn Grover -Original Message- From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 2:52 PM To: CF-Talk Subject: file/directory browsing/selection hi fellow cf'ers! hope everyone is doing

Re: file/directory browsing/selection

2001-08-17 Thread Gonzo Rock
Ahhh... I don't know. Perhaps you should as a Macromedia Certified ColdFusion Professional! grin Seriously though, why not look at the CFADMIN code? At 04:51 PM 8/17/01 -0400, you wrote: hi fellow cf'ers! hope everyone is doing good ok enough chit chat i need to build an interface for

Re: ASP vs. Cold Fusion

2001-08-17 Thread Jochem van Dieten
Todd Ashworth wrote: You can also telnet into the machine and see if the mailserver is running. Often times you get something like this: +OK POP3 dssf.tudelft.nl v2000.70 server ready Of course the port 25 block failover and MX checks might prevent this from working as well. Jochem

OT: Regexp

2001-08-17 Thread Bruce, Rodney
I need help with a regexp. I am trying to remove all special chars from file names. I can remove them one at a time like so: tempstring = REREplace(tempstring, , , all) tempstring = REReplace(tempstring, @, , all) etc but the # errors out. How can I do this in one pass, if possible?

CF_TwoSelectsRelated

2001-08-17 Thread Julia Phu
Hi, Guru, I tried to implement the CF_TwoSelectsRelated tag from the Developer's Exchange and got an error of evaluting the expression: MyQuery=Evaluate(Caller.#Attributes.Query#) I have been looking at it too long and lost my brain. Can anyone help to point out what mistake that I made? Please

RE: Regexp

2001-08-17 Thread Raymond Camden
Since CF treats # as a variable marker, you have to escape it. Just use ## to mean one #. Also, instead of doing multiple REReplaces, use []s. Ie, tempstring = REREplace(tempstring,[ @##etc],,ALL); === Raymond Camden,

Re: OT: Regexp

2001-08-17 Thread Stuart Duncan
Try [[:punct:]] That gets rid of punctuation... anything that's not letters or numbers basically. tempstring = REReplace(tempstring, [[:punct:]], , all) Stuart Duncan MaracasMedia Inc. At 02:12 PM 8/17/01 -0700, you wrote: I need help with a regexp. I am trying to remove all special

RE: Regexp

2001-08-17 Thread Zac Belado
but the # errors out. Have you tried escaping it? tempstring = REREplace(tempstring, ##, , all) ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

RE: Regexp

2001-08-17 Thread Glenn Olsen
What about something like this: cfset invalidchars = [!@`;:'%,##\*\?\$\^\] !--- invalidate certain characters --- CFSET tempstring = REReplace(tempstring,invalidchars,,ALL) Glenn Olsen Doceus -Original Message- From: Bruce, Rodney [mailto:[EMAIL

using cf_combo box

2001-08-17 Thread Jones, Becky
if the company that the person entered in the combo box doesnt exist in the database... how would the insert statement look to insert the new company in tblCompany? because the value=#CompanyID# works for my passthru table if the company already exists. but if it doesnt, i need to insert the

Newbie - URL redirect?

2001-08-17 Thread Jon Dunn
How do I redirect an incoming url request to a specific directory on the server? I have multiple domain names routing to the same root directory - I'd like to have each separate domain name be directed to the appropriate directory to keep the different sites separated. I've tried the following

Re: OT: Regexp

2001-08-17 Thread Dick Applebaum
Try: tempstring = REREplaceNoCase(tempstring, [^A-Z_], , all) HTH Dick At 2:12 PM -0700 8/17/01, Bruce, Rodney wrote: I need help with a regexp. I am trying to remove all special chars from file names. I can remove them one at a time like so: tempstring = REREplace(tempstring, , , all)

Re: file/directory browsing/selection

2001-08-17 Thread Stephenie Hamilton
doh! guess i was thinking this was going to be harder than it was... never mind. ~~ Stephenie - Original Message - From: Stephenie Hamilton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 17, 2001 4:51 PM Subject: file/directory browsing/selection hi fellow

RE: Checking for a files existence?

2001-08-17 Thread Michael Punsky
As with most other things on the web, it is all relative. If you are talking about a call that happens infrequently, checking for a file's existence is not a major hit. There is a performance hit associated with it, it just depends on frequecy. Example: Trusted Cache In this case, we are

RE: Regexp

2001-08-17 Thread Bruce, Rodney
I must be missing something: here is what I have, trying to use a UDF. The testing file name is ^@#$% $rt4o.txt When I run it through this code newfile is D:\documents\^@#$%$rt4o.txt I left the space separate for testing, the space is remove but none of the other chars are CFSCRIPT Function

RE: Newbie - URL redirect?

2001-08-17 Thread Kevin Mansel
There ya go :o) cfif #CGI.SERVER_NAME# IS www.something.com cflocation url=index.cfm addtoken=no /cfif cfif #CGI.SERVER_NAME# IS www.something2.com cflocation url=knowledgebase.cfm addtoken=no /cfif cfif #CGI.SERVER_NAME# IS support.something.com cflocation

RE: Regexp

2001-08-17 Thread Bruce, Rodney
DUH No typing skill shows up again. My second Replace is misspelled below. corrected it and now exp works. Thanks for all the suggestions and help. Rodney -Original Message- From: Bruce, Rodney Sent: Friday, August 17, 2001 2:43 PM To: '[EMAIL PROTECTED]' Subject: RE: Regexp I

RE: Regexp

2001-08-17 Thread Jordan Saardchit
heh... switch your function names you need REReplace if you are pattern matching RegularExpressions. In the source below, you are trying to pattern match a regular expression with the normal replace function. -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent:

RE: Regexp

2001-08-17 Thread Marlon Moyer
rereplace(tempString,[^[:alnum:]],,ALL) Marlon -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 4:13 PM To: CF-Talk Subject: OT: Regexp I need help with a regexp. I am trying to remove all special chars from file names. I can remove them

RE: Newbie - URL redirect?

2001-08-17 Thread Ron Anderson
How about SWITCH/CASE? cfswitch=#CGI.SERVER_NAME# cfcase=www.something.com cflocation url=index.cfm addtoken=no /cfcase cfcase=www.something2.com cflocation url=knowledgebase.cfm addtoken=no /cfcase cfcase=support.something.com cflocation url=support.cfm

Re: OT: Regexp

2001-08-17 Thread Dick Applebaum
Misread the questionb... shoukd have been: tempstring = REReplaceNoCase(tempstring, [^A-Z0-9_], , all) Try: tempstring = REREplaceNoCase(tempstring, [^A-Z_], , all) HTH Dick At 2:12 PM -0700 8/17/01, Bruce, Rodney wrote: I need help with a regexp. I am trying to remove all

CFLocation and Passing Complex Data

2001-08-17 Thread Yvette Ingram
Hi: I'm trying to pass complex data (structure in particular), using cflocation, but I'm not able to. The example is like this: cflocation url=template.cfm?stMemberData=#stMemberInfo# The error I'm getting is saying that I can only pass simple data with cflocation. I need to pass complex

Re: CF_TwoSelectsRelated

2001-08-17 Thread Bud
On 8/17/01, Julia Phu penned: I tried to implement the CF_TwoSelectsRelated tag from the Developer's Exchange and got an error of evaluting the expression: MyQuery=Evaluate(Caller.#Attributes.Query#) One problem could be that you've set your attributes.query value to Server.Cats. Server is a

Re: CFLocation and Passing Complex Data

2001-08-17 Thread Yvette Ingram
Hi: Just wanted to add that the error message is also saying that you used to be able to do this in version 2.0. What version can do this now? Yvette Ingram Brainbench Certified ColdFusion 4.5 Programmer Email: [EMAIL PROTECTED] or [EMAIL PROTECTED], or [EMAIL PROTECTED] ICQ: 21200397

  1   2   >