RE: cfauthenticate and NT users

2001-01-25 Thread Thomas Chiverton
You need to have the Cold Fusion Enterprise edition to have the Advanced Security that the CFAuthenticate tag requires. Really ? I have: Server Product ColdFusion Server Version 4, 5, 1, 0 Edition Professional And the advanced security was an option during install. Are you saying it is

Multi-language Content Management

2001-01-25 Thread Darryl Lyons
Has anybody developed an architecture or worked out a multi-language content Management system in CF. I guess the main question is regarding the display of numerous languages within the same 'site' or even the same 'page'. I've basically worked out that English and Japanese or Chinese on the

RE: SQL Create Table

2001-01-25 Thread Philip Arnold - ASP
It should be "Votes int NULL" instead of Votes varchar(4) NULL Damn, did he write the vote counting system for Florida? g Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world"

Save files under a new name with CF-Studio 4.5.1

2001-01-25 Thread cf-talk
Hi list, in Studio 4.5.1 I do open a file under the RDS-service from a remote server. When I want to save a file with a new name (save as...) Studio doesn't hold the directory I saved files before. Studio 4.01 did this. This is annoying if you have quite a few files to save with new names. Is

RE: Save files under a new name with CF-Studio 4.5.1

2001-01-25 Thread Philip Arnold - ASP
Hi list, in Studio 4.5.1 I do open a file under the RDS-service from a remote server. When I want to save a file with a new name (save as...) Studio doesn't hold the directory I saved files before. Studio 4.01 did this. This is annoying if you have quite a few files to save with new names.

Re: Bold in excel

2001-01-25 Thread Terry Troxel
Billy, I tried you snippet and am having a problen getting it to open as an xls (it does open Excel in my browser, but it opens it as a cfm) and saving as an xls (it tries to save as a cfm). But I would like you to try running my snippet as excel.cfm and look at what I sumbled over by accident

RE: Allaire wish list

2001-01-25 Thread Aidan Whitehall
The ColdFusion forums (forums.allaire.com) has a board dedicated to this. Thanks. -- Aidan Whitehall [EMAIL PROTECTED] Netshopper UK Ltd Advanced Web Solutions Services http://www.netshopperuk.com/ Telephone +44 (01744) 648650 Fax +44 (01744) 648651

Re: xml to comma delimited: HELP!

2001-01-25 Thread Wjreichard
You should be able to transform your XML directly into coma delimited text by performing a transformation using XSL. What XML parser are you using? Bill In a message dated 1/25/01 1:13:34 AM Eastern Standard Time, [EMAIL PROTECTED] writes: I am not sure where to start, but know how to

RE: xml to comma delimited: HELP!

2001-01-25 Thread Eric J Hoffman
That's what I am missing...I don't have oneany suggestions? Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 5:40 AM To: CF-Talk Subject: Re: xml to comma delimited: HELP! You should be able to transform your XML directly

Re: Can anyone shed some light on this?

2001-01-25 Thread Tim Painter
Have you tried running the stored procedure outside of CF? I don't know if this will help, but I use WinSQL (free for personal use, I believe) and I run the procedure through there to ensure I am getting the proper results back. I just started working with stored procedures, but I seem to

Re: CF Studio Projects

2001-01-25 Thread Paige Chandler
Hi Guy, Yeh! They send me an -mail several times a week. The one I got yesterday indluced the Monitors but the IBM pc. I guess they base it on the last thing I look up there. Problems at NIMH. Their looking for a new project for me. GOVT just dropped the one I was hired for. Stay tunned. Have

RE: cfauthenticate and NT users

2001-01-25 Thread Thomas Chiverton
We've already spent rather a lot on the server, and more mony for some tags isn't on the cards. I've tryied CFX_User though, but that doesn't work either... waiting for the author to mail me back. Regards, Thomas C. Office: 01565 757 909 This space for rent

Re: xml to comma delimited: HELP!

