Re: CFMX connectivity problems (not DB-related)

2002-08-13 Thread Tormod Guldvog
customers not to choose the CFMX platform as it is known to be unstable unstable? Here's what they say (quote from their reply to my post in their forums): If you are worried about uptime, you should not be on a Cold Fusion MX server. We keep emailing this to our customers, putting it in

Re: HELP! CF 5 using 99% CPU

2002-08-13 Thread Jochem van Dieten
Phillip B wrote: Start CF Application. If it goes to 99%, there is little point in checking your own templates/code or whatever, just reinstall CF. I turned off all services and started each them one at a time. I didn't have any problems until I hit the CF Application. That's when it went

CFHTTP Problem in MX (not 4 or 5)

2002-08-13 Thread James Smith
Under CF4 and 5 the following block of code returned a query result set as it should. cfhttp url=https://www.domain.com/file.csv; username=user password=pass method=GET name=FetchCSV columns=Domain,Reg,Renewal delimiter=, textqualifier=

RE: HELP! CF 5 using 99% CPU

2002-08-13 Thread JAIME HOI
i had this problem too! But i realised when i stopped the service of ColdFusion Management Repository Server, the CPU usage was back to normal. Surprisingly my coldfusion application can still run. Does anyone knows what does this Management Repository Server do? Contentment is not the

Single Quote in Multiple Record Update Conundrum

2002-08-13 Thread Les Mizzell
I've got a form that allows updating multiple records using the code below. Works great except for one thingif the client types anything using a single quote or apostrophe ( ' ) into the Comments field, I get a Syntax Error So, I need a way to escape that without messing up the evaluate

RE: CFMX connectivity problems (not DB-related)

2002-08-13 Thread John Beynon
Well, I've not had a problem with CFMX on HostmySite.com :) -Original Message- From: Tormod Guldvog [mailto:[EMAIL PROTECTED]] Sent: 13 August 2002 09:30 To: CF-Talk Subject: Re: CFMX connectivity problems (not DB-related) customers not to choose the CFMX platform as it is known to

Re: CFMX connectivity problems (not DB-related)

2002-08-13 Thread Jochem van Dieten
Tormod Guldvog wrote: Here's what they say (quote from their reply to my post in their forums): If you are worried about uptime, you should not be on a Cold Fusion MX server. We keep emailing this to our customers, putting it in newsletters etc. but people are not understanding that

RE: Single Quote in Multiple Record Update Conundrum

2002-08-13 Thread Pascal Peters
If I remember correctly, this is due to the evaluate function. Change your query to: CFQUERY NAME=update datasource=creati610.data UPDATE INT_PROJECT FORM_NUM= '#evaluate(FORM_NUM_#thisID#)#', DUE_DATE= '#FORM[DUE_DATE_ thisID]#',

Re: Coldfusion News Tickers

2002-08-13 Thread Ian Vaughan
Hi As a test I used the ticker combined with hiermenus from www.webdeveloper.com, in Internet Explorer 6 these hiermenus overlay the ticker, but in IE 5 the ticker cuts through the drop down. Anybody have an explanation on what could cause this between IE 5 and IE6 and any ideas on how to

RE: Coldfusion News Tickers

2002-08-13 Thread Robertson-Ravo, Neil (REC)
Its a form/HTML thing AFAIK it cant be helped. sorry. Neil -Original Message- From: Ian Vaughan [mailto:[EMAIL PROTECTED]] Sent: 13 August 2002 10:51 To: CF-Talk Subject: Re: Coldfusion News Tickers Hi As a test I used the ticker combined with hiermenus from

Re: CFMX connectivity problems (not DB-related)

2002-08-13 Thread Paul Hastings
biggest problem is their ODBC service which they had to create in order to connect from JRUN/JDBC to Windows native ODBC. The ODBC services stall just as they did in Cold Fusion 4.5 before service packs. actually bought those from data direct. i have no issues using the jdbc drivers, odbc

RE: Single Quote in Multiple Record Update Conundrum

