HTTP Request Persisting?

2005-07-22 Thread John Stanley
close, and that uses APACHE. My big question is does the connection only close when BOTH the request header and the response header send header connection close arguments? Am I barking up the wrong tree by looking at the connection header? Any help will be greatly appreciated. John Stanley Web

RE: HTTP Request Persisting?

2005-07-22 Thread John Stanley
I also just turned off Keep Alives on the IIS Administrator. I'll have to see if that resolves the problem. -Original Message- From: John Stanley Sent: Friday, July 22, 2005 10:34 AM To: CF-Talk Subject: HTTP Request Persisting? All, we have a company we are dealing

RE: HTTP Request Persisting?

2005-07-22 Thread John Stanley
? John Stanley wrote: All, we have a company we are dealing with that we interact with via CFHttp. They had an error occurring in their system that they say is fixed. When we submit to them, we still get the error. They say we need to turn off Keep-Alive on our server. My big question

HTTP Request Question

2005-07-22 Thread John Stanley
Does CFMX use IIS (if that is our webserver) to make CFHTTP requests? I say yes. Am I right? ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a

RE: HTTP Request Question

2005-07-22 Thread John Stanley
Dave, Thanks -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, July 22, 2005 11:26 AM To: CF-Talk Subject: RE: HTTP Request Question Does CFMX use IIS (if that is our webserver) to make CFHTTP requests? I say yes. Am I right? CFMX acts as an HTTP

RE: HTTP Request Question

2005-07-22 Thread John Stanley
Thanks dave. Is there a setting somewhere in CFMX that allows Connection Headers to be Keep-Alive? If so, what is the default setting? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, July 22, 2005 11:26 AM To: CF-Talk Subject: RE: HTTP Request Question Does

RE: HTTP Request Question

2005-07-22 Thread John Stanley
not sure on the correct header syntax. your sniffing should tell you that or the HTTP spec is out there on the net. Anthony On 7/22/05, John Stanley [EMAIL PROTECTED] wrote: Thanks dave. Is there a setting somewhere in CFMX that allows Connection Headers to be Keep-Alive? If so, what is the default

RE: CSS Question

2005-05-17 Thread John Stanley
Massimo, thanks alot. that works great. -Original Message- From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 8:12 AM To: CF-Talk Subject: Re: CSS Question Does anyone know the style command to half-space characters in a word, so that the they

OT: CSS Question

2005-05-16 Thread John Stanley
Does anyone know the style command to half-space characters in a word, so that the they appear more spread out than normal, but not as far as the regular space between words? TIA ~| Discover CFTicket - The leading ColdFusion

RE: New Pope

