RE: ColdFusion and ArcIMS

2003-03-27 Thread Hugo Ahlenius
The ESRI ArcIMS forums could be a place to check out: http://forums.esri.com/forums.asp?c=64 ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: ColdFusion and ArcIMS

2003-03-27 Thread Paul Hastings
further to arcIMS 4.01: i just finished upgrading a couple of intranet boxes w/arcIMS 4.01 got them all cooking in one shot. ditto for a new install on a development box. this is almost miraculous ;-) ~| Archives:

RE: sqlplus locks qhen i am trying to delete a record

2003-03-27 Thread Carlos Henrique Aoki Kac
I have no idea if control returns because it becomes unresponsive for a long time then i quit and close the sqlplus. But i guess you are right. Sometimes it becomes unresponsive and some time it works fine for the same query. I will try to index the tables. Maybe upgrade my oracle for oracle 9x

Submitting form. Passing variables to template

2003-03-27 Thread FlashGuy
HI, Below is my code. I've removed some code just to make it easier to read. I have three templates. I'm listing the users from a database which gets a radio button inserted at the beginning of each field when displayed. When a user clicks on one of the radio buttons beside a users name I

Re: FOLLOWUP - Submitting form. Passing variables to template

2003-03-27 Thread FlashGuy
OK...I've been able to pass the results to my submit-action.cfm page but I'm getting ALL the fields of UserID from the database listed not just the one I checked on the radio buttons? I made one change to the code below on the input tags to pass the input value. tdinput type=radio

RE: MedSeek

2003-03-27 Thread Dowdell, Jason G
If you want a fully qualified opinion from a developer's perspective you should contact James Ang. He works there as a developer and will give you an unbiased opinion of the product. Email me offlist if you want his email addr. ~Jason -Original Message- From: Bruce Sorge

SOT: Securing XML files...

2003-03-27 Thread Tyler Silcox
I've started to put some config and other data in XML files for our applications and have no idea how to secure the information, especially on a shared server. Has any of y'all come up with a good way to do this? Tyler ~|

Checking values of input passed to template

2003-03-27 Thread FlashGuy
Hi again, I have four input tags that based on which one I click on passes the appropriate varaible. For example input type=image name=new src=cfoutput#Request.App.image_root#/cfoutputnew.gif onFocus=this.blur(); br input type=image name=delete

RE: Getting rid of evaluate

2003-03-27 Thread Thane Sherrington
At 09:14 AM 03/26/03 -0600, Mark A. Kruger - CFG wrote: Thane, Make your fields part of a structure... Thanks for the code, I'll try that. Of course depending on what you are trying to do there are probably easier ways to accomplish it. Your data structure seems unconventional, but I'm only

OT-DTS

2003-03-27 Thread Greg Luce
Anyone ever used DTS to migrate data from MS Access to MySQL? I've installed the MyODBC driver and created an ODBC connection then I'm using DTS to export the data from the specified access db to the mysql db. It creates all tables, but when inserting Memo type columns (I think) it gives this

RE: FOLLOWUP - Submitting form. Passing variables to template

2003-03-27 Thread Ben Doom
You are getting the result of every hidden input named Selected in a comma delimeted list. Remove all the hidden inputs and use the value statement in the radio button tags. -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: FlashGuy

RE: OT-DTS

2003-03-27 Thread Robertson-Ravo, Neil (RX)
This is a mySQL problem methinks and it would appear to be self-explanatory. -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: 27 March 2003 14:29 To: CF-Talk Subject: OT-DTS Anyone ever used DTS to migrate data from MS Access to MySQL? I've installed the MyODBC driver

OT: Macromedia Central and FlashCom 1.5

2003-03-27 Thread Benoit Hediard
Some interesting announcements at Flashforward : - Macromedia Central, a new way to distribute/sell FlashMX applications, http://www.macromedia.com/software/central/ http://www.macromedia.com/devnet/central/ - Macromedia FlashCom MX 1.5 http://www.macromedia.com/software/flashcom/ Benoit

RE: FOLLOWUP - Submitting form. Passing variables to template

2003-03-27 Thread FlashGuy
Yea...I noticed that and removed the hidden fields. Works OK now. Thanks On Thu, 27 Mar 2003 09:35:13 -0500, Ben Doom wrote: You are getting the result of every hidden input named Selected in a comma delimeted list. Remove all the hidden inputs and use the value statement in the radio