2001-01-25 Thread Wjreichard
Are you running IE5? IE5 comes with the 2/3 generation XML parser which supports XSL+. If so, you can transform your XML documents using either XSL or the microsoft.xmldom. IE5 only has to be installed on a client (any workstation) Bill In a message dated 1/25/01 6:57:44 AM Eastern

Re: New to CF and Fusebox

2001-01-25 Thread Sean Renet
download the docs from fusebox.orb, if you follow the code that generate the docs as you read them it kind of works like a tutorial. Of course you could also get on the fusebox list. you can do that by going to house of fusion and signing up for it there like you did this list. - Original

Max rows for Access?

2001-01-25 Thread W Luke
How many rows can Access handle? I need to create a table with over 17,000 rows and it's stopping at 16384 - is this the max? Thanks Will ~~ Structure your ColdFusion code with Fusebox. Get the official book at

. in urls

2001-01-25 Thread Michel Vuijlsteke
My IIS insists on turning http://servername/index.cfm?art=MFW4.0 into a request for the file with name "MFW4" and extension ".0". There's probably something stupid I'm overlooking, but what? Any help appreciated, Michel Vuijlsteke ~~

RE: . in urls

2001-01-25 Thread Thomas Chiverton
Have you tried escaping the '.' with urldecode() and urlencodedformat() ? Regards, Thomas C. Office: 01565 757 909 This space for rent -Original Message- From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]] Sent: 25 January 2001 12:47 To: CF-Talk Subject: "." in urls

Re: Max rows for Access?

2001-01-25 Thread Dave Hannum
Access 2K is supposed to effectively handle 10k rows (according to the accounts I've seen). Dave = "What we need is a list of specific unknown problems we will encounter" David Hannum Web Analyst/Programmer Ohio University [EMAIL PROTECTED] (740) 597-2524

RE: Max rows for Access?

2001-01-25 Thread Philip Arnold - ASP
How many rows can Access handle? I need to create a table with over 17,000 rows and it's stopping at 16384 - is this the max? I've had a table with well into hundreds of thousands (when we used to use Access) There should be no realistic limit like this Also, which version of Access?

RE: . in urls

2001-01-25 Thread mherbene
Also, SP6A fixes this weakness of IIS (parsing the URL from right to left instead of left to right). -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 7:55 AM To: CF-Talk Subject: RE: "." in urls Have you tried escaping the '.' with

RE: . in urls

2001-01-25 Thread Raymond B.
I'm not big into IIS, but in the mappings section there's a "check if file exists" checkbox. If this was checked for .cfm (for giving custom 404 in IIS for CF is the standard use I think) would this then effect a url that had ..cfm first in it? You might try unchecking it and seeing if it works.

RE: CF Site: Deerfield.com

2001-01-25 Thread Russel Madere
Ron, I like your sense of humor. :) Turbo Squid is using Cold Fusion for our Server components and a web based port of our client. Very nice so far and it lent itself to rapid development. Russel Russel Madere, Jr. Senior

RE: . in urls

2001-01-25 Thread Thomas Chiverton
I'd like to know a solution to this too, as I am getting an ID from another server which occasionally throws in a "." anyway, with the limited time I had, URLEncodedFormat for a "." is "." The CFML cfoutput#urlencodedformat("hhh.hhh.hhh")#/cfoutput produces hhh%2Ehhh%2Ehhh here.

RE: CF Site: Deerfield.com

2001-01-25 Thread Martin Sutton
http://www.solutionhome.com These domain auctioneers also use CF although you have to dig deep to find it. - LEGAL DISCLAIMER -- This message and any attachments to it is intended only for the individual or

RE: CF Studio Projects