2002-08-13 Thread Philip Arnold - ASP
I've got a form that allows updating multiple records using the code below. Works great except for one thingif the client types anything using a single quote or apostrophe ( ' ) into the Comments field, I get a Syntax Error PreserveSingleQuotes() only makes sure that the CF variable

CFMX Single Server/Multiple Vhosts

2002-08-13 Thread John Beynon
Can someone post the URL to the article on the MM site for solving the problem with multiple virtual hosts on a single server, many thanks, jb. * Copyright ERA Technology Ltd. 2002. (www.era.co.uk). All rights reserved.

(OT) DHTML Menu Problems

2002-08-13 Thread Tangorre, Michael
Does anyone know why these two lines would affect a DHTML menu that I am trying to use. When I exclude these from the page, it works fine, but when included, the menu does not render correctly... LINE 1: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

RE: CFHTTP Problem in MX (not 4 or 5)

2002-08-13 Thread Stacy Young
What's the error its throwing? -Original Message- From: James Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 4:32 AM To: CF-Talk Subject: CFHTTP Problem in MX (not 4 or 5) Under CF4 and 5 the following block of code returned a query result set as it should. cfhttp

cfscipt IF

2002-08-13 Thread Robertson-Ravo, Neil (REC)
I have a structure with key username, I am trying to use the following code to evaluate it : if(StructKeyExists(request.sessiondata,username)) // do nothing foo = true; else StructInsert(request.sessiondata,username,Neil Robertson-Ravo,yes); foo =

RE: cfscipt IF

2002-08-13 Thread Robertson-Ravo, Neil (REC)
i meant cfscript :-) -Original Message- From: Robertson-Ravo, Neil (REC) [mailto:[EMAIL PROTECTED]] Sent: 13 August 2002 12:55 To: CF-Talk Subject: cfscipt IF I have a structure with key username, I am trying to use the following code to evaluate it :

RE: cfscipt IF

2002-08-13 Thread Robertson-Ravo, Neil (REC)
I also realise i have an overwrite flag just let that one go, I just wanna know why it doesnt return TRUE ...? -Original Message- From: Robertson-Ravo, Neil (REC) [mailto:[EMAIL PROTECTED]] Sent: 13 August 2002 12:55 To: CF-Talk Subject: cfscipt IF I have a structure with key

RE: CFMX connectivity problems (not DB-related)

2002-08-13 Thread Stacy Young
http://www.mediatemple.net MX on Linux ! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 5:59 AM To: CF-Talk Subject: Re: CFMX connectivity problems (not DB-related) biggest problem is their ODBC service which they had to create

RE: CFMX Single Server/Multiple Vhosts

2002-08-13 Thread Stacy Young
http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx html Stace -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 6:55 AM To: CF-Talk Subject: CFMX Single Server/Multiple Vhosts Can someone post the URL to the

RE: Burning Man

2002-08-13 Thread Tony Weeg
ohhh I would so be therebut im all the way over here in maryland doesnt make the trip to the desert very feasible :) burn one for me man ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337

RE: cfscipt IF

