RE: URL Hacks

2001-07-05 Thread Dave Watts
> > If anyone has any interest it is at: > > http://www.vawter.com/urlhack.cfm > > Quick question, the dropping of tables seems very destructive, and of > little point other than trashing a site. > > Is it possible to construct more "useful" queries to run piggy back, > i.e. the SQL to display a

RE: Weird Session Timeouts

2001-07-05 Thread Dave Watts
> > Think the value specified in CF Admin controls/over-rides > > the value in the applicatiion.cfm > > It's other way around. If *no* application.cfm is found, the > defaults in the CF Admin will be used. Otherwise, any > application.cfm file found by the app will override the admin. > If the

RE: CFMAIL practical limits

2001-07-05 Thread Mark W. Breneman
The Spool Interval setting is a 4.5 and above feature. Mark W. Breneman -Cold Fusion Developer -Network Administrator Vivid Media [EMAIL PROTECTED] www.vividmedia.com 608.270.9770 -Original Message- From: Michael A. Cady [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 3:

Re: Newletter CFM codes

2001-07-05 Thread Eric Dawson
yeah I can - tonight though. Do you have anything in existence now? database etc? Eric From: "nyon" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: Re: Newletter CFM codes Date: Thu, 05 Jul 2001 20:05:59 +0800 Anyone can spare me a few scripts to r

RE: access not accepting insert statement

2001-07-05 Thread Gilbert Midonnet
thx for all the replies. > are you locking the insert statement? yes, apparantly (see error msg below) > How can you be sure both insert statements are arriving at the > same time and are correct in syntax? ah, hmmm, ah, like ... hmmm...ah, I dunno :> "damnit jim, I'm a designer, not a devel

cfloop and group

2001-07-05 Thread Jennifer Knoblock
Hello! (It's good to see all of you back!) I posted this on Allaire/Macromedia support forums also, but I really, really need an answer to this... Is there some reason CF group wouldn't work if it was wrapped up in cfloop tags? I can't get this query to group the the articles underneath the headi

Nesting Session Variable Locks

2001-07-05 Thread Jim McAtee
What's the best approach to properly lock the following code that uses session variables (CF 4.0.1)? I want to add a readonly lock around the cfelseif clause that references the session.userid variable. Can I safely do a readonly lock around the entire cfif structure, and leave the exlusive lock

OT: SQL Server logical filenames

2001-07-05 Thread Bud
Hi all. Sorry for the OT post. If anyone actually sees this, can you please respond directly as I'm still not seeing my posts and the ones coming in are quite erratic. I've made a backup of my shopping cart database in SQL Server. When I set up a new cart, I just do a restore to a different ph

cffile

2001-07-05 Thread Jones, Becky
when i use cffile to upload a file to a directory on my webserver, it seems to rename the file when i try to insert that same file into my database. so if i upload say text.html it shows up in my database as a .tmp file. what am i doing wrong? my insert statment is just insert into tblarticles

RE: cflocation kills my session

2001-07-05 Thread Lee Fuller
Yes.. it's documented in the manuals. Never use a CFLOCATION when you need to store a Session or Cookie VAR. It won't work. Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation "We ARE the net." http://www.aaawebhosting.com > -Original Message- > F

RE: Stripping non-alpha characters...

2001-07-05 Thread Lee Fuller
Wow.. thanks again! Wasn't expecting that much of an answer.. but who's complainin'! ;) Will get on this right away.. thanks! Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation "We ARE the net." http://www.aaawebhosting.com > -Original Message- > F

cflocation kills my session

2001-07-05 Thread Mak Wing Lok
when i use cflocation to redirect to another page CF kills all my session variable and ask me to login again, why? any idea? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archi

Re: OT: What a hustle to install 400-500 subdomains

2001-07-05 Thread Tony Schreiber
Though technically not RFC-legal, why not simply use a wildcard in your DNS? www IN A192.168.1.100 mailIN A192.168.1.101 etc... * IN A192.168.1.100 Every hostname not previously assigned will go to the .100 ip... Now for the base root stuff, I would suggest using Apach

CFX Tags and CF5

2001-07-05 Thread Julian McNamara
Greetings all, I recently upgraded a server to CF5.0 and a CFX tag immediately stopped working. I read another post about problems with the EXCEL tag and CF5.0 I re-registered the tag I'm using in the CF administrator but it didn't solve the problem. The tag appears to execute, there are no er

RE: CFFlush and GetTickCount

2001-07-05 Thread Ben Forta
Yep, it is -Original Message- From: PEREZ, RICHARD D (SBCSI) [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 5:50 PM To: CF-Talk Subject: RE: CFFlush and GetTickCount is CFFLUSH a new tag on CF 5.0? -Original Message- From: Craig Dudley [mailto:[EMAIL PROTECTED]] Sen

RE: CFFlush and GetTickCount

2001-07-05 Thread Dave Watts
> is CFFLUSH a new tag on CF 5.0? Yes, along with CFLOG and CFDUMP among others. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~ Structure your ColdFusion code with Fusebox. Get the official

RE: losing CGI Variables??

2001-07-05 Thread Dave Watts
> Any Sambar Server nuts out here? > > I just recieved an inexpicable "bug" where PHP can process the > #cgi.http_user_agent# variable but CF cannot ? > > I haven't used Sambar for quite some time but never experienced > this problem... Any help would be appreciated. > > Details: > O/S: Win2k

OT: Javascript Date Comparison

2001-07-05 Thread Ali Awan
I apologize for asking a non-cf question on here, but hey maybe there's a CF solution to it. I have a page where a user enters two dates in a form. A Start Date and an End Date, I want to write a Javascript Validation function that compares the two dates to make sure that the End Date is not earl

RE: What a hustle to install 400-500 subdomains

2001-07-05 Thread Dave Watts
> a customer wants 400-500 subdomains of one domain to access via > http. Each heading to a different base-web-root. We run virtual > domains (HTTP 1.1) on one IP-adress. We have IIS 4 and NT 4. > > Is there a tool, to automize the installation of one sub-domain ? > Anybody who knows how the cu

RE: Force IE to launch

2001-07-05 Thread David Sterling
// detect the browser type-version var isMac = (navigator.appVersion.indexOf("Mac") != -1); var MIE = ((navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.substring(0,1) >= "4" && navigator.appVersion.indexOf("5.")==-1) && isMac); var MIE5 = ((navigator.appName == "Microsof

RE: Re[2]: Help for using Windows Service for Unix with CF

2001-07-05 Thread Dave Watts
> When I run the CFM Template to list the file on the UNIX box, > it gets the file and shows me the recordcount is 1 and then > after couple mins, it stop working. this happend to me 2 times, > and then it stop working. There are some retry count settings for the NFS client, if I recall corre

RE: CFFlush and GetTickCount

2001-07-05 Thread PEREZ, RICHARD D (SBCSI)
is CFFLUSH a new tag on CF 5.0? -Original Message- From: Craig Dudley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 2:02 AM To: CF-Talk Subject: RE: CFFlush and GetTickCount It's probably adding the tick counts together for each "interval" of the cfflush -Original Messa

RE: Flash questions

2001-07-05 Thread Dave Watts
> I'm not competent in Flash so I don't know if this is feasible > or not. Specifically: > > - is it possible to have a Flash movie which presents a > stream of generic text, not known until runtime, in the same > sort of way that a browser processes HTML? Yes, sort of. You can have a Flash m

Re: CFMAIL practical limits

2001-07-05 Thread Michael A. Cady
Thanks, Tom. - Original Message - From: "tom muck" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 5:25 PM Subject: Re: CFMAIL practical limits > Yes, in CF 4.5 and CF 5, there is a Spool Interval setting, which can be set > as low as 15 seconds. I wi

RE: cfcache & Connection Failure

2001-07-05 Thread Dave Watts
> I'm hoping this is a common enough problem that there's a simple > solution. > > I've got a page with at the top, when I try and view the > page I end up with "Connection Failure". When I use action="flush"> I'm fine. > > I've seen this a few times when things are fine on our test server >

Re[2]: Help for using Windows Service for Unix with CF

2001-07-05 Thread ychen
Additional Header Information: Received: from figdcaexc1.figleaf.com ([146.145.88.79]) by inside.pgi.com (Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) with SMTP id 85256A80.0077F856; Thu, 5 Jul 2001 17:50:23 -0400 Received: by figdcaexc1.figleaf.com with Internet Mail Service (5.5.2650.21) id

RE: Help for using Windows Service for Unix with CF

2001-07-05 Thread Dave Watts
> Has anyone use Windows Service for Unix with CF before? > I need some help on this issue. We have Windows 2000 Server > as Webserver and it has Windows Service for Unix installed > on the Windows 2000 Server. One of my CFM template need to > get a document from UNIX share drive then copy over

JavaBeans and CF

2001-07-05 Thread Scott Van Vliet
Hello out their: I am new to this list, so if this thread has come up before, please forgive me. Have any of you out there had an experience with JavaBeans and CF? We have a project originally aimed for JSP that is now being ported to CF, however, most of the business logic has already been d

Re: access not accepting insert statement

2001-07-05 Thread Bill Davidson
I haven't seen that problem. What exactly happens to the second insert statement? Does it give an ODBC error or does it just not get inserted? Maybe you need to upgrade your MDAC. -Bill brainbox - Original Message - From: "Gilbert Midonnet" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PRO

Re: CFMAIL practical limits

2001-07-05 Thread tom muck
Yes, in CF 4.5 and CF 5, there is a Spool Interval setting, which can be set as low as 15 seconds. I wish there was a way to set this lower, but it seems to be set in stone. tom "Michael A. Cady" <[EMAIL PROTECTED]> wrote in message 0e5401c10594$f8bdc6d0$[EMAIL PROTECTED]">news:0e5401c10594$f8b

RE: Alternative to SQL Enterprise Manager

2001-07-05 Thread Dave Watts
> > Or another possibility is that I could load just the > > Enterprise Manager on my local system. Does that require > > a whole SQL License? > > > > Are there any other possibilities before I go and deck the > > system administrator? > > Microsoft Data Engine. > > A license comes with Offi

Re: CFMAIL practical limits

2001-07-05 Thread Michael A. Cady
Hi Tom, Which setting in CF Administrator are you referring to? I'm using CFAS 4.01 and all I see there is a timeout for the connection to the mail server. Is there something else in CFAS 4.5? Mike Cady - Original Message - From: "tom muck" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PR

RE: Alternative to SQL Enterprise Manager

2001-07-05 Thread Paul Sizemore
Microsoft Data Engine. A license comes with Office 2000 (& XP?). Lets you do a lot of what you could do with Enterprise Manager. I've never worked directly with it, but it was presented at my CFUG. Install directions can be found at http://www.microsoft.com/Office/ORK/2000/Two/30t5_4.htm Have

Re: Verity Problem (solved)

2001-07-05 Thread kraybill
Well, I finally figgered out the cause of my Verity problem. When you set TYPE="File" in CFINDEX, the filename you use for the KEY must apparently be fully qualified with the path as well. My app is actually working now, but I have little hair left. The docs, I feel, are misleading.

RE: Alternative to SQL Enterprise Manager

2001-07-05 Thread Bryan Love
Agreed. I was under the impression that a tool was needed solely for data and table manipulation. Bryan Love ACP Internet Application Developer [EMAIL PROTECTED] -Original Message

RE: Alternative to SQL Enterprise Manager

2001-07-05 Thread Costas Piliotis
Right. Ever tried to schedule a job from Access 2000? How about DTS? How about manage user logins and roles? Replication? I don't think Access 2000 has these features. A dba needs em or something quite similar to it in order to work properly. -Original Message- From: Bryan Love [mai

RE: personal web server that will work with win 98 and coldfusion

2001-07-05 Thread PEREZ, RICHARD D (SBCSI)
I agree... i am using Apache... it's working great. you just need to know the adjustment though... -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 10:16 PM To: CF-Talk Subject: Re: personal web server that will work with win 98 and coldfusio

RE: Force IE to launch

2001-07-05 Thread Ken Wilson
> I have an app that runs in IE 5.0 and above. How can I > prompt the user if they are using Netscape to switch to IE? Just look at the User Agent and, if not appropriate, tell them what they need to do to corect the situation. Ken ~~ Structure

Re: CFMAIL practical limits

2001-07-05 Thread tom muck
The CF Server has a built-in bottleneck. You can send 400 messages per minute if you increase the settings in the CF administrator from the default 60 seconds to15 seconds . I don't think it's possible to send more than that. The messages sit in the spool folder and are delivered to the mail se

Re: SOAP and Coldfusion

2001-07-05 Thread Kinley Pon
I apologize for the broad request...this is absolutely new to me and I am not at all comfortable how to ask the question. I will look at the site and determine how much help it can give me. Thanks Dave - Kinley Dave Watts wrote: > > > I am looking for an example of integrating the use of SOAP

Re: Is this possible?

2001-07-05 Thread phumes1
I have a directory tree listing. For example, d:\ test1 |- subdir1 |- subdir2 test2 |- subdir1 |- subdir2 test3 |- temp1 |- temp2 test4 Above this I have a http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubsc

RE: RDS Service

2001-07-05 Thread Dave Watts
> Why dont you just turn off CF Exec all that service does is > restart the other services if they go down. Uh, that's a pretty important thing to have running in a production environment. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

RE: Alternative to SQL Enterprise Manager

2001-07-05 Thread Dave Watts
> The system administrator at my client has done a software > audit and has decided in his wisdom that I don't need to have > SQLServer on my system, and while I dont use the database on > my local PC, I do use the Enterprise Manager a LOT for accessing > and manipulating the database on the s

RE: query and cfif and cfset

2001-07-05 Thread Bryan Love
The problem lies in your CFSET statement between the queries. You are setting client.gradingPeriod to the first value returned by the previous query. Thus when you reference the second query's values in the IF statement they will always be the same. You should not be running two seperate querie

RE: CF 5 with multiple IP's

2001-07-05 Thread Bryan Love
There could be a hundred things causing this problem. Can you be more specific? Maybe cut and past the error you are getting and specify HOW the server must handle multiple IPs. Bryan Love ACP Internet Application Developer [EMAIL PROTECTED]

RE: Alternative to SQL Enterprise Manager

2001-07-05 Thread Bryan Love
Using Access to link to SQL Server is your best bet. Bryan Love ACP Internet Application Developer [EMAIL PROTECTED] -Original Message- From: Michael Kear [mailto:[EMAIL PROTECTED]]

RE: access not accepting insert statement

2001-07-05 Thread Bryan Love
Access is single threaded by design. That means when two simultaneous requests arrive Access will automatically queue them up in the order received. How can you be sure both insert statements are arriving at the same time and are correct in syntax?

RE: Data Validation

2001-07-05 Thread Bryan Love
I know this works --- if( str.length == 0 ) return false; for( i=0; i "9") return false; } return true; --- and I think this will also work ---

Re: duplicate() function

2001-07-05 Thread Ken Beard
ok i was smokin crack here.. disregard At 12:38 PM 7/27/01 -0700, you wrote: >found a new "feature" in the duplicate function. If you duplicate a >recordset and then try to refer to a specific row of the copy like >application_get_all[4].application_name you'll get an error, but it is >still tre

layers and divs

2001-07-05 Thread Steven Dworman
I have a page that checks for the browser type and then diplays either 1. 's for microsoft 2. 's for netscape for 1 everything is cool. the divs expand and collapse, however, for 2 they just show up and disappear. How can I get the layers to expand and collapse like divs? example of netsca

Login, Password application

2001-07-05 Thread Chad Gray
Anyone have a favorite Login/Password application? I like the looks of CF_DB_Login but wanted to see if anyone has a better, or more secure application. Thanks, Chad ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

Re: is this list dead?

2001-07-05 Thread Michael Dinowitz
That's the fun part. It's not on their site. I found it cached on Google and then using key words from it found a copy at another site. Here's an alternative link to the article: http://www.isp-tools.de/post/impo353win2k.html > Michael, > > Where did you find the article about Post.Office? I we

Re: Login System!!

2001-07-05 Thread David E. Crawford
There is a decent system at the SoCal CF User group site that I have used fairly regularly. I don't have the link handy. It is not a FuseBox app out of the "zip", however. DC - Original Message - From: "Hamid Hossain" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday,

RE: access not accepting insert statement

2001-07-05 Thread Mark Smyth
are you locking the insert statement? Mark Smyth Macromedia Certified ColdFusion Developer Systems Union eBusiness Solutions 01865 880800 [EMAIL PROTECTED] -Original Message- From: Gilbert Midonnet [mailto:[EMAIL PROTECTED]] Sent: 05 July 2001 15:20 To: CF

Re: Newletter CFM codes

2001-07-05 Thread nyon
Anyone can spare me a few scripts to run a newsletter which lets a user subscribe, unsubscribe and sent mail to the list of people e-mails from a database ? Thanks Nyon ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: CFMAIL practical limits

2001-07-05 Thread Mark W. Breneman
Just to check that we are all on the same page... When you say 50,000 emails in a 1/2 hour you mean that all of the 50,000 messages are sent to the SMTP server and the spool folder is empty at the end of 30 minutes? Correct? If so I think I have bottle neck at my SMTP server. It only seems to s

Re: Alternative to SQL Enterprise Manager

2001-07-05 Thread Jeffry Houser
I thought that (theoretically) Enterprise Manager was freeware. It is useless without a SQL Server behind it. I have been told by multiple hosting partners that I should just buy the evaluation version ($10) to get Enterprise Manager /Query Analyzer, because they are free for all. At 12:

Re: [SOAP and Coldfusion]

2001-07-05 Thread Alex
I used cfexecute that ran a perl script. Kinley Pon <[EMAIL PROTECTED]> wrote: Hello everyone, I am looking for an example of integrating the use of SOAP (simple object access protocol) with Coldfusion. I would be most grateful. thanks - Kinley ~~

RE: SOAP and Coldfusion

2001-07-05 Thread Simon Horwith
the recently released WROX book, Professional ColdFusion 5.0 has offers several chapters devoted to XML technologies, including one devoted to SOAP. Also, the CFUG archives at www.figleaf.com feature some zip files containing code and slides on CF-SOAP integration (SOAP presentations by Dave Watts

Help for using Windows Service for Unix with CF

2001-07-05 Thread ychen
Additional Header Information: Received: from hof001.houseoffusion.com ([207.31.122.190]) by inside.pgi.com (Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) with SMTP id 85256A80.005409F0; Thu, 5 Jul 2001 11:17:55 -0400 Received: from [207.31.122.190] by hof001.houseoffusion.com (Post.Offic

OT: Style Sheets

2001-07-05 Thread Robert Everland
No flames I used an OT. I have a style sheet that I am using (while I am cf programming btw) and I can not get it to work at all in NS 6. It's not complicated at all, anyone know of wnhy this wouldn't work?