2001-01-25 Thread Russel Madere
-Original Message- From: Michael Kear [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 18:15 To: CF-Talk Subject: RE: CF Studio Projects Good think you never tried either, Russel. It would have ended in tears before bedtime. The project function doesnt work well and

Re: Max rows for Access?

2001-01-25 Thread W Luke
How many rows can Access handle? I need to create a table with over 17,000 rows and it's stopping at 16384 - is this the max? I've had a table with well into hundreds of thousands (when we used to use Access) There should be no realistic limit like this Also, which version of Access?

CFERROR, s and 's in error.Diagnostics

2001-01-25 Thread Aidan Whitehall
I've got a page set up for CFERROR TYPE="request" that displays an online form, asking the user to enter briefly what happened and submit the form. Several error variables are included as hidden form fields, including error.Diagnostics. I've noticed that error.Diagnostics often has apostrophes

RE: null value problem

2001-01-25 Thread Russel Madere
Try adding a Length check as well. ie: CFIF IsDefined("FORM.CCNUM") AND Len(FORM.CCNUM) GT 0 If a form text field is submitted blank, it is defined, but has a 0 length. Russel Russel Madere, Jr. Senior Web Developer

RE: encrypting a varible

2001-01-25 Thread Russel Madere
There isn't a tag, but here there are 2 functions that will do this; Encrypt() and Decrypt(). They are easy to use. Let me know if you have any problems. Russel Russel Madere, Jr. Senior Web Developer ICQ: 5446158

RE: New to CF and Fusebox

2001-01-25 Thread Russel Madere
I can't say online, but the Fusebox book by Nat Papovich, et al. is an excellent starting place. My company used it as the basis of our coding standard (a modified Fusebox methodology). Also, the Fusebox mailing list on the House Of Fusion server is another excellent source. I'd be willing to

RE: cfauthenticate and NT users

2001-01-25 Thread Russel Madere
-Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 03:16 To: CF-Talk Subject: RE: cfauthenticate and NT users You need to have the Cold Fusion Enterprise edition to have the Advanced Security that the CFAuthenticate tag

RE: Multi-language Content Management

2001-01-25 Thread Russel Madere
I have been considering this myself. What I may implement is storing all of the web text in a database table for each language (CF doesn't support unicode right now) and use a URL variable to determine which language to retrieve from the database and then server the page using CF. I haven't

RE: SQL Create Table

2001-01-25 Thread Russel Madere
-Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 03:42 To: CF-Talk Subject: RE: SQL Create Table It should be "Votes int NULL" instead of Votes varchar(4) NULL Damn, did he write the vote counting system for Florida? g

OT: SQL Server Query Designer

2001-01-25 Thread Tim Bahlke
I'm running SQL7 on W2K Professional. When I try to use the query designer (right-click on table -- open table) I get an error message stating, "The query cannot be executed because some files or either missing or not register". I have re-installed SQL Server a number of times. I do have

RE: SQL Server Query Designer

2001-01-25 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tim, I had this exact problem last night. Download MDAC 2.6 from MS (@ www.microsoft.com/data/ ), install it, and you'll be fine. Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884

RE: SQL Server Query Designer

2001-01-25 Thread DeVoil, Nick
Sounds like a DLL missing. How about (re)installing the latest MDAC? Nick -Original Message- From: Tim Bahlke [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 2:04 PM To: CF-Talk Subject: OT: SQL Server Query Designer I'm running SQL7 on W2K Professional. When I try to use

RE: Max rows for Access?

2001-01-25 Thread Philip Arnold - ASP
Also, which version of Access? '97. I'm importing the data from Excel which is working fine (no apparent errors). Did you use 97 or 2000? We used to use 97 with CF4.0.1 without problems... Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133

Re: OT: SQL Server Query Designer

2001-01-25 Thread Joe Sheble aka Wizaerd
I don't know about running it on W2K, but I have seen that exact message over and over again, and everytime I've gotten it, I re-installed the MDAC from MS, and all was well... At 09:04 AM 1/25/01 -0500, you wrote: I'm running SQL7 on W2K Professional. When I try to use the query designer

JS Doesn't Play Nice

2001-01-25 Thread paul smith
Ok, so this works fine for IE NS (thanks to help from here): script language="JavaScript" !-- function openWindow(url, name) { popupWin = window.open(url, name, "resizable,location,scrollbars,width=500,height=500,innerWidth=500,innerHeight=500,left=75,top=75");

RE: SQL Server Query Designer

2001-01-25 Thread Tim Bahlke
That did it Aaron ... thanks! -Original Message- From: Aaron Johnson [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 9:20 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: SQL Server Query Designer -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tim,

RE: . in urls

2001-01-25 Thread bflynn
Really? That sounds like a pretty big security hole to me Brian -Original Message- From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 7:47 AM To: CF-Talk Subject: "." in urls My IIS insists on turning http://servername/index.cfm?art=MFW4.0 into

RE: BEST Reccomendations for CF Hosting, summary of recommendatio ns

2001-01-25 Thread bflynn
For the archives, here is a summary of the recommendations: SiteRecommendation, Negative Recs www.atswebnet.com 3 www.Crystaltech.com 3, -1 www.VirtualScape.com1 www.cfdynamics.com 1 www.cfm-resources.com 1 www.aaawebhosting.com 1 Brian

RE: restarting cf server

2001-01-25 Thread Jason Egan
Is there something like cycle in the unix version? -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 4:07 PM To: CF-Talk Subject: RE: restarting cf server On 1/24/01, Cruz, Joseph penned: Hi! Write a batch file with the following contents: net

RE: cfauthenticate and NT users

2001-01-25 Thread Thomas Chiverton
No, just that Enterprise Edition is needed. I made the mistake of trying to use the Advanced Security for a client using the Professional Edition. Not as of the latest 4.5 builds (http://allaire.com/documentcenter/partners/CF45ServerFeatureMatrix.doc page 2, last few lines), so we were both

RE: restarting cf server

2001-01-25 Thread Kevin Gilchrist
Just run either of these two scripts /opt/coldfusion/bin/start /opt/coldfusion/bin/stop -Kevin -Original Message- From: Jason Egan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 10:02 AM To: CF-Talk Subject: RE: restarting cf server Is there something like cycle in the

RE: cfauthenticate and NT users

2001-01-25 Thread Russel Madere
The domain is defined wrongly or the server can't talk to the PDC via NetBIOS (ports 135, etc.). I ran into the same problem and had to configure the DMZ router to route NetBIOS. Once the Webserver talked to the PDC, then everything went smoothly. Except I can login to the server

RE: restarting cf server

2001-01-25 Thread Dave Watts
Is there something like cycle in the unix version? To the best of my knowledge, no, but you can schedule a cron job to run /opt/coldfusion/bin/stop, then /opt/coldfusion/bin/start. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

Re: Max rows for Access?

2001-01-25 Thread W Luke
'97. I'm importing the data from Excel which is working fine (no apparent errors). Did you use 97 or 2000? We used to use 97 with CF4.0.1 without problems... Bizarre...I converted Excel file to csv and imported into Access fine. 39,657 records successfully entered :) Rgds Will --

RE: Max rows for Access?

2001-01-25 Thread Philip Arnold - ASP
Bizarre...I converted Excel file to csv and imported into Access fine. 39,657 records successfully entered :) Just wondering, which version of CF? Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world"

RE: Max rows for Access?

2001-01-25 Thread Angél Stewart
Are you sure there wasn't an error in the data of that record that is causing the import procedure to fail? Do you have an Import Errors table in your database afterward? If all else fails, have you thought of setting up an Append Query that appends records from 1 to 16000 and then from 16001

Need help for CF and Execel

2001-01-25 Thread Chen, Yung-Chih (CIT)
HI, Does anyone knows how to use CF to execute a Macro inside of Excel file? THis is what I want to do. I have a one Excel file wiht a Macro, How can I use cold fusion to execute that Macro on the server? Is there a way to called a excel file to execuate its own Macro on the command line, or

iif usage

2001-01-25 Thread Ruslan Sivak
I'm using iif, and running into some weird things. Well first of all I'm generating CF on the fly, so I need to escape # so that the variables don't get evaluated until they are in the generated file. For example I'm using something like this. Is this the right way to do it or is there an

RE: Need help for CF and Execel

2001-01-25 Thread Mike Townend
Try www.cfcomet.com This website has information about using CFOBJECT with the Office Applications and should have details about running macros within excel -Original Message- From: Chen, Yung-Chih (CIT) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 15:54 To: CF-Talk

Slackware, CF, and MySQL

2001-01-25 Thread dennis baldwin
Anyone runnin' CF with MySQL on Linux? I'm having problems setting up MySQL datasources through CF administrator. Every time I try to verify I get a failed connection. Any pointers would be greatly appreciated. Thanks, Dennis Baldwin ZAP Designs www.zapdesigns.com

Connection limit reached

2001-01-25 Thread Bud
Howdy all. I'm experiencing the ol' Timeout, Connection limit reached messages in my logs more and more, obviously as I'm adding more CF clients. I've done all the suggestions by Macrollaire (snicker) for use with Access databases, setting all my Access ODBC setups to page timeout=600, buffer

Setting a timeout on a page

2001-01-25 Thread Ryan
Ok, I've looked through my ColdFusion books, been through the Allaire knowledge base, and the cf-talk archives. I hope someone here can help me. I thought there was a way to specify a timeout period on a CF page? I would like to keep the default of 30 seconds set in the CF Administrator, but I

Re: Max rows for Access?

2001-01-25 Thread W Luke
Bizarre...I converted Excel file to csv and imported into Access fine. 39,657 records successfully entered :) Just wondering, which version of CF? 4.5 Will -- [EMAIL PROTECTED] -=- www.lukrative.com Classifieds -=- SixthSense on DVD for Free @ www.localbounty.com/sixthsense/

RE: . in urls

2001-01-25 Thread James Maltby
A simple get around I guess is to replace the 2 "." with something else before passing it... cfset art = replace(art,".","+","ALL") cfoutputa href="http://servername/index.cfm?art=#art#"link text/a/cfoutput Then on landing page: cfset url.art = replace (url.art,"+",".","ALL") cfoutputwhatever

Re: [Slackware, CF, and MySQL]

2001-01-25 Thread Alex
is CF on NT and MySQL on linux? try to set it up through ODBC administrator NOT the CF administrator. "dennis baldwin" [EMAIL PROTECTED] wrote: Anyone runnin' CF with MySQL on Linux? I'm having problems setting up MySQL datasources through CF administrator. Every time I try to verify I get a

Re: Setting a timeout on a page

2001-01-25 Thread Clint Tredway
add TimeOut=500 to the url -- Clint Tredway www.factorxsoftware.com -- ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Setting a timeout on a page

2001-01-25 Thread James Maltby
I think you need to use http://normal.url.code.com/searchpage.cfm?RequestTimeout=1000 or whatever in milliseconds. Might be wrong though James "You're a big man, but you're out of shape. With me it's a full time job. Now behave yourself." "Get Carter" 1964

RE: Connection limit reached

2001-01-25 Thread Philip Arnold - ASP
This isn't just related to the database settings - Access is a desktop application and thus isn't suited to running on any kind of busy site There's only one word for this - UPGRADE! CF_RANT Get a real database server and avoid using cheap products not meant for servers /CF_RANT If you don't

Re: Slackware, CF, and MySQL

2001-01-25 Thread Ryan
At 11:22 1/25/01 -0500, you wrote: Anyone runnin' CF with MySQL on Linux? I'm having problems setting up MySQL datasources through CF administrator. Every time I try to verify I get a failed connection. Any pointers would be greatly appreciated. So you are connecting to MySQL on Linux, but

CF browser detection

2001-01-25 Thread sebastian palmigiani
Does anyone know how to detect the WebTV browser using ColdFusion? Which value of the CGI.HTTP_USER_AGENT would you be looking for? Also, I have seen discussions that WevTV spoofs Netscape. Sebastian ~~ Structure your ColdFusion code with

RE: Setting a timeout on a page

2001-01-25 Thread dennis baldwin
You can set the timeout for an individual page by adding the parameter RequestTimeOut ie page.cfm?RequestTimeOut=600 where 600 is in seconds. hope that helps, dennis baldwin ZAP Designs www.zapdesigns.com -Original Message- From: Ryan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January

RE: Setting a timeout on a page

2001-01-25 Thread Dave Watts
I thought there was a way to specify a timeout period on a CF page? I would like to keep the default of 30 seconds set in the CF Administrator, but I have a few pages which do some whois lookups which may add up to more than 30 seconds, and are timing out. Isn't there a way to increase

RE: Slackware, CF, and MySQL

2001-01-25 Thread JustinMacCarthy
Dennis, there is a cf-linux list small amounts of msg - good quality mails [EMAIL PROTECTED] Lots of guys running that combo... Justin -Original Message- From: dennis baldwin [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 4:22 PM To: CF-Talk Subject: Slackware, CF, and

RE: Setting a timeout on a page

2001-01-25 Thread Philip Arnold - ASP
Ok, I've looked through my ColdFusion books, been through the Allaire knowledge base, and the cf-talk archives. I hope someone here can help me. I thought there was a way to specify a timeout period on a CF page? I would like to keep the default of 30 seconds set in the CF Administrator,

cf error page in apllication.cfm

2001-01-25 Thread Robert Orlini
Hello, I have a process on our web server's dynamic home page accessing data. Whenever the dynamic data connection fails, instead of display the standard CF error page, it displays a static version of our home page. This process works OK. I was wondering if there is a way to incorporate

Struct Append Safe?

2001-01-25 Thread mjohnson
Just wondering if the new function StructAppend() in sp2 is lock safe. In the past you could use duplicate to copy complex data structures, such as copying the session scope to the request scope. Is StructAppend() thread safe as well or does it just create pointers. What I am doing is creating

Re: Setting a timeout on a page

2001-01-25 Thread Peter Theobald
Here's the catch: You can set the timeout for a page, but you can't set it ON THAT PAGE. You have to set it in a URL variable passed into the page request in the calling page. href=my_slow_page.cfm?RequestTimeout=500 At 10:30 AM 1/25/01 -0600, Ryan wrote: Ok, I've looked through my

Continuous Clock

2001-01-25 Thread Cami Lawson
I have a display clock that shows the time the user accessed the page but now they want a clock that shows the current time continuously. I have figured out countdown timers but is there an easy way to display the current time continuously? TIA cami

RE: Setting a timeout on a page

2001-01-25 Thread Rick Lamb
Try supplying the requestTimeOut=whatever url variable. Rick -Original Message- From: Ryan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 10:31 AM To: CF-Talk Subject: Setting a timeout on a page Ok, I've looked through my ColdFusion books, been through the Allaire

RE: Slackware, CF, and MySQL

2001-01-25 Thread dennis baldwin
Ryan, Both MySql and CF are running on the same machine. I can connect to the MySql server through the command line but cannot get CF to verify the database. Dennis -Original Message- From: Ryan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 11:40 AM To: CF-Talk Subject:

Re: Setting a timeout on a page

2001-01-25 Thread Mr Urc
Quoting Ryan [EMAIL PROTECTED]: I thought there was a way to specify a timeout period on a CF page? I would like to keep the default of 30 seconds set in the CF Administrator, but I have a few pages which do some whois lookups which may add up to more than 30 seconds, and are timing out.

RE: Photo gallery custom tag?

2001-01-25 Thread Chris Montgomery
I have the exact same need, but my question relates to dynamically generating thumbnail images from the full-sized image files. Anyone know if there is a custom tag that can do this? Thanks, Chris Montgomery [EMAIL PROTECTED] Web Development Consulting http://www.astutia.com

Re: Connection limit reached

2001-01-25 Thread paul smith
One worker thread per page request (I'm told). The number of worker threads are established when CFAS starts. And that number is the number of Simultaneous Requests we set in CFAS Admin. In addition, the optimal number of Simultaneous Requests is specific by application. It can established by

RE: Continuous Clock

2001-01-25 Thread James Maltby
Java is the only way - and even that is rusty at the best of times - the worst I've seen involved http refresh every second James -Original Message- From: Cami Lawson [mailto:[EMAIL PROTECTED]] Sent: 25 January 2001 16:50 To: CF-Talk Subject: Continuous Clock I have a display

RE: Continuous Clock

2001-01-25 Thread Christopher Olive, CIO
you need to look into java, javscript, or some other client side scripting. try www.irt.org and their JS FAQ if you want to use javascript. it's WONDERFUL. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Cami Lawson

CF Studio 4.0.1 - displaying .cfm files through RDS

2001-01-25 Thread Smith, Melanie
For some reason I can't see my .cfm files anymore through the RDS tab - the folders are there the files are just not visible, even after a right click and a refresh. It's happening when trying to look at files on more than one server so it is likely some sort of studio problem. I can't seem to

RE: Continuous Clock

2001-01-25 Thread Johnson, Dana
SCRIPTfunction tick() { var hours, minutes, seconds, ap; var intHours, intMinutes, intSeconds; var today; today = new Date(); intHours = today.getHours(); intMinutes = today.getMinutes(); intSeconds = today.getSeconds(); if (intHours == 0) { hours = "12:"; ap =

how to make bar, line chart in coldfusion

2001-01-25 Thread George Dong
Hi there, If anyone can tell me how to make chart(line, bar) by cold fusion. if the only way to call java applet? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Photo gallery custom tag?

2001-01-25 Thread dennis baldwin
Go to http://devex.allaire.com/developer/gallery/ and search for cf_gifgd, it's a pretty sweet custom tag and I think it will do what you need it to. Dennis Baldwin ZAP Designs www.zapdesigns.com -Original Message- From: Chris Montgomery [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: cf error page in apllication.cfm

2001-01-25 Thread Tim Fields
Robert, There are various levels of error handling from the site wide template spec'd in Administrator 4.5.x down to the cfcatch/cftry tags. So first determine at what granularity this error is being caught, and then you can just add cfmail tags to the template to send the email notice that you

RE: cf error page in apllication.cfm

2001-01-25 Thread Maia, Eric
As I understand it, the code you can use in an error template depends on which type of CFERROR it's responding to. If it's a type="exception" error, you can add any CFML tags, for type="request" or "validation" you can only display ststic HTML and the error variables. Are you already catching

RE: cf error page in application.cfm

2001-01-25 Thread Jeff Sarsoun
One way to get possible answers to questions quickly is to search the archives at http://www.mail-archive.com/cf-talk@houseoffusion.com/ particularly http://www.mail-archive.com/cgi-bin/htsearch?config=cf-talk_houseoffusion_co mrestrict=exclude=words=cferror+cf+code in your case. This list has

RE: Photo gallery custom tag?

2001-01-25 Thread C. Hatton Humphrey
You can use CFX_GIFGID (I think that's the right name) to do this, it's available at the Custom tag gallery. One thing to note is that all the "Thumbnail" option does is add beveled edges. Hatton Humphrey [EMAIL PROTECTED] -Original Message- From: Chris Montgomery [mailto:[EMAIL

Re: [RE: [Slackware, CF, and MySQL]]

2001-01-25 Thread Alex
what user is CF running under? and does that user have an entry in the USER tabel in MySQL? "dennis baldwin" [EMAIL PROTECTED] wrote: CF is running on Linux so there is no ODBC admin. -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 11:34 AM To:

Re: [RE: [Slackware, CF, and MySQL]]

2001-01-25 Thread Alex
what user is CF running under? and does that user have an entry in the USER tabel in MySQL? "dennis baldwin" [EMAIL PROTECTED] wrote: CF is running on Linux so there is no ODBC admin. -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 11:34 AM To:

Re: [RE: [Slackware, CF, and MySQL]]

2001-01-25 Thread Alex
what user is CF running under? and does that user have an entry in the USER tabel in MySQL? "dennis baldwin" [EMAIL PROTECTED] wrote: CF is running on Linux so there is no ODBC admin. -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 11:34 AM To:

Re: (Thumbnail) Photo gallery custom tag?

2001-01-25 Thread Todd Ashworth
http://devex.allaire.com/developer/gallery/info.cfm?ID=CA3475C6-2830-11D4-AA 9700508B94F380method=Full Found it by searching for "Thumbnail" oddly enough ;) This tag resizes and creates thumbnails for uploaded files, but I'm sure you can make it behave like you want by altering this bit of the

RE: Connection limit reached

2001-01-25 Thread Bud
On 1/25/01, Philip Arnold - ASP penned: This isn't just related to the database settings - Access is a desktop application and thus isn't suited to running on any kind of busy site There's only one word for this - UPGRADE! Yeah, no problem. Have 10-12K you don't mind lending me? The 25K I

RE: Continuous Clock

2001-01-25 Thread Jeff Sarsoun
I don't know about the JAVA applet that refreshes the whole page to show the sys time. I do know that most applets use a technique that just re-draws the paint method, many can be found with a search of clock applets on any search engine. Jeff Sarsoun -Original Message- From: James

CFREPORT best practices

2001-01-25 Thread Kevin Miller
I believe that I have read that CFREPORT is a single threaded tag. Should CFLOCKs be used in conjunction with this tag to reduce contention in busy environments? Thanks, Kevin ~~ Structure your ColdFusion code with Fusebox. Get the official

Re: how to make bar, line chart in coldfusion

2001-01-25 Thread Chris Sham
Just a couple ideas: Use tables with cells with bgcolor set. Based on your data use colspan and rowspan to make bars of different heights. You will have to calculate total number of cells so you can create correct numbers of cells based on your spans. Use an image (small solid color

Re: Continuous Clock

2001-01-25 Thread Ken Wilson
I've used a variation of this one without problems: http://javascript.internet.com/clocks/dynamic-clock.html - Original Message - From: "Cami Lawson" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 11:49 AM Subject: Continuous Clock I have a

RE: Continuous Clock

2001-01-25 Thread Joshua Tipton
Do a form within a form that will refresh every second. That way the entire page wont reload all the time. -Original Message- From: James Maltby [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 12:09 PM To: CF-Talk Subject: RE: Continuous Clock Java is the only way - and

Re: Connection limit reached

2001-01-25 Thread Bud
On 1/25/01, paul smith penned: One worker thread per page request (I'm told). The number of worker threads are established when CFAS starts. And that number is the number of Simultaneous Requests we set in CFAS Admin. In addition, the optimal number of Simultaneous Requests is specific by

RE: Continuous Clock

2001-01-25 Thread JustinMacCarthy
or JavaScript as below script !-- function tick() { var hours, minutes, seconds, ap; var intHours, intMinutes, intSeconds; var today; today = new Date(); intHours = today.getHours(); intMinutes = today.getMinutes(); intSeconds = today.getSeconds(); if (intHours == 0) {

RE: Photo gallery custom tag?

2001-01-25 Thread Michael Buffington
I've actually been developing a photo gallery custom tag for a while now. I have an example of it, unfortunately it's offline for a few days as I remodel my office. (will post the URL when I can) Here's basically what it does: The "install": Scans a specified directory for images Creates 4

  1   2   3   >