2002-08-13 Thread Mike Townend
You need to add braces to multiline statements... if(StructKeyExists(request.sessiondata,username)) { // do nothing foo = true; } Else { StructInsert(request.sessiondata,username,Neil Robertson-Ravo,yes); foo = false; } HTH -Original Message-

RE: cfscipt IF

2002-08-13 Thread Everett, Al
You seem to be missing your brackets if (StructKeyExists(request.sessiondata,username)) { // do nothing foo = true; } else { StructInsert(request.sessiondata,username,Neil Robertson-Ravo,yes); foo = false; } -Original Message- From:

RE: CFMX Single Server/Multiple Vhosts

2002-08-13 Thread todd
The actual technote on it: http://www.macromedia.com/v1/Handlers/index.cfm?ID=23179Method=Full On Tue, 13 Aug 2002, Stacy Young wrote: http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx html Stace -Original Message- From: John Beynon [mailto:[EMAIL

RE: cfscipt IF

2002-08-13 Thread Raymond Camden
It's because you aren't using brackets. Let me rewrite your code: if(structKe...) foo = true; else structInsiert(...); foo = false; See how the last foo = false is always going to be run? To fix, change it to: if(structKe...) foo = true; else { structInsiert(...); foo =

RE: cfscipt IF

2002-08-13 Thread Everett, Al
You seem to be missing your brackets Excuse me. Braces. (Haven't finished the first cup of joe.) __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

RE: cfscipt IF

2002-08-13 Thread Robertson-Ravo, Neil (REC)
oh yeah... clear as day i'm off home :-p... uurgh -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED]] Sent: 13 August 2002 13:11 To: CF-Talk Subject: RE: cfscipt IF You need to add braces to multiline statements... if(StructKeyExists(request.sessiondata,username))

RE: CFMX Single Server/Multiple Vhosts

2002-08-13 Thread John Beynon
Ta muchly.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 13 August 2002 13:16 To: CF-Talk Subject: RE: CFMX Single Server/Multiple Vhosts The actual technote on it: http://www.macromedia.com/v1/Handlers/index.cfm?ID=23179Method=Full On Tue, 13 Aug 2002,

Re: Single Quote in Multiple Record Update Conundrum

2002-08-13 Thread mark brinkworth
Get rid of the PreserveSingleQuotes function, it is not appropriate in this situation. Comments = '#COMV#' Cheers Mark So, I need a way to escape that without messing up the evaluate statements. Suggestions? Thanks cfset COMV='#evaluate(FORM.COMMENTS_#thisID#)#' .and then inside the

RE: cfscipt IF

2002-08-13 Thread Robertson-Ravo, Neil (REC)
Thanks everyone, sorted now. blush/ N -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: 13 August 2002 13:14 To: CF-Talk Subject: RE: cfscipt IF It's because you aren't using brackets. Let me rewrite your code: if(structKe...) foo = true; else

Re: (OT) DHTML Menu Problems

2002-08-13 Thread Jon Hall
The newer browsers will render pages differently depending on your doctype. http://www.htmlhelp.com/tools/validator/doctype.html -- jon mailto:[EMAIL PROTECTED] Tuesday, August 13, 2002, 7:39:56 AM, you wrote: TM Does anyone know why these two lines would affect a DHTML menu that I am trying

RE: [SOT] Is MM painting itself into a corner?

2002-08-13 Thread Jesse Noller
Dick- Simple put, this is not painting ourselves into a corner. For the most part, there are reasons WHY we don't want you to upgrade to the latest bleeding edge version of X (minus apache). To put it simply: upgrading to the latest version of Axis would require a full

RE: Where did Pablo Varando from CFM-Resources Go?

2002-08-13 Thread Kris Pilles
Pablo's new job: 2002-Present: Dolphin Cove Enterprises, Inc. Title: Sr. Java Developer./ C++ Programming. Duties: To maintain and improve over 300 pre-existing applications used to integrate multiple systems via a 5,000 server network. To lead a large (120 developers) team of developers in a

RE: [SOT] Is MM painting itself into a corner?

2002-08-13 Thread Brockman, Chuck
Has anyone experienced this error with CFMX running on NT4 service pack 6a. I upgraded the mdac and jet to the latest version. It's an access database with no username or password. I get this error every time I try and create a DSN. Connection verification failed for data source:

Article: A Wealth of Woe at Macromedia

2002-08-13 Thread BEN MORRIS
Article from Business Week: A Wealth of Woe at Macromedia August 9, 2002 This is article focuses on stock prices, but still pretty interesting. http://www.businessweek.com/investor/content/aug2002/pi2002089_8261.htm?c=bwtechaug13n=link5t=email

java.sql.SQLException

2002-08-13 Thread Brockman, Chuck
Sorry, forgot to change the subject. |-Original Message- |From: Brockman, Chuck [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, August 13, 2002 9:28 AM |To: CF-Talk |Subject: RE: [SOT] Is MM painting itself into a corner? | | |Has anyone experienced

Extract substring from cgi.http_referer string

2002-08-13 Thread FlashGuy
Hi, I need to extract d%3A%5Ctemp%5Ctestdir000\ and decode the line so it appears as d:\temp\testdir000\ I'm not sure of the correct syntax? http://127.0.0.1/test/index.cfm?dir=d%3A%5Ctemp%5Ctestdir000\ __ This list and all

RE: Article: A Wealth of Woe at Macromedia

2002-08-13 Thread Robertson-Ravo, Neil (REC)
hmmm...Investors get out.. :-/ -Original Message- From: BEN MORRIS [mailto:[EMAIL PROTECTED]] Sent: 13 August 2002 14:32 To: CF-Talk Subject: Article: A Wealth of Woe at Macromedia Article from Business Week: A Wealth of Woe at Macromedia August 9, 2002 This is article

ColdFusion MX and CFX tags

2002-08-13 Thread Kurt Knazek
I have installed the trail version of coldfusion mx on a development server. I'm having a problem with my cfx tags. I have two cfx tags written in c++ installed on the server. I have registered them with the coldfusion server. Every time I try and access the tags I receive an error. Error 1:

RE: Extract substring from cgi.http_referer string

2002-08-13 Thread Philip Arnold - ASP
I need to extract d%3A%5Ctemp%5Ctestdir000\ and decode the line so it appears as d:\temp\testdir000\ I'm not sure of the correct syntax? http://127.0.0.1/test/index.cfm?dir=d%3A%5Ctemp%5Ctestdir000\ Look up URLdecode(), it does exactly that - unless you're running CF4.5, then there isn't

RE: Extract substring from cgi.http_referer string

2002-08-13 Thread FlashGuy
Cool! Thanks On Tue, 13 Aug 2002 14:44:45 +0100, Philip Arnold - ASP wrote: I need to extract d%3A%5Ctemp%5Ctestdir000\ and decode the line so it appears as d:\temp\testdir000\ I'm not sure of the correct syntax? http://127.0.0.1/test/index.cfm?dir=d%3A%5Ctemp%5Ctestdir000\ Look

Sample Proposal

2002-08-13 Thread Kris Pilles
Does anyone have a sample site proposal I can take a look at... __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ:

FYI: Apache 2.0.40

2002-08-13 Thread todd
Looks like someone botched the Apache windows build installer: http://marc.theaimsgroup.com/?l=apache-httpd-devm=102916944222744w=2 It's been taken down from httpd.apache.org Perhaps it's not a Macromedia problem. ~Todd -- Todd

Re: ColdFusion MX and CFX tags

2002-08-13 Thread Critter
oi Kurt!! do those cfx's reference any other dll's? I've heard there is a problem with the cfx's finding other dlls -- Critz Macromedia Certified Advanced ColdFusion Developer CFX_BotMaster Network=Efnet Channel=ColdFusion Tuesday, August

RE: cookie/location

2002-08-13 Thread Gaulin, Mark
Hi In the bad-old days I did my cgi programming in C++, and I wrote out the headers by hand. Back then, browsers (NS2, for example) did not handle the case when both Set-cookie and Location headers were included in a response. That may have lead to earlier versions of CF not needing to do the

RE: ColdFusion MX and CFX tags

2002-08-13 Thread Kurt Knazek
Both of the tags only refer to one dll file -Original Message- From: Critter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 9:50 AM To: CF-Talk Subject: Re: ColdFusion MX and CFX tags oi Kurt!! do those cfx's reference any other dll's? I've heard there is a problem with

Re: Article: A Wealth of Woe at Macromedia

2002-08-13 Thread Gyrus
I'm no expert, but haven't economist's nerves been a bit too fried of late for us to trust their predictions, good or bad? For a bit of perspective: http://www.theonion.com/onion3828/lou_dobbs_hosts_moneyline.html :-) - Gyrus - [EMAIL PROTECTED] work:

Rounding up to whole number

2002-08-13 Thread Jack Dalaa
I'm going slightly crazy trying to figure out the best way to round a decimal number up to the next whole number, like: 1.2 = 2 1.8 = 2 Don't want it to round 1.2 down to 1. Any suggestions? Jack __ This list and all House

MS SQL global temp tables and CF's connections

2002-08-13 Thread Smith, Matthew P -CONT(DYN)
I am hoping that some of you better versed in MS-SQL and CF could clear this up for me. Is there an issue with multiple users accidentally hitting the same data set that is contained in either a local(#tbl_name) or global(##tbl_name) temporary table? Books Online says that a local temp table

Re: Rounding up to whole number

2002-08-13 Thread Gyrus
Use Ceiling(number). - Gyrus - [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://www.norlonto.net - PGP key available - Original Message - From: Jack Dalaa [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

\ in a WDDX mySQL

2002-08-13 Thread Paul Giesenhagen
Ok, I have a mySQL database and I am trying to stick a WDDX packet into a LONGTEXT field The problem is when I stick a backslash \ into a THISVALUE2 (and it is the only value), mySQL removes it when I insert or update the record. Does anyone know why this is the case? I need to have the \ it

Smartgroups

2002-08-13 Thread project_boo
I have heard a comment posted on a bamboo list that smargroups was in decline and going to be shut down. Has anybody heard anything else, I have been unable to find any information relating to this comment. __ Signup for the

(Solved) HELP! CF 5 using 99% CPU

2002-08-13 Thread Phillip B
I got rid of all the 0 byte emails and it didn't fix the problem. What did fix the problem was deleting the files that only had a O in them. I have no idea how that happened but getting rid of them fixed the problem. Thanks every one! Phillip Broussard Tracker Marine Group 417-873-5957

RE: \ in a WDDX mySQL

2002-08-13 Thread Robertson-Ravo, Neil (REC)
I had a problem like this ... I am sure mySQL doesnt support that oblique (I could be wrong, but I remember I had to use another direction/or totally differnt solution).. N -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: 13 August 2002 15:18 To: CF-Talk

Re: Rounding up to whole number

2002-08-13 Thread S . Isaac Dealey
I'm going slightly crazy trying to figure out the best way to round a decimal number up to the next whole number, like: 1.2 = 2 1.8 = 2 Don't want it to round 1.2 down to 1. Any suggestions? #Ceiling(mynumber)# Isaac Dealey Certified Advanced ColdFusion Developer www.turnkey.to

Re: \ in a WDDX mySQL

2002-08-13 Thread todd
You have to escape the \ with \\. Don't ask why, I have no clue. On Tue, 13 Aug 2002, Paul Giesenhagen wrote: Ok, I have a mySQL database and I am trying to stick a WDDX packet into a LONGTEXT field The problem is when I stick a backslash \ into a THISVALUE2 (and it is the only value),

RE: Article: A Wealth of Woe at Macromedia

2002-08-13 Thread Venable, John
It's no wonder that executives lie about earnings and losses with people ready to pull the plug at a moment's notice. Short term investing is killing our economy and some really good solid companies too. The irony is that this guy said he feels that Macromedia stocks could sink to new lows, so he

RE: \ in a WDDX mySQL

2002-08-13 Thread Robertson-Ravo, Neil (REC)
Its defo a mySQL thing i'm sure... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 13 August 2002 15:24 To: CF-Talk Subject: Re: \ in a WDDX mySQL You have to escape the \ with \\. Don't ask why, I have no clue. On Tue, 13 Aug 2002, Paul Giesenhagen

RE: Article: A Wealth of Woe at Macromedia

2002-08-13 Thread Robertson-Ravo, Neil (REC)
I cant say that FWMX has ever made me want to switch from Photoshop, it is my no means as full featured or powerful for professional editing.. N -Original Message- From: Venable, John [mailto:[EMAIL PROTECTED]] Sent: 13 August 2002 15:25 To: CF-Talk Subject: RE: Article: A Wealth of Woe

OT: JS form totals

2002-08-13 Thread Paolo Cesana
I'm trying to total up values in a form, next to each value there's a checkbox which indicates whether to use the displayed value or not in the total. I was hoping someone could point me to a solution: I have a javascript: function recalc(whichbox) { with (whichbox.form) {

Re: MS SQL global temp tables and CF's connections

2002-08-13 Thread S . Isaac Dealey
I am hoping that some of you better versed in MS-SQL and CF could clear this up for me. Is there an issue with multiple users accidentally hitting the same data set that is contained in either a local(#tbl_name) or global(##tbl_name) temporary table? Books Online says that a local temp

Re: mySQL and backslash

2002-08-13 Thread S . Isaac Dealey
Ok, I have a mySQL database and I am trying to stick a WDDX packet into a LONGTEXT field The problem is when I stick a backslash \ into a THISVALUE2 (and it is the only value), mySQL removes it when I insert or update the record. Does anyone know why this is the case? I need to have the \

Re: \ in a WDDX mySQL

2002-08-13 Thread Paul Giesenhagen
That is correct ... and that is a BAD thing (i guess it is bad in my eyes only :)... so I cannot write a value of c:\inetpub\whatever\directory\with\slashes using mySQL? I guess mySQL uses the backslash as an escape character (per their docs). Too bad, that makes some things very difficult!

Re: CFHTTP Problem in MX (not 4 or 5)

2002-08-13 Thread James Smith
The exact error is Incorrect number of columns in row. caused by that short first row. -- Jay [EMAIL PROTECTED] Computer games don't affect kids, I mean if Pac Man affected us as kids, we'd all be running around in darkened rooms, munching pills and listening to repetitive music... -

QofQ and case........

2002-08-13 Thread Critter
oi CF-Talk,!! ok a QofQ is case sensitive (cf5). can you not use lcase or lower or something on the column name to equal a lcase(variable)?? -- Critz Macromedia Certified Advanced ColdFusion Developer CFX_BotMaster Network=Efnet Channel=ColdFusion

Re: CFHTTP Problem in MX (not 4 or 5)

2002-08-13 Thread todd
Sounds like you're going to have to retrieve it via CFHTTP and parse it manually via variable blob instead of taking the CFHTTP attributes shortcut. ~Todd On Tue, 13 Aug 2002, James Smith wrote: The exact error is Incorrect number of columns in row. caused by that short first row. --

RE: Smartgroups

2002-08-13 Thread Adam Hope
Hi All, I just received the following mail from another developer here at Freeserve: -Original Message- From: project_boo [mailto:[EMAIL PROTECTED]] Sent: 13 August 2002 15:20 To: CF-Talk Subject: Smartgroups I have heard a comment posted on a bamboo list that smargroups was in

calling custom tags with cfscript in mx?

2002-08-13 Thread Justin Hansen
Can you call a custom tag from cfscript in MX if you use cfimport? I need an example Justin Hansen -- Uhlig Communications Systems Engineer -- [EMAIL PROTECTED] 913-754-4273 --

Re: QofQ and case........

2002-08-13 Thread todd
Will lower(variable) or upper(variable) work? On Tue, 13 Aug 2002, Critter wrote: oi CF-Talk,!! ok a QofQ is case sensitive (cf5). can you not use lcase or lower or something on the column name to equal a lcase(variable)?? --

Announcement: MXDC 2002

2002-08-13 Thread Steve Drucker
MXDC 02 is the premier one-day event for designers, programmers and Web geeks to learn all about the powerful Macromedia MX Platform including ColdFusion MX, Macromedia Flash MX, Macromedia Fireworks MX, Freehand 10, Flash Communication Server and more. Join premier sponsors Fig Leaf Software,

Re[2]: QofQ and case........

2002-08-13 Thread Critter
oi todd!! have got this: cfquery dbtype=query name=getCountyId Select countyid from request.CountyInfo where countyName = '#lcase(client.County_Name)#' /cfquery I can modify the variable fine enough..but I need to be able to lcase(countyName) so that they match was almost sure

Re[2]: QofQ and case........

2002-08-13 Thread todd
Try this: cfquery dbtype=query name=getCountyId Select countyid from request.CountyInfo where lcase(countyName) = '#lcase(client.County_Name)#' /cfquery or: cfquery dbtype=query name=getCountyId Select countyid from request.CountyInfo where lower(countyName) =

Re[3]: QofQ and case........

2002-08-13 Thread Critter
oi todd!! yeah tried both lcase and lowerdidn't seem to work for me had a look thru the archives.but by page 11 i gave up. no worries, i'll sort it a diff way. -- Critz Macromedia Certified Advanced ColdFusion Developer CFX_BotMaster Network=Efnet

RE: QofQ and case........

2002-08-13 Thread Raymond Camden
No - but we added that to q of q in CFMX. A workaround in CF5 is to select a copy of the column you want to search and call ucase on it in the original query. === Raymond Camden, ColdFusion Jedi Master for Macromedia Email:

RE: calling custom tags with cfscript in mx?

2002-08-13 Thread Raymond Camden
CFIMPORT adds tag support w/ a name space which doesn't work in cfscript. Ie, you can't do: tagprefix:tagname() However, you can call custom tags in cfscript if you use a work around. You can easily design a CFFUNCTIOn based wrapper for your custom tag, or write a generic Module UDF (I'm

Re: [SOT] Is MM painting itself into a corner?

2002-08-13 Thread Dick Applebaum
Jesse Good answers -- I understand. So, for reasons of stability, and simple logistics of product packaging/testing/release, CFMX will likely be somewhat behind the the current version of component 3rd-party products -- not the newest release, but (shall we say) the maturest release. Still,

Re[2]: QofQ and case........

2002-08-13 Thread Critter
oi Raymond!! /me waves ray's jedi hand, You have to go to the pub at lunch and drink loads uh thanks. I have to go to the pub at lunch and drink loads. -- Critz Macromedia Certified Advanced ColdFusion Developer CFX_BotMaster Network=Efnet Channel=ColdFusion

CFFORM/CFINPUT

2002-08-13 Thread G L
Can someone explain to me why alot of advanced CF'ers don't like to use CFFORM and CFINPUTs in their code? I've even heard them refer to it as novice cf-coding. I've always had good luck using them. Are there drawbacks to letting CF generate the js to validate your input fields? There must be

RE: DSN for Access (was [SOT] Is MM painting itself into a corner ?)

2002-08-13 Thread Vernon Viehe
Have you tried selecting Use Default Username option; OR show the Advanced Settings section and enter a username in the ColdFusion Username field (try username Administrator). -Vern -Original Message- From: Brockman, Chuck To: CF-Talk Sent: 8/13/2002 6:28 AM Subject: RE: [SOT] Is MM

Re: CFFORM/CFINPUT

2002-08-13 Thread JLH All Turbo
It really depends on how fast you need something done and how detailed you want error messages. I use cfform at times and at other times when more complex error checking is required--I don't use it. I never use cfinsert and cfupdate though. J - Original Message - From: G L [EMAIL

RE: CFFORM/CFINPUT

2002-08-13 Thread Tony Weeg
I for one, certainly shy away from the cfform/cfinput tags due to the oddities I have seen with certain header data being displayed on the pages that contain those tags. they seem fine up to the point when you actually have to submit something to a page/or another separate page. as soon as I

Re: CFHTTP Problem in MX (not 4 or 5)

2002-08-13 Thread James Smith
That is what I figured, just wondered if there was an easy work around instead. -- Jay [EMAIL PROTECTED] Computer games don't affect kids, I mean if Pac Man affected us as kids, we'd all be running around in darkened rooms, munching pills and listening to repetitive music... - Original

RE: CFFORM/CFINPUT

2002-08-13 Thread Margaret Fisk
When I tried to use cfinput, it had to download an applet onto the client machine. So I decided to stick with self-validation rather than requiring a user automatic download that they might be concerned about. -Original Message- From: JLH All Turbo [mailto:[EMAIL PROTECTED]] Sent:

RE: [SOT] Is MM painting itself into a corner?

2002-08-13 Thread Jesse Noller
So, for reasons of stability, and simple logistics of product packaging/testing/release, CFMX will likely be somewhat behind the the current version of component 3rd-party products -- not the newest release, but (shall we say) the maturest release. Correct. This includes Merant Drivers,

RE: Instant Messaging (subheading: Ashley King?)

2002-08-13 Thread Eric Dawson
I would check out JABBER for IM apps. (do a search on Source Forge (sf.net) or go to the various jabber sites around. jabber.com etc. e From: Benoit Hediard [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Instant Messaging (subheading: Ashley King?)

Re: CFFORM/CFINPUT

2002-08-13 Thread JLH All Turbo
CFFORM NAME=name ACTION=form_action ENABLECAB=Yes or No set enablecab = no and you don't have to download the applet. j - Original Message - From: Margaret Fisk [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 11:55 AM Subject: RE: CFFORM/CFINPUT

RE: CFFORM/CFINPUT

2002-08-13 Thread Margaret Fisk
Wow. Thanks. I'll admit I'm not going to redo all my forms now, but that's good to know for the future. Margaret -Original Message- From: JLH All Turbo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 9:07 AM To: CF-Talk Subject: Re: CFFORM/CFINPUT CFFORM NAME=name

RE: [SOT] Is MM painting itself into a corner?

2002-08-13 Thread Ryan Kime
It's an access database with no username or password. Even so.try putting system (without the quotes of course) in as the username. -Original Message- From: Brockman, Chuck [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 8:28 AM To: CF-Talk Subject: RE: [SOT] Is MM

RE: [SOT] Is MM painting itself into a corner?

2002-08-13 Thread Shawn Grover
The username you need is Admin (without quotes) - and no password. This is the default for any Access database. The system database is used for data specific authentication - I don't see many people using this option though. Typically they'll go to Oracle/SQL Server or something similar if they

RE: [SOT] Is MM painting itself into a corner?

2002-08-13 Thread todd
Or admin (without the quotes) and no password. On Tue, 13 Aug 2002, Ryan Kime wrote: It's an access database with no username or password. Even so.try putting system (without the quotes of course) in as the username. -- Todd

Preventing Form Variables from showing...

2002-08-13 Thread Paul
Hello, I am creating a site inwhich many hidden form variables are past, these variables and their values are showing up in the address bar. Any ideas as to how I can prevent this from happening? Thanks -Paul

RE: mass emailing - bad emails

2002-08-13 Thread jon roig
Nah... it's waaay harder than that. Email bounces in any number of different ways. Exchange bounces different than Postfix which is different than Exim which is different than AOL's mail servers. Plus, email can bounce for any number of different reasons. For instance, you do want to delete

Re: Preventing Form Variables from showing...

2002-08-13 Thread todd
form action=somepage.cfm method=POST On Tue, 13 Aug 2002, Paul wrote: Hello, I am creating a site inwhich many hidden form variables are past, these variables and their values are showing up in the address bar. Any ideas as to how I can prevent this from happening?

RE: Preventing Form Variables from showing...

2002-08-13 Thread Jim Curran
Change the form method to post instead of Get. - j -Original Message- From: Paul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 12:51 PM To: CF-Talk Subject: Preventing Form Variables from showing... Hello, I am creating a site inwhich many hidden form variables

OT: Drop menu

2002-08-13 Thread FlashGuy
Hi, Does anyone know where I can get a drop menu ot box that expands when an arrow image is clicked. Microsoft has one on there site. If you go to http://www.microsoft.com/Windows2000/downloads/servicepacks/sp3/download.asp and lick on the arrow beside ON THIS PAGE heading in the right upper

Re: Preventing Form Variables from showing...

2002-08-13 Thread Bryan Stevenson
check your FORM methodmake sure it is POST 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

CFMX and custom 404 pages

2002-08-13 Thread Stephenie Hamilton
I have no problems setting up a 404 page in CF4.5 or CF5, but MX does not seem to work correctly for .cfm pages! I have the page set in IIS as the default handler for 404 error (tried it using file and url), have Check that file exists in IIS/Home Directory/Configuration for .cfm, cfml etc... But

Re: [SOT] Is MM painting itself into a corner?

2002-08-13 Thread Dick Applebaum
Jesse Thanks for taking the time to explain this. Macromedia has some interesting choices/alternatives -- shipping Apache source, could easily complicate the release cycle and may not resolve the issue. Are there other manufacturers in a similar situation who can be used as a Model? Apple

Re: Drop menu

2002-08-13 Thread Bryan Stevenson
DHTMLCentral.com - CoolMenus 4 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: Preventing Form Variables from showing...

2002-08-13 Thread Paul
Thanks I actually just had metod=post, that solves that! Thanks Change the form method to post instead of Get. - j -Original Message- From: Paul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 12:51 PM To: CF-Talk Subject: Preventing Form Variables from

  1   2   3   >