2005-04-19 Thread John Stanley
right -Original Message- From: David Manriquez [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 12:55 PM To: CF-Talk Subject: RE: New Pope God Bless to the new Pope Benedict XVI (Joseph RatZinger) David Manriquez Desarrollador [EMAIL PROTECTED] (+56-2) 43 00 155

COM object woes

2005-04-18 Thread John Stanley
-cfcatch to see if it can trap any errors occuring, but it just hangs. we are cfmx 6.1.0.63958 win2k sp2 anyone have any ideas on how I can at least view the problem that is occuring so I have some idea on what to do next? it seems like my only option at this point is to resintall cfmx. John Stanley

RE: Javascript Question. JS Wizards needed!

2005-04-14 Thread John Stanley
I think only one person (Mike D) should be berating people for asking questions, no matter how obvious or easy some of us think the answers might be. This list is to help people, not to have those who need help fear asking because someone might take exception with that persons amount of research

RE: OT - Who is coming to Powered by Detroit this weekend?

2005-04-06 Thread John Stanley
We were gonna go, until we found out it is on the weekend. what gives with that? I wonder why? Is it normal for conferences to be on the weekend? -Original Message- From: Rick Mason [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 12:44 PM To: CF-Talk Subject: OT - Who is coming

RE: Trigger query without a page Reload?

2005-03-30 Thread John Stanley
you could have the form target an iframe and the action of the form be the update page. you dont need to use cfform. it will work just fine with ordinary forms and a bit of javascript. -Original Message- From: Paul Henderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 2:35

RE: Question about ColdFusionTraining.com

2005-03-29 Thread John Stanley
Adam, My company fedexed the check for the class yesterday. you should be receiving it today. Thanks, John Stanley -Original Message- From: Adam Churvis [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 5:58 PM To: CF-Talk Subject: Re: Question about

RE: Question about ColdFusionTraining.com

2005-03-29 Thread John Stanley
I just did that reply to all thing.hahah...so sorry to post to CF-Talk. -Original Message- From: John Stanley Sent: Tuesday, March 29, 2005 9:09 AM To: CF-Talk Subject: RE: Question about ColdFusionTraining.com Adam, My company fedexed the check for the class

Standard Method of receiving XML

2005-03-23 Thread John Stanley
All, I'm writing an XML interface that receives data from outside users. In my code, I am using GetHttpRequestData to get to the Content header. Now in my testing, I am using CFHTTP to post the requested page and everything is perfect. I can parse and utilize the content header just

RE: Standard Method of receiving XML

2005-03-23 Thread John Stanley
server, because they never actually leave the server. As for getting your XML out of the header, Just do a search for the first and first =, take the lower non-zero one, and start reading from there. cheers, barneyb On Wed, 23 Mar 2005 11:00:31 -0500, John Stanley [EMAIL PROTECTED] wrote: All

Question about ColdFusionTraining.com

2005-03-23 Thread John Stanley
I'm looking into attending the Cold Fusion MX Master Course at ColdFusionTraining.com. Someone on this list (or cf-community) recently recommended this school, run by Adam and David Churvis. My question to the list is, has anyone here attended any of their classes? If so, do you recommend them?

RE: MS Access xml file and CF...

2005-03-21 Thread John Stanley
cfif isDefined(xmlDocument.roottag.Contact) some processing code here. /cfif -Original Message- From: Houk, Gary [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 1:42 PM To: CF-Talk Subject: MS Access xml file and CF... Hello, I have a user with an access database that

OT:XML Schema vs written spec

2005-03-16 Thread John Stanley
of writing the schema, when I still will have to write a spec for them to use for the specifics of connecting to our system, general error messages and other documentation? Thanks in advance. John Stanley

RE: OT:XML Schema vs written spec

2005-03-16 Thread John Stanley
spec says this, and yes, but we meant it this way. Write the schema for the machines, write the spec for the people. Two types of users, two types of documentation. cheers, barneyb On Wed, 16 Mar 2005 14:55:49 -0500, John Stanley [EMAIL PROTECTED] wrote: All, I'm creating a new xml

RE: OT:XML Schema vs written spec

2005-03-16 Thread John Stanley
your spec says this, and yes, but we meant it this way. Write the schema for the machines, write the spec for the people. Two types of users, two types of documentation. cheers, barneyb On Wed, 16 Mar 2005 14:55:49 -0500, John Stanley [EMAIL PROTECTED] wrote: All, I'm

RE: XML Schema vs written spec

2005-03-16 Thread John Stanley
Dave, thanks -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 3:32 PM To: CF-Talk Subject: RE: XML Schema vs written spec In reading up on XML documentation, it appears that DTD's are being eclipsed by using Schemas. Yes, that is

OT:SQL Replace Question

2005-02-04 Thread John Stanley
Anyone have any idea why this code will not strip out the spaces in the string N0P 2L0? select Replace(postal_code,' ', '') from location where id = 1009637 when I change the last argument to 'X' it throws two X's in like it should. We are running ms sql 2k in 6.5 compatibility mode, so I dont

RE: SQL Replace Question

2005-02-04 Thread John Stanley
Well, I tested this and it works fine on a 2k db NOT running in compatability mode, so that is the issue. Now to find a workaround. -Original Message- From: John Stanley Sent: Friday, February 04, 2005 11:35 AM To: CF-Talk Subject: OT:SQL Replace Question Anyone have any idea why

CFC Path question

2005-01-28 Thread John Stanley
Really, really, achingly simple I'm sure, but banging my head against the wall all-the-same. Components to be located in c:\new_cms\components\security\Usersession.cfc Code to be used as an example located in c:\new_cms\security tried: cfinvoke

RE: CFC Path question

2005-01-28 Thread John Stanley
pathing, or a mapping-relative path. Hth Kam -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 11:49 AM To: CF-Talk Subject: CFC Path question Really, really, achingly simple I'm sure, but banging my head against the wall all-the-same

RE: CFmail and receiving 1 copy

2005-01-14 Thread John Stanley
this might work. cfmail to=#valuelist(mail_roster.student)# cc=#your_email_address# from=#mailfrom# subject=Greetings email body /cfmail -Original Message- From: James Watkins [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 7:33 AM To: CF-Talk Subject: CFmail and

RE: CFmail and receiving 1 copy

2005-01-14 Thread John Stanley
to=# your_email_address# cc=# valuelist(mail_roster.student)# from=#mailfrom# subject=Greetings email body /cfmail - Calvin -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 7:40 AM To: CF-Talk Subject: RE: CFmail and receiving 1 copy

CFHttp Question

2004-11-11 Thread John Stanley
I am using CFHttp to send xml. Is there a way to see what version of XML is being sent when I use a cfhttpparam tag of type xml and just send some xml like this? somethingsomething here/something John Stanley Web Application Developer http://www.activeaero.com 734-547-7277

RE: CFHttp Question

2004-11-11 Thread John Stanley
Also, if this version can be determined can it be changed? -Original Message- From: John Stanley Sent: Thursday, November 11, 2004 2:47 PM To: '[EMAIL PROTECTED]' Subject:CFHttp Question I am using CFHttp to send xml

RE: Session vars and IFRAME

2004-11-09 Thread John Stanley
Jochem, Thanks for the LiveHttpHeaders info. I just installed it. It rocks!! Do you have this problem with every browser? Can you try it with FireFox and the LiveHTTPHeaders plugin so you can see what exactly you are sending to the server? Jochem

RE: Attn: Adam Cantrell (or any other CF Gurus) -- Solution

2004-11-08 Thread John Stanley
. I have not tested it on the latest updated version. I am assuming that they must be dynamically creating their url string and forgot the first part. I have not been able to look at their code, so I dont know for sure. -Original Message- From: John Stanley Sent: Friday, November 05, 2004

Attn: Adam Cantrell (or any other CF Gurus)

2004-11-05 Thread John Stanley
(WorkerThread.java:66) Thanks John Stanley Web Application Developer Active Aero Group http://www.activeaero.com 734-547-7277 ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message

RE: Attn: Adam Cantrell (or any other CF Gurus)

2004-11-05 Thread John Stanley
BTW, there are no apostrophes in our xml file, as was the case in Adam's original email. -Original Message- From: John Stanley Sent: Friday, November 05, 2004 3:05 PM To: CF-Talk Subject: Attn: Adam Cantrell (or any other CF Gurus) Adam (and to any others concered). Sorry for the cross

Help receiving XML

2004-11-04 Thread John Stanley
/xml ##END PROCESSING PAGE### Thanks in advance, John Stanley Web Application Developer Active Aero Group http://www.activeaero.com 734-547-7277 ~| Purchase from House of Fusion, a Macromedia Authorized Affiliate

RE: Help receiving XML

2004-11-04 Thread John Stanley
On Thu, 4 Nov 2004 09:00:31 -0500, John Stanley [EMAIL PROTECTED] wrote: All, I am hoping someone can help me out by transmitting the following xml to this url: http://216.141.242.9/app_ptm/ignoreapplicationcfm/integres_xml_feed.cfm using CF and hopefully someone out there knows asp

RE: Help receiving XML

2004-11-04 Thread John Stanley
Joe, thanks for the recommendation. john -Original Message- From: Joe Rinehart [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 9:23 AM To: CF-Talk Subject: Re: Help receiving XML John, You may want to look into using Web Services to take care of this - it's a lot

RE: line breaks in cfmail

2004-11-04 Thread John Stanley
#Chr(13)# -Original Message- From: Matthew Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 2:00 PM To: CF-Talk Subject: line breaks in cfmail Without using html(br), how do you get a line break in a cfmail? I thought just having the code set up with breaks would carry

RE: Uploading text file

2004-11-02 Thread John Stanley
I added my code suggestions inline with your code. if you could use cffile to copy the just uploaded file to a directory on your sql server, you could then use a stored proc using bulk insert to dump your data into the db. bulk insert has an argument for ignoring the first n rows. The only

RE: using cfabort in an include....

2004-10-25 Thread John Stanley
cfparam name=stop default=false cfif records is 0 cfset stop = true ... some code... /cfif cfif NOT stop more code /cfif -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 12:24 PM To: CF-Talk Subject: using

RE: Submit after Page loads

2004-10-21 Thread John Stanley
in frame b at the beginning of the page using js disable the submit button. then in the body tag use the onLoad method to enable the button, or just put another call at the end of the page. -Original Message- From: DeMarco, Alex [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004

RE: Strange variable showing up...

2004-10-19 Thread John Stanley
you probably already tried this, but when you did the search did you check the box marked include subfolders? -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 2:41 PM To: CF-Talk Subject: Strange variable showing up... In doing my banner

RE: Source Control

2004-10-19 Thread John Stanley
we use freeVCS, and it's free and pretty good. -Original Message- From: Ryan Duckworth [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 3:13 PM To: CF-Talk Subject: Source Control Any suggestions on source control products? I have looked into: - Visual Source Safe ($5000+)

RE: CFMX and XML

2004-10-11 Thread John Stanley
Dave, thanks for the response. This is exactly the avenue I am pursuing. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Sunday, October 10, 2004 10:39 PM To: CF-Talk Subject: RE: CFMX and XML Can anyone point me to a good resource on XML and CFML, specifically on

RE: grouping by...

2004-10-11 Thread John Stanley
something like this work for you? select case when importance = 'high' then 1 whenimportance = 'normal' then 2 when importance = 'low' then 3 end as importance_order fromimportance_table order by importance_order -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED]

CFMX and XML

2004-10-08 Thread John Stanley
Can anyone point me to a good resource on XML and CFML, specifically on setting up to receive an outside XML transmission? Conceptually I'm a bit confused as to how to go about doing this. I am familiar with sending XML, and parsing the cfhttp.filecontent, and am setting up a page that will parse

RE: CFMX and XML

2004-10-08 Thread John Stanley
Doh! I had never used GetHttpRequestData beforeso.problem solved -Original Message- From: John Stanley Sent: Friday, October 08, 2004 1:25 PM To: '[EMAIL PROTECTED]' Subject: CFMX and XML Can anyone point me to a good resource on XML and CFML, specifically on setting up

RE: last 5 entries of query

2004-09-30 Thread John Stanley
this will also work, at least for sql 2k it does set rowcount5 select * from table_name order by id desc set rowcount 0 -Original Message- From: Steve Brownlee [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 1:51 PM To: CF-Talk Subject: RE: last 5 entries of query Would

RE: Truncating database field

2004-09-29 Thread John Stanley
I do something similar for my blog on my homepage http://www.stangocity.com http://www.stangocity.com cfoutput query=hotnews #title#br #left(description,50)#.. /cfoutput -Original Message- From: Mark Henderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 3:16 PM

Weird

2004-09-16 Thread John Stanley
/cfoutput /cfloop END CODE FORM VALUES: ML_3_10_DATE=9/21/2004 ML_3_10_DATE_TIME=6:00 am ML_3_10_DATE_TIME__TIME_REGION=US/Eastern ML_3_31_DATE=9/19/2004 ML_3_31_DATE_TIME=6:00 pm ML_3_31_DATE_TIME__TIME_REGION=US/Eastern ML_3_32=eileen ML_3_53=dfgdfh ML_3_9=c'mon John Stanley Web Application

RE: Weird

2004-09-16 Thread John Stanley
? -Original Message- From: John Stanley Sent: Thursday, September 16, 2004 12:50 PM To: '[EMAIL PROTECTED]' Subject: Weird This is probably very easy, but I think I need a fresh set of eyes: The code below returns: form.ML_3_9 c'mon form.ML_3_32 eileen form.ML_3_31_Date {t '00:00

RE: Looping Question

2004-09-07 Thread John Stanley
body > query=allphotos'photoslarge/#filenamelarge#' cfifcurrentrow lt allphotos.recordcount, /cfif /cfoutput) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Sending XML via CFHTTP

2004-09-02 Thread John Stanley
on Failure Header [undefined struct element] Mimetype Unable to determine MIME type of file. Responseheader struct [empty] Statuscode Connection Failure. Status code unavailable. Text YES John Stanley Web Application Developer http://www.stangocity.com http://www.activeaero.com 734-547-727

RE: XML and WDDX

2004-08-30 Thread John Stanley
You should be building an XML packet in the formated by the software, putting it into a string with toString(), and passing it via SOAP or a CFHTTP POST or GET... then parsing the response as is appropriate. Thanks Simon for your help. -Original Message- From: Simon Horwith

RE: iframe and mozilla

2004-07-28 Thread John Stanley
can you post the call to the iframe, because iframes should work in the later versions of mozilla. -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 8:26 AM To: CF-Talk Subject: OT: iframe and mozilla Hi there, I have an ifram for a wysiwyg editor I

RE: iframe and mozilla

2004-07-28 Thread John Stanley
width=570 id=idContent height=250 frameborder=1 scrolling=Auto src="" Patrick _____ From: John Stanley [mailto:[EMAIL PROTECTED] Sent: July 28, 2004 08:31 To: CF-Talk Subject: RE: iframe and mozilla can you post the call to the iframe, because iframes should work in the late

OT: Media Player and embedded wav files

2004-07-27 Thread John Stanley
it, and version 9 does as well. Searched online and didnt find any mention of this, so thought I would pass it along. john stanley [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Media Player and embedded wav files

2004-07-27 Thread John Stanley
it, and version 9 does as well. Searched online and didnt find any mention of this, so thought I would pass it along. thanks -Original Message- From: John Stanley Sent: Tuesday, July 27, 2004 1:50 PM To: CF-Talk Subject: OT: Media Player and embedded wav files All, I found an issue

RE: Chr() for a tab?

2004-06-22 Thread John Stanley
Chr(9) -- Horizontal Tab Chr(11) -- vErtical Tab -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 11:05 AM To: CF-Talk Subject: Chr() for a tab? I've looked around and can't find the char() for a tab. Anyone know off hand? Thanks Phillip B.

RE: Version Control and Implementation.

2004-06-01 Thread John Stanley
We just implemented FreeVCS, and it is of course free, but may not be as robust as you are looking for, but seems to work nicely. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: [OT] SQL help

2004-05-27 Thread John Stanley
Off Topic -Original Message- From: Monique Boea [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 8:11 AM To: CF-Talk Subject: RE: [OT] SQL help what is OT? -Original Message- From: Spectrum WebDesign [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 4:22 PM To:

RE: [OT] SQL help

2004-05-27 Thread John Stanley
You are welcome. ;-) -Original Message- From: Monique Boea [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 8:17 AM To: CF-Talk Subject: RE: [OT] SQL help Thanks :) -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 8:13 AM

Embedded wav files not playing

2004-05-13 Thread John Stanley
Weird one: A certain page has a wav embedded in it for audible notification of the user. This page executes great with NT and IE 6.0.2. in the following format embed src="" width=0 height=0 hidden=true autostart=true volume=50 The sounds cannot be heard when the page renders in XP and IE

Solution: Embedded wav files not playing

2004-05-13 Thread John Stanley
://www.mickeytheman.com/forums/index.php?showtopic=526 http://www.mickeytheman.com/forums/index.php?showtopic=526 -Original Message- From: John Stanley Sent: Thursday, May 13, 2004 9:42 AM To: CF-Talk Subject: Embedded wav files not playing Weird one: A certain page has a wav embedded

OT: Embedded wav files not playing on XP

2004-05-11 Thread John Stanley
Weird one: A certain page has a wav embedded in it for audible notification of the user. This page executes great with NT and IE 6.0.2. in the following format embed src="" width=0 height=0 hidden=true autostart=true volume=50 The sounds cannot be heard when the page renders in XP and IE

RE: A lesson in security by obscurity...

2004-04-22 Thread John Stanley
10 is a bit tricky, so far for mei think there is a big red herring that I am following on this one -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 4:40 PM To: CF-Talk Subject: RE: A lesson in security by obscurity... I got to 8 and im

RE: A lesson in security by obscurity...

2004-04-22 Thread John Stanley
spoilers -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 9:44 AM To: CF-Talk Subject: RE: A lesson in security by obscurity... answer at bottom. -- Marlon Moyer, Sr. Internet Developer American Contractors Insurance Group phone:

RE: escape(), unescape()

2004-04-15 Thread John Stanley
UrlEncodedFormat UrlDecode -Original Message- From: cf coder [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 11:13 AM To: CF-Talk Subject: escape(), unescape() Can somebody please tell me the equivalent coldfusion function of escape() and unescape().

OT: Weird Javascript bug

2004-03-25 Thread John Stanley
in the onClick event of the text field, then after the alert first, I can see the cursor and type normally. Anyone have any ideas? TIA John Stanley [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: unique user query

2004-03-19 Thread John Stanley
i think you need to use LIKE instead of =, so WHERE userName like '#Form.userName#%' -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 10:53 AM To: CF-Talk Subject: unique user query I'm doing a registration test.First I test the name and if

RE: Do...While Loop

2004-03-12 Thread John Stanley
cfloop condition=x lte some_value loop code here /cfloop cfloop index=counter from=1 to=some_number conditional here loop code condition met cfbreak /cfloop -Original Message- From: Troy Simpson [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 9:50 AM To: CF-Talk Subject:

Interesting Numbers

2004-03-12 Thread John Stanley
All, As a result of mathematical manipulations, I am getting the following result in CFMX. 1.#INF which, I assume means 1. followed by a very large number of decimal places. If this assumption is correct, then how can I show this number to say one or two or three decimal places? Or is this

RE: Interesting Numbers

2004-03-12 Thread John Stanley
Numbers What's the manipulation that's yielding this result? -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 11:18 AM To: CF-Talk Subject: Interesting Numbers All, As a result of mathematical manipulations, I am getting the following

Wacky webservice parameters

2004-03-08 Thread John Stanley
Okay, I'm wondering whats going on. Lets pretend I have a webservice like this: cffunction name=ExpectedOvernights access=remote returnType=any cfargument name=ac_type type=string cfargument name=airport type=string cfargument name=numberplanes type=any cfargument name=periodnumber type=any

RE: Wacky webservice parameters

2004-03-08 Thread John Stanley
Yes -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 2:12 PM To: CF-Talk Subject: Re: Wacky webservice parameters p.s. Did you refresh the web service after making changes to it? _ [Todays Threads] [This Message] [Subscription]

RE: Wacky webservice parameters

2004-03-08 Thread John Stanley
CFMX version 6.1.0.63958 Enterprise Windows 2000 IE 6.0.2800 -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 2:11 PM To: CF-Talk Subject: Re: Wacky webservice parameters What is your setup? It works fine for me. _ [Todays Threads]

RE: Wacky webservice parameters

2004-03-08 Thread John Stanley
the members of the struct in whatever order they are returns (unknown) as the named parameters of the web service.What happens if you specify them explicity, using CFINVOKEARGUMENT? Cheers, barneyb -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Monday, March 08

RE:solution=== Wacky webservice parameters

2004-03-08 Thread John Stanley
name and different file name. Are you using the standard cfdump tag? Are you running IIS or another web server? Try restarting the CF service. John Stanley wrote: CFMX version 6.1.0.63958 Enterprise Windows 2000 IE 6.0.2800 _ [Todays Threads] [This Message] [Subscription] [Fast

RE: Times

2004-03-08 Thread John Stanley
i'm pretty sure you can do cfset the_time= 01/01/2004 4:00 PM cfset the_time = TimeFormat(the_time,HH:mm) HH gives 24 hour clock -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 3:01 PM To: CF-Talk Subject: Times Is there an easy way to

Component Woes.....

2004-03-05 Thread John Stanley
cffunction name=NumberPlanes access=remote returnType=numeric cfargument name=an_argument type=any cfset first = 55 cfset second = 3 cfset get_records = first + second cfreturn get_records /cffunction /cfcomponent John Stanley [Todays Threads] [This Message] [Subscription] [Fast

Solution:: Component Woes.....

2004-03-05 Thread John Stanley
No, I had not tried that. And it worked. You are the man. as a side note I guess i'll have to keep an instance of cfadmin running and refresh when I change it. i though that if i executed the wsdl file on the browser that the server would update it's version of the thing. oh well. thanks

RE: web services question

2004-03-05 Thread John Stanley
make sure you refresh the web service in the cfadministrator. i had that problem earlier today. -Original Message- From: Burns, John [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 2:45 PM To: CF-Talk Subject: RE: web services question I changed it to make it so both arguments are

RE: textarea field limit

2004-02-17 Thread John Stanley
Sure is, this is what I wrote, but I am sure it can be tweaked to be better;it fires off of the onKeyDown method for a text area function check_input_length(){ var the_counter; the_counter = eval(199 - (document.lookup_form.note_text.value.length + 1)); if (the_counter 0){

RE: textarea field limit

2004-02-17 Thread John Stanley
field limit Thanks John. I'm new to _javascript_ some what. Is the 199 the limit of the number of characters? RO -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 8:38 AM To: CF-Talk Subject: RE: textarea field limit Sure is, this is what I

RE: Password Validation

2004-01-26 Thread John Stanley
cfif len(trim(password)) gte 6 AND len(trim(password)) lt 10/cfif -Original Message- From: Stuart Kidd [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 9:03 AM To: CF-Talk Subject: Password Validation Hi guys, Could someone tell me what the function is to check passwords are of

RE: More Password Validation

2004-01-26 Thread John Stanley
There is stuff in the manual about all of this. -Original Message- From: Stuart Kidd [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 10:09 AM To: CF-Talk Subject: RE: More Password Validation Hi Pascal, that works a treat.But what is regexp?And what does the ^[[: bit mean for

Application question

2004-01-23 Thread John Stanley
I have an application that starts as such: cfapplication name=myApp sessionmanagement=Yes --time span is handled in the CF Administrator I have built a timed out session error handler that looks in a thrown error and redirects the user to the login automatically. This works fine, except when

RE: DateDiff

2004-01-19 Thread John Stanley
You have to put the n in quotes, othewise it thinks the n is a variable and not an argument. -Original Message- From: JT [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 11:04 AM To: CF-Talk Subject: DateDiff why does this not work? cfset date1=2004-01-19 08:00:02 cfset

RE: Temp files question

2004-01-13 Thread John Stanley
://www.clickdoug.com/mailfilter.cfm http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com http://www.clickdoug.com == Aspire to Inspire before you Retire or Expire! - Original Message - From: John Stanley [EMAIL PROTECTED

Temp files question

2004-01-12 Thread John Stanley
Does anyone know what the following directories and files sre used for? The only thing I see is that they are taking up a bunch of hard drive space: c:\documents and settings\computer\local settings\temp\tmp15e6 tmp0017e0 c:\documents and settings\computer\local settings\temp\tmp22b6

RE: About CFMX and XML

2004-01-06 Thread John Stanley
Developing Cold Fusion MX Applications with CFML page 712 to start with, if you havent already. -Original Message- From: Hassan Arteaga Rodriguez [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 9:32 AM To: CF-Talk Subject: About CFMX and XML Hi there: I'm looking for examples

RE: Changes not being reflected.

2004-01-06 Thread John Stanley
Is the browser tools/internet options/temporary internet files/settings radio set to every visit to the page? -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 10:48 AM To: CF-Talk Subject: Changes not being reflected. Have any of you run

IE Issue

2003-12-19 Thread John Stanley
this. He says he has the latest version of IE, and has all of the settings on it wide open. Anyone have any ideas? John Stanley Web Application Developer www.activeaero.com 734-547-7277 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Resolved: IE Issue

2003-12-19 Thread John Stanley
works. Mike - Original Message - From: John Stanley To: CF-Talk Sent: Friday, December 19, 2003 7:47 AM Subject: IE Issue A user of ours can resolve the following url on a netscape browser, but not with IE. http://www.activeaero.com:81 http://www.activeaero.com:81 http

RE: IE Issue

2003-12-19 Thread John Stanley
://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and PHP == If you are not satisfied with my service, my job isn't done! - Original Message - From: John Stanley [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December

RE: test

2003-12-15 Thread John Stanley
test -Original Message- From: Dan Farmer [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 12:58 PM To: CF-Talk Subject: RE: test We got it dude! __ Daniel Farmer Producer / Coldfusion Developer http://www.bernardclark.com/danfarmer.ca

RE: CF and AS400

2003-12-12 Thread John Stanley
Way back in the beginning of my time with CF, we did this. We had the AS/400 write to a text file and then parsed that with CF. This was like five years ago, so there is probably an easier way to do it now, but if not at least you should be able to do that. -Original Message- From: Stacy

Excel to database insertion

2003-12-12 Thread John Stanley
=insert_data datasource=dsn_source Insert into this_table values (this_column,that_column) /cfquery /cfoutput John Stanley Web Application Developer www.activeaero.com 734-547-7277 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

  1   2   3   >