Re:ColdFusion and ArcIMS

2003-03-27 Thread jlangevin
We use ArcIMS for displaying data from our research department. http://appalachia.outdoors.org/mapping/ So far it works great for us. We also are having discussions about some much larger projects which would utilize the system. Ironically, we found that the most tricky part of it all is the

Re: Checking values of input passed to template

2003-03-27 Thread mynews
When you use the image type in HTML is passes the .x and .y coords of where on the image you clicked. If you cfdump the form scope you will see which variables are available to you. Also, if you have multiple image types only the one you click will be passed to the action page. DM = = =

Re: OT-DTS

2003-03-27 Thread John Paul Ashenfelter
Actually it's not a MySQL problem per se -- I've seen similar things before from the ODBC driver. I'd first look at the schema for the MySQL db generated by DTS to see what column type the memo field was turned into -- if your memo fields generally only hold 255 characters or less, by all means

Re: Checking values of input passed to template

2003-03-27 Thread FlashGuy
I've never used cfdump. Whats the syntax to dump the variables from the form? cfdump var=query Outputs: query On Thu, 27 Mar 2003 9:55:38 -0500, [EMAIL PROTECTED] wrote: When you use the image type in HTML is passes the .x and .y coords of where on the image you clicked. If you cfdump the

RE: Checking values of input passed to template

2003-03-27 Thread Hugo Ahlenius
Try: cfdump var=#Form# and check the manual... ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ:

RE: ColdFusion and ArcIMS

2003-03-27 Thread Haggerty, Mike
Recently I had to learn the ins and outs of CF and ArcIMS, it's been fun. I inherited a number of ArcIMS projects from a developer who quit and had to become competent in it very quickly. In our shop, we have ArcIMS set up with ArcSDE to generate maps dynamically based on layered data.

RE: Checking values of input passed to template

2003-03-27 Thread FlashGuy
OK...now I get: FIELDNAMES NEW.X,NEW.Y NEW.X 11 NEW.Y 11 FORM.fieldnames: NEW.X,NEW.Y How can I check just for new? On Thu, 27 Mar 2003 16:11:19 +0100, Hugo Ahlenius wrote: Try: cfdump var=#Form# and check the manual...

Re: Checking values of input passed to template

2003-03-27 Thread mynews
cfdump var=#form# Cfdump is a CF developer's best friend. Learn to use it and use it often! DM = = = Original message = = = I've never used cfdump. Whats the syntax to dump the variables from the form? cfdump var=query Outputs: query On Thu, 27 Mar 2003 9:55:38 -0500, [EMAIL PROTECTED]

Re:RE: application.cfm

2003-03-27 Thread jlangevin
CF5 does not allow for a blank application.cfm. It will throw an error. I in fact just ran into that last week. :) You can use something simple like cfset fu = bar and you will be all set. ~| Archives:

RE: Checking values of input passed to template

2003-03-27 Thread Dave Watts
OK...now I get: FIELDNAMES NEW.X,NEW.Y NEW.X 11 NEW.Y 11 FORM.fieldnames: NEW.X,NEW.Y How can I check just for new? If you're using CFDUMP to dump the Form scope, and something doesn't show up in there that you're expecting, well, it's not in there, so there's nothing else to

RE: RE: application.cfm

2003-03-27 Thread Robertson-Ravo, Neil (RX)
Yep, you cannot have a blank application or onrequestend.cfm page You can simply put a CF comment in it as well, that should be enough. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 27 March 2003 15:23 To: CF-Talk Subject: Re:RE: application.cfm CF5

RE: RE: application.cfm

2003-03-27 Thread Pascal Peters
Actually CF doesn't allow a blank template. You can avoid this by having just one CR/LF in the file. You don't need a CF tag -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: donderdag 27 maart 2003 16:23 To: CF-Talk Subject: Re:RE: application.cfm CF5 does not

RE: Securing XML files...

2003-03-27 Thread Dave Watts
I've started to put some config and other data in XML files for our applications and have no idea how to secure the information, especially on a shared server. Has any of y'all come up with a good way to do this? There's nothing inherently different about securing XML files, as opposed to

Killer App vs. Right App

2003-03-27 Thread Don
Just thought, the title might be a bit misleading, which may bear negative connotation, that is, some one may construe it to imply Right App may not equal to Killer App, in actuality, some Right App may well be Killer App. Need example? Don http://www.hegelsoftware.com/regURL.htm

RE: RE: application.cfm

2003-03-27 Thread Raymond Camden
Just to remind folks - this was fixed in MX. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email: [EMAIL PROTECTED] Blog :

Re: Re:ColdFusion and ArcIMS

2003-03-27 Thread Paul Hastings
larger projects which would utilize the system. Ironically, we found that the most tricky part of it all is the initial install. Specifically getting the then by all means do the upgrade to arcIMS 4.01. i'm astounded by the improvements.

RE: OT-DTS

2003-03-27 Thread S . Isaac Dealey
Try this: cfquery name=rs datasource=#accessdb# SELECT * FROM mytable /cfquery cfloop query=rs cfquery name=rsins datasource=#mysqldb# INSERT INTO mytable ( my,list,of,columns ) VALUES ( cfqueryparam value=#rs.my#

Query Timeout

2003-03-27 Thread Tyler Clendenin
Why does this never actually work. I am running a query on an ODBC datasource. The ODBC is connecting to an informix database. I don't want the query to take longer then 30 seconds. Not that coldfusion cares what I tell it the timeout value is. The main question is: Why does the timeout not

Re: CFSELECT (I hate CFFORM)

2003-03-27 Thread Bryan Stevenson
Actually Bud it doesn't work with no value attribute either (I tried it every way possible). Anyways, thanks for the responseI rolled a custom solution to get around CFSELECT and it's dark dark evilness ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems

OT: Flash detector

2003-03-27 Thread Phillip B
A friend wanted me to see if anyone here had a bullet proof flash detection script. Some thing that checks to see what version of flash they have and then show an image or the flash file. Phillip B. www.LoungeRoyale.com www.FillWorks.com

RE: MedSeek

2003-03-27 Thread Bruce Sorge
Hmm. I thought that I was a developer. Lets see, I develope applications, I have the title of developer, I am paid as a developer, so I guess I am a developer. Oh yeah, and there were four other developers AND our manager in the presentation, and we are all of the same opinion. Also, how is it

Re: MedSeek

2003-03-27 Thread charlie griefer
If you want a fully qualified opinion from a developer's perspective you should contact James Ang. He works there as a developer and will give you an unbiased opinion of the product. Hmm...I don't know James, but i'd bet he'd be the first to freely admit that precisely due to the fact that

Re: CFSELECT (I hate CFFORM)

2003-03-27 Thread ksuh
The required checking for cfselect for a size of 1 has never worked. I wonder if they fixed it in CFMX. And you can place option tags within cfselect/cfselect, in addition to or without a query. - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] Date: Thursday, March 27,

Nested Query Loop Bug/Issue

2003-03-27 Thread Tony Schreiber
I don't know if any of you have run into this before or if it's even been mentioned (couldn't find it at mm technotes either), but I've run into a situation where the values of an outer loop referred to in an inner loop are not what you expect. I was burned on this recently and remember vaguely it

Re: CFSELECT (I hate CFFORM)

2003-03-27 Thread Bryan Stevenson
This is CFMX and no it doesn't work.grr ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

DB Driven Collapsable Tree

2003-03-27 Thread Cedric Villat
I'm looking for a tree structure that can be expanded and collapsed much like Windows Explorer. It needs to be built from my DB tree structure I already have setup. It has to work on IE and NS4. Any ideas? I assume either Javascript or DHTML will do and I'm sure this has been discussed before. Any

Re: DB Driven Collapsable Tree

2003-03-27 Thread Randell B Adkins
I used Tigra Menu (www.softcomplex.com) I used it with a SQL DB to populate all elements. [EMAIL PROTECTED] 03/27/03 12:08PM I'm looking for a tree structure that can be expanded and collapsed much like Windows Explorer. It needs to be built from my DB tree structure I already have setup. It

Re: Nested Query Loop Bug/Issue

2003-03-27 Thread Randell B Adkins
I have seen it before, not sure why it happens but what I did to solve it was set a temp variable to hold the first element of the query and reset it when it changes. cfset tempvar = '' cfoutput query=myQuery cfif tempvar NEQ myQuery.Value1 cfset tempvar = myQuery.Value1 /cfif ...

Re: DB Driven Collapsable Tree

2003-03-27 Thread Bryan Stevenson
Take a look at the menus available at DHTMLCentral.com They work great in those browsers. You'll have to make them data-driven, but it's not that hard (just some queries and loops). Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830

Re: DB Driven Collapsable Tree

2003-03-27 Thread Bryan Stevenson
note that Tigra Menus do not support Netscape 4.x browsersthe one at DHTMLCentral does...and it's easily as flexible as Tigra ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

RE: Nested Query Loop Bug/Issue

2003-03-27 Thread David Collie (itndac)
On each loop, whatever values you want to use in your inner loops need to be set to a local variable in the loop. In fact, been burned so many times now I just dont bother using the loop count and alwasy set the variables I need straight after my cfloop ie cfloop query=qSomething cfset

Re: Nested Query Loop Bug/Issue

2003-03-27 Thread Tony Schreiber
That's basically what the example variable in my demo code does - you have to set it outside of the inner loop. So is this a confirmed bug or anything? I have seen it before, not sure why it happens but what I did to solve it was set a temp variable to hold the first element of the query and

Cache-control: no-cache

2003-03-27 Thread joe hobson
What exactly does the set-cookie portion allow for? My guess would be that it allows cookies to come thru okay, but that seems to be happening even with the CFHEADER code in my original message. Could you explain the set-cookie portion a little better and how it would be implimented with

DB and input

2003-03-27 Thread FlashGuy
Hi, Why is this happening? I'm reading in fields from my database and dumpping them to input tags so that I can edit the lines if required and by clicking on a submit button saves the revised data fields back to my DB. If I put the cursor in a field to edit and hit the backspace to delete the

Re: DB and input

2003-03-27 Thread Tony Schreiber
ALT key stuck? (Oh, sorry, that's ALT-LeftArrow - in IE anyway...) If I put the cursor in a field to edit and hit the backspace to delete the characters it takes me to the previous screen. Why? --- Colonel Nathan R. Jessop Commanding Officer

Re: OT: Flash detector

2003-03-27 Thread Jason Miller
typically moock.org has the best advanced scripts like that... I think specifically - http://www.moock.org/asdg/ actionscript-toolbox.com has very solid code samples too but a simple google search will turn up lots. jay miller Phillip B wrote: A friend wanted me to see if anyone here had a

Re: DB and input

2003-03-27 Thread Bryan Stevenson
Some code and an explanation of what yer doing would be handy ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner

(SOT) Oops, I've broken it.

2003-03-27 Thread Jim Campbell
Hi all - I'm following Macromedia's instructions to set up a secure FTP connection with PuTTY and PLink in Dreamweaver MX. Anyway, in the Site Definition dialog, I set the SSH checkbox (Advanced Tab Remote Info Access: FTP Use SSH ...), and got a pop-up reminding me I had to download the

Does anyone know where this error is generated?

2003-03-27 Thread Calvin Ward
Ocassionally our CF service restarts, and when it does, IIS generates the following message: == Error Occurred While Processing Request Request canceled or ignored by serverServer busy or unable to fulfill request. The server is unable to fulfill your request due to extremely

RE: OT: Flash detector

2003-03-27 Thread Bryan F. Hogan
The closest one that I have to found to perfect is: SCRIPT language=VBScript Private i, x, MM_FlashControlVersion On Error Resume Next x = null MM_FlashControlVersion = 0 var Flashmode FlashMode = False For i = 9 To 1 Step -1

Re: Does anyone know where this error is generated?

2003-03-27 Thread Bryan Stevenson
Use CFTRY/CATCH wrapped around the whole page. If that error happens then display a nicer message. Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] -

RE: DB and input

2003-03-27 Thread Ben Doom
It's almost certainly a browser issue. What browser, version, and OS? -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: FlashGuy [mailto:[EMAIL PROTECTED] : Sent: Thursday, March 27, 2003 12:43 PM : To: CF-Talk : Subject: DB and input :

RE: Does anyone know where this error is generated?

2003-03-27 Thread Douglas.Knudsen
a custom error template is good...cferror tag...but you should probably figure out why this is occuring. What version of CF are you using? Using Access DBs anywhere? Check your logs in the CFADMIN tool for long running requests. Something is holding up cfserver threads somewhere it seems.

RE: DB and input

2003-03-27 Thread FlashGuy
I found the problem. Improperly placed form tag. Dawg! On Thu, 27 Mar 2003 13:19:49 -0500, Ben Doom wrote: It's almost certainly a browser issue. What browser, version, and OS? -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- :

RE: iframes

2003-03-27 Thread Ian Skinner
If you haven't disabled it...triple clicking will select all text in a text area. One click puts cursor at moust pointer. Two clicks selects entire word (white space to white space) Three clicks selects entire content of text area box. At least in IE 6 on win XP. I do this all the time in a

RE: MedSeek

2003-03-27 Thread Dowdell, Jason G
Quit your whining and develop some applications. This is petty. ~Jason -Original Message- From: charlie griefer [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 12:03 PM To: CF-Talk Subject: Re: MedSeek If you want a fully qualified opinion from a developer's perspective you

RE: MedSeek

2003-03-27 Thread Dowdell, Jason G
My post was not to insult anyone's status as a developer. But merely to give an inside story from a developer that has worked on the application in question. ~Jason -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 11:54 AM To: CF-Talk Subject:

is email-adress wrong ?

2003-03-27 Thread cf-talk
It might have been asked before, but is there a fast AND free custom-tag (CF-routine) to check if an email adress is syntactically wrong ? Uwe ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: is email-adress wrong ?

2003-03-27 Thread Bryan F. Hogan
Yup http://www.cflib.org/udf.cfm?ID=216 Bryan F. Hogan Director of Internet Development Team Macromedia Volunteer Macromedia Certified ColdFusion MX Developer Digital Bay Media, Inc. 1-877-72DIGITAL

Re: is email-adress wrong ?

2003-03-27 Thread Bryan Stevenson
There is a UDF at cflib.org called IsEmail() I believe (if you're using CF 5 or newer).if not...there are tonnes of e-mial validating tagsgot o MM DevEx Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

Application security structure

2003-03-27 Thread John Stanley
Running CFMX Okay, this is a very basic question for alot of you, but one that gives me pause everytime it comes up. I am developing a large application-level web site that will house several smaller applications inside of it. I am using application and user-groups defined roles for each user to

RE: MedSeek

2003-03-27 Thread Dowdell, Jason G
My apologies to Charlie for calling him whiney sp? Thanks to all for ignoring this OT thread. ~Jason -Original Message- From: Dowdell, Jason G [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:25 PM To: CF-Talk Subject: RE: MedSeek Quit your whining and develop some

RE: Application security structure

2003-03-27 Thread Bryan F. Hogan
You pretty much have it. Change this: cfif session.Auth.UserID eq 0 script document.location=int.cfm /script /cfif Into this: cfif session.Auth.UserID eq 0 and FindNoCase('int.cfm',Script_Name) script document.location=int.cfm

Re: is email-adress wrong ?

2003-03-27 Thread mynews
You can use cfinput type=Text name=email validate=regular_expression pattern=([[:alnum:]_\.\-]+@([[:alnum:]_\.\-]+\.)+[[:alpha:]]+) required=yes David Murphy www.cfugcny.org = = = Original message = = = There is a UDF at cflib.org called IsEmail() I believe (if you're using CF 5 or

RE: Application security structure

2003-03-27 Thread Bryan F. Hogan
P.S. It should be: cfif session.Auth.UserID eq 0 and not FindNoCase('init.cfm',Script_Name) Bryan F. Hogan Director of Internet Development Team Macromedia Volunteer Macromedia Certified ColdFusion MX Developer Digital Bay Media, Inc. 1-877-72DIGITAL

RE: Application security structure

2003-03-27 Thread Ben Doom
You have to make an exception for the login page, else it keeps trying to redirect from the login page to the login page. You should also put a redirect at the bottom of the code block that handles creating the session variables, because if there is no autorization stored in session, then the

cflogin and IIS Integrated Windows Security

2003-03-27 Thread Ian Skinner
I have a real simple login framework where I use the ntsecurity CFC I got from Macromedia to get a list of NT user groups of which a user is a member. By setting the directory security in IIS to integrated windows security and turning off Anonymous access, cgi.auth_user is populated with the

Application security structure -- ADDENDUM

2003-03-27 Thread John Stanley
I dont know if this matters, but the default page for this site is int.cfm which is a frame page that calls the page content.cfm. this page checks to see whether the user has successfully logged in, and then directs them to the correct page. -Original Message- From: John Stanley Sent:

Re: Application security structure

2003-03-27 Thread ksuh
You need to check to see if the user is being redirected to that page. If they are, then they should skip the authentication. cfif not isDefined(session.Auth) and listLast(cgi.path_info, /) neq int.cfm - Original Message - From: John Stanley [EMAIL PROTECTED] Date: Thursday, March 27,

RE: Nested Query Loop Bug/Issue

2003-03-27 Thread James Ang
This issue has been around since v4.x. :P The workaround mentioned is *the* workaround. Confirmed bug or not? Not sure. Most developers just use the workaround. :D --- James Ang Sr. Developer/Product Engineer MedSeek, Inc. [EMAIL PROTECTED] -Original

Re: is email-adress wrong ?

2003-03-27 Thread Bryan Stevenson
CFFORM is the Devil ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: Does anyone know where this error is generated?

2003-03-27 Thread Calvin Ward
Douglas, We're working on resolving unlocked session variables, as well as other known causes (culled from various sources), and there aren't any Access DBs on our servers, all SQL2000 and Oracle. This is definitely a priority. In the meantime, we'd like to present a prettier face to the user.

Re: Does anyone know where this error is generated?

2003-03-27 Thread ksuh
The message is from CF, not IIS. If you've stopped the CF service, if you try to request a .cfm page, this error will appear. If this is a priority, fix your session variable locking. - Original Message - From: Calvin Ward [EMAIL PROTECTED] Date: Thursday, March 27, 2003 12:04 pm

RE: Does anyone know where this error is generated?

2003-03-27 Thread Douglas.Knudsen
Ah...I see... CF has a great error trapping schtuff you can use, but it is useless for server timeout stuff in my experience. I know unlocked vars can cause wierd stuff, but I have found long running SQL to be a culprit quite often too. Have you guys looked at upping the request timeout

OT: JSP and outputing cgi variables

2003-03-27 Thread Nate
*** Your mail has been scanned, and no virus was found. ***-*** Hello, Sorry for the OT post, I'm a JSP newbie and need to know how I would do cfoutput #cgi.server_name# /cfoutput on a JSP page? Thanks, Nate

Re: Does anyone know where this error is generated?

2003-03-27 Thread Calvin Ward
Not to be dense, but if CF service is stopped, then how does it provide this response? We ARE fixing the session variable locking, but this message ALSO appears when CF Service restarts. I meant that the fixing of issues was a priority, in the MEANTIME we would like to present a prettier face to

cffile vs. cfinclude

2003-03-27 Thread Brad Roberts
Here's some questions I have about cffile... maybe someone can help me out. 1. All I've been able find out about performance, is that extensive use of cffile will create a performance problem because of the slow nature of disk I/O. What is extensive? 2. As far as disk access is concerned,

OT: SQL Name Sounds Like Matching

2003-03-27 Thread Haggerty, Mike
I have a feeling I am going to be working on this one for a while... One of my more demanding clients is asking for a name matching solution on the cheap. What it needs to do is find where a name 'sounds like' another name, even if it is in another language (including Middle Eastern and Oriental

RE: Does anyone know where this error is generated?

2003-03-27 Thread Dave Watts
The message is from CF, not IIS. If you've stopped the CF service, if you try to request a .cfm page, this error will appear. This isn't exactly the case. The message is from the CF ISAPI extension, and to the best of my knowledge there's no way to change it in CF 5. In CFMX with Updater

RE: Application security structure

2003-03-27 Thread John Stanley
thanks for your help -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:54 PM To: CF-Talk Subject: Re: Application security structure You need to check to see if the user is being redirected to that page. If they are, then they should

RE: Application security structure

2003-03-27 Thread John Stanley
bryan, thanks for your help -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:46 PM To: CF-Talk Subject: RE: Application security structure P.S. It should be: cfif session.Auth.UserID eq 0 and not FindNoCase('init.cfm',Script_Name)

RE: Application security structure

2003-03-27 Thread John Stanley
ben, thanks for your help -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:49 PM To: CF-Talk Subject: RE: Application security structure You have to make an exception for the login page, else it keeps trying to redirect from the login page to

Re: Does anyone know where this error is generated?

2003-03-27 Thread jon hall
One way would be to develop an ISAPI filter or extension that determines if the CF service is started, if so, pass request to CF, if not, send user to pretty error page. -- jon mailto:[EMAIL PROTECTED] Thursday, March 27, 2003, 2:28:35 PM, you wrote: CW Not to be dense, but if CF service is

RE: Application security structure -- ADDENDUM

2003-03-27 Thread Bryan F. Hogan
Yes it does matter, since this is a frame you do not want the login page loading inside the frame. You have: script document.location=int.cfm /script which will indeed load it into the frame. You want to do top.document.location instead. Example script

Re: RE: Does anyone know where this error is generated?

2003-03-27 Thread ksuh
This isn't exactly the case. The message is from the CF ISAPI extension, and to the best of my knowledge there's no way to change it in CF 5. Yes. I just didn't want to explain the nuts and bolts :) It should be mentioned for clarity that it's not the ISAPI extension that's causing the

RE: cffile vs. cfinclude

2003-03-27 Thread Barney Boisvert
For question 3, the biggest difference is whether you can have CF processing in your files. Usually for config stuff, CF is not used, so either will work in this case. CFFILE does not have the overhead associated with the CFSAVECONTENT tag (minimal, but still there), nor the CFMX compilation

Re: JSP and outputing cgi variables

2003-03-27 Thread Nick de Voil
Sorry for the OT post, I'm a JSP newbie and need to know how I would do cfoutput #cgi.server_name# /cfoutput on a JSP page? %=request.getServerName()% ~| Archives:

cfimport tag - jsp libraries

2003-03-27 Thread Bosky, Dave
Its my first attempt at using the cfimport tag and I can't seem to get by this error. What type should it be? I didn't seem a 'type' option in the documentation. The type for attribute path of tag Height could not be determined. 1 : CFOUTPUT 2 : cfimport taglib=/WEB-INF/lib/image_taglib.jar

RE: cfimport tag - jsp libraries

2003-03-27 Thread Dave Watts
Its my first attempt at using the cfimport tag and I can't seem to get by this error. What type should it be? I didn't seem a 'type' option in the documentation. The type for attribute path of tag Height could not be determined. 1 : CFOUTPUT 2 : cfimport

CFMX Updater 3 Available

2003-03-27 Thread Damon Cooper
Just a reminder that ColdFusion MX Updater 3 is now available for free download from the MM website. In my opinion, this is very close to a full dot-release of CFMX, and includes all cumulative major fixes in all product areas, and adds over 100 fixes, mostly focused around server reliability

Re: Does anyone know where this error is generated?

2003-03-27 Thread Calvin Ward
Dave, Thanks, but that's certainly not the good news I was looking for... Ah well. I wouldn't have thought that CF would respond at all if it was... well, not responding, quite an interesting deal there. - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: OT: SQL Name Sounds Like Matching

2003-03-27 Thread Tony Schreiber
Search google for SOUNDEX. I have a feeling I am going to be working on this one for a while... One of my more demanding clients is asking for a name matching solution on the cheap. What it needs to do is find where a name 'sounds like' another name, even if it is in another language

Re: Does anyone know where this error is generated?

2003-03-27 Thread Calvin Ward
Downside of that would be additional load for every request, would it not? - Original Message - From: jon hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 2:47 PM Subject: Re: Does anyone know where this error is generated? One way would be to develop

Re: SQL Name Sounds Like Matching

2003-03-27 Thread Matthew Walker
You say on the cheap. Well that means they get whatever's standard with no customisation, right? That's what soundex is. It may not be great, but it's certainly easy. Demanding clients with a tight budget really need to be dealt with firmly. They're business killers. The thing is that phonetic

RE: CFMX Updater 3 Available

2003-03-27 Thread Lee Fuller
Damon, What's the Plan-B procedure should our installations decide to die on us and our customers after installing 3? Just need to know before we move forward. Thanks... Lee Fuller Chief Technical Officer PrimeDNA / AAA Web Hosting Corp. | -Original Message- | From: Damon

RE: SQL Name Sounds Like Matching

2003-03-27 Thread Haggerty, Mike
Matthew; Yeah, I'd like to give them the standard with no customization, period. Something tells me that's not going to happen. Youre message is very helpful. I hadn't thought about using Verity for this, but typo support would be great. My only issue with Soundex is with foreign names, and I

  1   2   >