Re: URL Variables in the form of index.cfm?DJIE332

2002-06-20 Thread Donnie Bachan
#CGI.QUERYSTRING# returns everything after the ? in the URL, if you have a list of values of the fomat http://www.mysite.com?DE1122HF3433HG3454, CGI.QUERYSTRING would return DE1122HF3433HG3454, you can then break it up as a list delimited by ''. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#:

Re: Getting datatype before SELECT

2002-06-20 Thread Donnie Bachan
If you use Sybase you can query SYSColumns (SQL Server would be the same I guess since they were spawned from the same engine initially). SYSColumns contains a row for every column of every table and view. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 Nitendo Vinces - By Striving

Re: Getting datatype before SELECT

2002-06-20 Thread ksuh
In SQL Server, you can use the sp_help stored proc to give you a list of all the datatypes of a table's columns. - Original Message - From: Shannon Carr [EMAIL PROTECTED] Date: Thursday, June 20, 2002 8:56 am Subject: Getting datatype before SELECT Does anyone know of a way to

Muliple Domain Pointers and Redirection

2002-06-20 Thread Martin Wright
Forgive the elementary questuion - just getting to grips... Where you have multiple domain pointers on a web site can CF arrange redirection such that: www.site1.com goes to www.domain.com/site1 yet masks this by showing just www.site1.com or even www.site1.com/site1 ? And site2

RE: Getting datatype before SELECT

2002-06-20 Thread Philip Arnold - ASP
Does anyone know of a way to determine the datatype of a column in a SQL database before running a cfquery? I have created a dynamic query and need to determine the datatype of ColumnList fields before executing a query. If a person enters text and the table column is an integer the page

problem with FB 3.0

2002-06-20 Thread John McCosker
Greetings, I'm using FUSEBOX 3.0, apart from trying to get my head around how its structured, I'm getting this error, ODBC Error Code = S0002 (Base table not found) [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'DBO.administrator'. SQL = SELECT USERNAME,PASSWORD FROM

OT - domain skimmers, please help

2002-06-20 Thread nick
I have a client that is in a jam. Some jerk has registered the .net version of his name, stolen his meta tags, and paid Yahoo the 299 to get listed as him. Now, when you click on his name, it goes to a porno site. I'm pretty sure this jerk saw his name in a recent article in a national

RE: Killing Client vars session on closing browser.

2002-06-20 Thread Chris Norloff
I wouldn't expect users to do that either. The point is that if YOU have been accessing the ColdFusion server and have then switched to non-persistant cookies, then there's probably still cookies on your harddrive from the CFserver. Your browser will continue to use those stored cookies to

RE: CFMX - why so many runtime processes are they really needed ?

2002-06-20 Thread Jesse Noller
http://www-105.ibm.com/developerworks/tools.nsf/dw/java-all-byname?OpenDocumentCount=500loc=j Jesse Noller [EMAIL PROTECTED] Macromedia Server Development Unix/Linux special guy -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 8:24 AM

RE: This feature should never have been uploaded! or Version Control Systems, Anyone?

2002-06-20 Thread Alex
Wow, you can keep track of 200 issues? Most people can only keep track of 7 according to psychological tests. Source control is the most basic part of the development process and anyone who recommends human engineering is someone to steer clear from. On Thu, 20 Jun 2002, Dave Babbitt wrote: I

RE: Error found in the CFAdmin.

2002-06-20 Thread Raymond Camden
This is a known bug. I swear it's not my fault. Really. === Raymond Camden, ColdFusion Jedi Master for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda

RE: Web-Services and proxy server

2002-06-20 Thread Kevan . Windle
Thanks Dave. Putting another proxy between us and the NTML proxy was a possiblity mentioned here so that is really useful. Ye I realise it is proporietory Microsoft stuff but as I said that surely must make it relatively common? I know little about this stuff, suspect I'll be finding out a lot

LinkPoint

2002-06-20 Thread Duane Boudreau
Anyone here using Linkpoint and there CFX tag? I'm pulling my hair out try to figure out how to do a transaction void programmatically. If anyone has code they wouldn't mind sharing please let me know. Duane __ Get the

Re: LinkPoint

2002-06-20 Thread Michael Dinowitz
Maybe these will help: http://www.houseoffusion.com/cf_lists/index.cfm?method=messagesforumid=4threadid=11829 http://www.houseoffusion.com/cf_lists/index.cfm?method=messagesforumid=4threadid=9609 At 11:40 AM 6/20/02, you wrote: Anyone here using Linkpoint and there CFX tag? I'm pulling my hair

Re[2]: Flashin my CF!!!!

2002-06-20 Thread Critter
oi Alex!! and which one would that be? -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Thursday, June 20, 2002, 9:40:47 AM, you wrote: A read the cf maual. A On Thu, 20 Jun 2002, Critz wrote:

C:/CFusion to D:/CFusion Advice..

2002-06-20 Thread Paul Ihrig
OK... i messed up. i updated cf server on the C Drive. without having enough space left over for the virus scans other things to run.. is there a way to move the C:/CFusion to D:/CFusion with out a uninstall reinstall??? any advice or suggestions would be appreciated. you can laugh now...

AOL Problems

2002-06-20 Thread Eric Homa
Hi, Does anyone out there have experience with an AOL client? I have a customer whose site works fine for him at his office and also for the many other clients that use the site but when he goes home and uses AOL he complains that pages don't load. He says that he gets blank screens. Anyone

RE: Web-Services and proxy server

2002-06-20 Thread Stacy Young
Ours is! I always have trouble with our proxy and resolving external hosts. :( -Original Message- From: Ian Tait [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 19, 2002 10:29 AM To: CF-Talk Subject: RE: Web-Services and proxy server Hiya, It's a bit unlikely that port 80 is assigned

RE: Flashin my CF!!!!

2002-06-20 Thread Ben Johnson
What is the problem with display your recordset in the HTML Table format? I was under the impression this was for a Flash application because of the subject, Flashin my CF. Is that true or no? Ben Johnson Hostworks, Inc.

replace double quotes - syntax help

2002-06-20 Thread Charlie
all these tough questions and heady subjects, here's an easy one i hope I am attempting to remove all instances of double quotes within string, and this seems be incorrect syntax #REReplace(myQuery.myField, , , ALL)# additionaly, the reason i need to remove the double quotes is that

RE: Getting datatype before SELECT

2002-06-20 Thread Derrick Rapley
Are you getting a result set, inserting, or updating data? -Original Message- From: Shannon Carr [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 10:56 AM To: CF-Talk Subject: Getting datatype before SELECT Does anyone know of a way to determine the datatype of a column in a

RE: This feature should never have been uploaded! or Version Con trol Systems, Anyone?

2002-06-20 Thread Hans Omli
I've had issues with VSS. I prefer PVCS Version Manager (along with PVCS Tracker for bug tracking). http://www.merant.com/pvcs/products/version_manager/ -Original Message- From: Dave Babbitt [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 6:11 AM To: CF-Talk Subject: RE: This

RE: Java for beginners?

2002-06-20 Thread Weaver, Anthony
If you are specifically interested in JSP, you should check out JavaServer Pages Application Development It is a SAMS book by Ben Forta, et al. Tony Weaver Limited Brands Technology Services Advanced Technology Group Senior Programmer/Analyst Phone: 614.415.7647

RE: Getting datatype before SELECT

2002-06-20 Thread Mark A. Kruger - CFG
Shannon, You can run sp_columns *tablename* on the table. It returns a query with a datatype column. Here's a sample UDF that may help a little. It uses the DATA_TYPE column from the stored proc. It could just as easiy be written to use the TYPE_NAME column (that would have made it more

Alternate extensions to .cfm problems

2002-06-20 Thread Jaye Morris
This is a multi-part message in MIME format. --=_NextPart_000__01C21853.478D9B10 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Has anyone figured out how to configure CFMX and IIS 5.0 to run extensions other than .cfm? My example is that I have

Re[2]: Flashin my CF!!!!

2002-06-20 Thread Critter
oi Ben!! cheers mate. I'll have a gander at em -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Thursday, June 20, 2002, 10:27:27 AM, you wrote: Displaying the results of a recordset in a html table

Re[2]: Flashin my CF!!!!

2002-06-20 Thread Critter
oi Shawn!! ummm I'm trying to do it in Flash guess I didn't specify that -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Thursday, June 20, 2002, 10:24:14 AM, you wrote: SR What is the problem with

Re: Web-Services and proxy server

2002-06-20 Thread Jeff Garza
Dave is right on with this. I had to have our net admins completely remove the web servers from the proxy and poke a hole through the firewall. CF does not do NTLM authentication at all. Good Luck. Jeff Garza - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: Killing Client vars session on closing browser.

2002-06-20 Thread Derrick Rapley
Here are some suggestions. First you want to use Session Cookies. They reside in memory and are deleted when all instances of a browser are closed. Here is how I do it in Application.cfm (fbx_Settings.cfm for Fusebox users): cfapplication NAME=AppName CLIENTMANAGEMENT=Yes SESSIONMANAGEMENT=Yes

RE: CFMX - why so many runtime processes are they really needed ?

2002-06-20 Thread Matt Liotta
http://www-106.ibm.com/developerworks/java/jdk/linux130/?dwzone=java -Matt -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 5:24 AM To: CF-Talk Subject: RE: CFMX - why so many runtime processes are they really needed ? Where can

RE: problem with FB 3.0

2002-06-20 Thread Andy Ewings
Generally the syntax is Select fieldlist FROM server.database.user.table If administrator is not a table then this aint gonna work -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED]] Sent: 20 June 2002 16:13 To: CF-Talk Subject: problem with FB 3.0 Greetings, I'm using

RE: problem with FB 3.0

2002-06-20 Thread Andy Ewings
appologies - realised my last post isn't going to help much after reading your calling code - will have a rethink -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED]] Sent: 20 June 2002 16:13 To: CF-Talk Subject: problem with FB 3.0 Greetings, I'm using FUSEBOX 3.0,

SOT: Cisco AAVID IPT Phone System

2002-06-20 Thread Duane Boudreau
Has anyone here worked on CF based apps for Cisco AAVID IPT IP based phone systems? Apparently they have an XML interface that allows you to send info directly to the 6x6 display on the phone and I have a client that is interested in developing an app that takes advantage of this. I'm thinking

Re: OT: Java for beginners?

2002-06-20 Thread ksuh
The Core Java books are excellent for beginners. - Original Message - From: chris.alvarado [EMAIL PROTECTED] Date: Thursday, June 20, 2002 8:28 am Subject: OT: Java for beginners? Hello all, Just wondering if anyone has any good Java book reccomends for beginners? My background

RE: Error found in the CFAdmin.

2002-06-20 Thread Ryan Kime
temptaciousjedimastersupremewhopper1=ODBCSocket|cfsnippets jedimaster? Looks like a Raymond error to me. :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 8:49 AM To: CF-Talk Subject: Error found in the CFAdmin. I was trying to

RE: problem with FB 3.0

2002-06-20 Thread Bryan Love
The username and password you are supplying most likely can't see DBO tables... +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst Telecommunication Systems [EMAIL PROTECTED]

correct syntax for replace double quotes

2002-06-20 Thread Charlie
#Replace(myQuery.data, , , All )# Is this the correct syntax for removing double quotes?? __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ:

RE: OT - domain skimmers, please help

2002-06-20 Thread Cravens, Billy
Have you considered the various legal repercussions? Even if you lift them off of Yahoo, the site will still be picked up by Google, etc, and will find it's way back into Yahoo (and other) indexes. You can get the name by appealing to ICANN, could also sue for copyright infringement. Also,

RE: Muliple Domain Pointers and Redirection

2002-06-20 Thread Cravens, Billy
cfif cgi.server_name eq www.something.com cflocation url=something/ /cfif or if you're using a standard naming scheme (like passing all pages through a single template, then just cfinclude the appropriate template in the necessary directory. --- Billy Cravens -Original

Could not connect to JRun Connector Proxy

2002-06-20 Thread Jim
What does Thjis Mean pertaining to CFGRAPH? Could not connect to JRun Connector Proxy __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

RE: Java for beginners?

2002-06-20 Thread Tony Carcieri
I have found the Teach Yourself Java 2 in 21 days to be indispensible. It is by Sams and the authors are Lemay and Cadenhead. I have the second edition. It also included a bonus week where it looks at Swing. -Original Message- From: chris.alvarado [mailto:[EMAIL PROTECTED]] Sent:

Could not connect to JRun Connector Proxy

2002-06-20 Thread Jim
What does Thjis Mean pertaining to CFGRAPH? Could not connect to JRun Connector Proxy __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ:

setting up a web service in coldfusion

2002-06-20 Thread Ruyle, David
Has anyone had any success in setting up and consuming a web service with Coldfusion. I have tried unsuccessfully several times to set up a web service in Dreamweaver MX. I have followed these directions and nothing: 1. Click the + to add a service 2. Browsed to Xmethods and cut and paste the

Re: OT - domain skimmers, please help

2002-06-20 Thread Bruce Sorge
Not sure how much this will help, but here is a URL to have your friend check out: a href=http://www.keytlaw.com/urls/geturls.htm?source=Overture;Cybersquatting Guide/a Know this though that this site deals mainly with companies that have federally registered trademarks of service marks.

RE: Java for beginners?

2002-06-20 Thread chris.alvarado
Actually, what I mean is the language Java, as in building servlets or enhancments to applications etc. Not JSP. Although I can imagine that I will be getting into JSP as well. -chris -Original Message- From: Weaver, Anthony [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002

Cookie Management 3rd Party Site

2002-06-20 Thread Stephen Cassady
I've recently been tasked to create a system similiar to systems like DoubleClick in tracking users (not the click-through). Basically: (1)Client places some of our code in their web site (2)Code triggers test of our cookie on visiting browser (3)If not cookie, then set (4)Read Cookie (5)Trigger

OT: Can Javascript be disabled? Re: CF_ImageSize

2002-06-20 Thread Jann VanOver
Yes, Raymond. I forgot this too until someone couldn't use my site from Netscape 4.0.5 (The latest stable version of NS4 for Mac). I installed that version to test and -- voila -- a switch to turn off Javascript. Never underestimate someone's reluctance to upgrade! On 6/20/02 5:48 AM, Raymond

Comparing two lists

2002-06-20 Thread Tony Schreiber
Is there an easy way to see if any items in two lists match? For now, I'm looping over one list and doing listfind on the other for each value from the first. But I didn't know if there was an easier way. Tony Schreiber, Senior Partner Man and Machine, Limited mailto:[EMAIL

RE: Java for beginners?

2002-06-20 Thread Douglas . Knudsen
I really liked Deitel and Deitels book on Java http://www.amazon.com/exec/obidos/ASIN/0130341517/ref=pd_sbs_b_1/104-8438814-5464748 Doug From: Tony Carcieri [EMAIL PROTECTED] on 06/20/2002 02:08 PM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc: Subject:

RE: LinkPoint

2002-06-20 Thread Duane Boudreau
Unfortunately not. I finally got my answer from their support. The answer is you CANT. You have to login to their report center to do transaction voids. :( Duane -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 11:46 AM To: CF-Talk

How to Access Debugging info (Queries and Execution Time) progr ammatically

2002-06-20 Thread Voris, Jim
Is there a way to access Queries and Execution Time that are part of the debugging information programattically? CF_Dump, can get pretty much everything important in the parameters piece, but it would be nice, say in an error handling script to get an email with all of the information that's

cfif... not working properly?

2002-06-20 Thread phumes1
Hi, In this example the results from my #URLDecode(dir)# is C:\temp\test\data\123\ I'm trying to check is the directory data exists in the variable and if so, do something else. The syntax below is not working properly. What am I doing wrong? cfif

RE: OT - domain skimmers, please help

2002-06-20 Thread Chris Kief
It might be futile to bother with chasing down all the search engines in this case. Going after Yahoo might work, but like Billy said, what happens with Google or MSN or Find out who the domain registrar is and contact their legal department. I've been down this road before and have

RE: AOL Problems

2002-06-20 Thread Mike Brunt
Oh AOL, so popular. My problems with AOL related to their dynamic proxy system, if this is still the same what happens is that the user IP Address changes several times during a single-user-browser session hope that makes sense. So if any part of your application uses large amounts of client

RE: Killing Client vars session on closing browser.

2002-06-20 Thread Rob Baxter
Hmm, that is strange. Couple of questions... How are you determining that a user needs to be redirected to the login page? Are you using cflocation anywhere which might be preventing the cookie overwrite from happening correctly? Are you using UUIDs for cftokens? /rob -Original

Re: Error found in the CFAdmin.

2002-06-20 Thread Hatton Humphrey
temptaciousjedimastersupremewhopper1 .. hm Methinks the gentleman doth protest too much. Hatton Raymond Camden wrote: This is a known bug. I swear it's not my fault. Really. === Raymond Camden, ColdFusion Jedi

RE: Error found in the CFAdmin.

2002-06-20 Thread Debbie Dickerson
Must be the other jedimastersupreme down the hall, right? ;-) Deb -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 11:37 AM To: CF-Talk Subject: RE: Error found in the CFAdmin. This is a known bug. I swear it's not my fault. Really.

RE: CFMX - why so many runtime processes are they really needed ?

2002-06-20 Thread Stacy Young
Can we boost performance on Solaris by using IBMs JRE? Stace -Original Message- From: Jesse Noller [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 11:25 AM To: CF-Talk Subject: RE: CFMX - why so many runtime processes are they really needed ?

RE: Error found in the CFAdmin.

2002-06-20 Thread Stacy Young
jedimastersupreme I wonder who coded THAT portion. ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 9:49 AM To: CF-Talk Subject: Error found in the CFAdmin. I was trying to assist someon on the forums and noticed something that I

RE: Web-Services and proxy server

2002-06-20 Thread Stacy Young
We have that setup and I was able to finally get my netscape working by using: Username: Mydomain\NTuserid -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 9:43 AM To: CF-Talk Subject: RE: Web-Services and proxy server Ummm. Couldn't get

How can i filter more than one file type in cfdirectory

2002-06-20 Thread Ewok
i need to filter for jpg's AND gif's in cfdirectory filter anyone know how i can do this?? __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: problem with FB 3.0

2002-06-20 Thread Michael Dorr
John, I work with FB3 and I'm pretty certain it's not an error with it. I'm guessing it's a SQL error. There seems to be a discrepancy in your calling code however with the Query generating an error. Error Code SQL: SELECT USERNAME,PASSWORD FROM DBO.administrator WHERE USERNAME = 'asd' AND

RE: correct syntax for replace double quotes

2002-06-20 Thread Michael Dorr
Probably not. I'd try this Replace(sText, , , ALL) Your example would probably throw an error because you need to escape double quotes inside a CF Function unless you are using single quotes for your attributes. Secondly, your example would remove double quotes only when a blank space both

OT: Outlook messing with me

2002-06-20 Thread Larry Juncker
I have Outlook 200 installed on my machine and I get several of my HTML emails cut off without giving me the whole email. Has anyone had this happen and or does anyone have a fix for this. It is happening on four of our machines here, but the rest of them and my one at home work just fine.

RE: Comparing two lists

2002-06-20 Thread Ben Forta
There is a function named ListCompare() on www.cflib.org that may do what you want. --- Ben -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 3:28 PM To: CF-Talk Subject: Comparing two lists Is there an easy way to see if any items in

Fw: remove from last occurence of char?

2002-06-20 Thread Jon Hall
This didn't go through the first time. Apparently every other language under the sun has a find last occurance of function...except CF. Argh - Original Message - From: Jon Hall [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 2:50 PM Subject: remove from last

Re: Java for beginners?

2002-06-20 Thread Jon Hall
I second this reccomendation, I went through 3 Java books before I found this one. Also check out the IBM tutorials. - Original Message - From: Tony Carcieri [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 2:08 PM Subject: RE: Java for beginners? I have

RE: Java for beginners?

2002-06-20 Thread Jeremy Ridout
I like the How to Program books from Deitel. Look at Java: How to Program. Their books are basically college textbooks and the Java book is written as a first time how to program book, but they are very thorough. Jeremy Ridout Internet Services Director American College of Emergency Physicians

Re: replace double quotes - syntax help

2002-06-20 Thread Donnie Bachan
Where are the double quotes located within the javascript? You can escape characters in javascript by using the \ before the character so to escape a double quote in a string use \. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 Nitendo Vinces - By Striving You Shall Conquer

Re: replace double quotes - syntax help

2002-06-20 Thread Jamie Jackson
No need for regular expressions. Also, here, use single quotes for clarity: #Replace(myQuery.myField, '', '', 'all')# I'd have to understand your javascript better for part II. Jamie On Thu, 20 Jun 2002 12:03:26 -0400, in cf-talk you wrote: all these tough questions and heady subjects,

Re: OT: Java for beginners?

2002-06-20 Thread Donnie Bachan
I haven't looked at this specific edition but I saw this book back when it was in its first edition and it really helped me with learning Java, Just Java by Peter Van de Linden

Re: correct syntax for replace double quotes

2002-06-20 Thread Jamie Jackson
Beware those spaces, use: #Replace(myQuery.myField, '', '', 'all')# On Thu, 20 Jun 2002 13:26:07 -0400, in cf-talk you wrote: #Replace(myQuery.data, , , All )# Is this the correct syntax for removing double quotes??

Re: Intermittent Browser Caching Problem

2002-06-20 Thread Jamie Jackson
How are you storing the settings (variables--which scope? cookies?) Jamie On Thu, 20 Jun 2002 09:18:32 -0400, in cf-talk you wrote: The redirect page appends a UUID to the URL. No form fields are passed. -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Re: AOL Problems

2002-06-20 Thread Jamie Jackson
Could be an obsolete version of AOL, which: *may have problems with JPGs that have extra info, such as thumbnails embedded *may not like your HTML. Have you flattened the page and run a validator? Look for stray table tags. Jamie On Thu, 20 Jun 2002 09:02:07 -0700, in cf-talk you wrote: Hi,

RE: How to Access Debugging info (Queries and Execution Time) progr ammatically

2002-06-20 Thread Ben Forta
Execution time is easy, just use CFQUERY.ExecutionTime. Getting the SQL statement is harder, but, if you are using CFMX and have debugging turned on, here is a function that will do it: !--- Get a query's SQL statement --- CFFUNCTION NAME=QueryGetSQL RETURNTYPE=string !--- Query name

RE: Error found in the CFAdmin.

2002-06-20 Thread Raymond Camden
This is not the jedi master you are looking for === Raymond Camden, ColdFusion Jedi Master for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda

RE: CFMX - why so many runtime processes are they really needed ?

2002-06-20 Thread Jesse Noller
No, IBM does not ship a JRE for Solaris Jesse Noller [EMAIL PROTECTED] Macromedia Server Development Unix/Linux special guy -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 2:53 PM To: CF-Talk Subject: RE: CFMX - why so many runtime

Re: correct syntax for replace double quotes

2002-06-20 Thread Douglas Brown
You need to escape the first #Replace(myQuery.data, , , All )# Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Charlie [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 10:26 AM Subject: correct syntax for replace double quotes

RE: How can i filter more than one file type in cfdirectory

2002-06-20 Thread Ben Forta
Two ways: * Execute two CFDIRECTORY calls * Get all files and then filter the list with a query of query --- Ben -Original Message- From: Ewok [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 3:41 PM To: CF-Talk Subject: How can i filter more than one file type in

RE: cfif... not working properly?

2002-06-20 Thread Michael Dorr
You should use FindNoCase instead of ListFindNoCase. -OR- You could use ListFindNoCase(URLDecode(dir),data, \). This treats the backslash as a delimiter. Either should work fine. Michael B. Dorr eLab Web Application Developer Owen @ Vanderbilt University [EMAIL PROTECTED] -Original

Re: LinkPoint

2002-06-20 Thread Bonnie E. Betts
Anyone else getting multiple copies of all the emails? Bonnie E. Betts [EMAIL PROTECTED] www.bettsIT.com - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 8:46 AM Subject: Re: LinkPoint Maybe these will help:

RE: LinkPoint

2002-06-20 Thread Mark Warrick
I've done it. Here's the code. This is valuable code, so if you can please throw a bone my way. !-- begin act_public_cart_linkpoint.cfm -- cfsetting enablecfoutputonly=yes CFSET Chargetype_Auth = 0 !--- Funds Captured upon approval, funds will be set to transfer --- CFSET Chargetype_Sale

RE: Accessing Microsoft Access and SQL db's on CD

2002-06-20 Thread Mark Warrick
Shawn, Scroll down. Click on the links below the reference to MicroWeb. And yes you can run a fully dynamic website from a CD with this product. ---mark Mark Warrick ([EMAIL PROTECTED]) Founder, Fusioneers.com / CTO, ZapConnect.com

RE: cfif... not working properly?

2002-06-20 Thread Wallick, Mike
Try cfif ListFindNoCase(URLDecode(dir),\data, \) Note the \ at the end of the function call. This tells the function to delimit the list on a \. In your code cfif ListFindNoCase(URLDecode(dir),\data), since you aren't specifying a delimter, it defaults to a , which when using

RE: Alternate extensions to .cfm problems

2002-06-20 Thread Ben Forta
I have not tried this, but ... Open the web.xml file in the web-inf directory (under the web root) and add a Servlet mapping (you'll see a few there), just copy one whole block (like the *.cfm one) to create a new assignment. --- Ben -Original Message- From: Jaye Morris [mailto:[EMAIL

RE: Could not connect to JRun Connector Proxy

2002-06-20 Thread Ben Forta
Check that the CF Graphing Service is running. --- Ben -Original Message- From: Jim [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 2:13 PM To: CF-Talk Subject: Could not connect to JRun Connector Proxy What does Thjis Mean pertaining to CFGRAPH? Could not connect to JRun

PRECOMPILED EAPI APACHE MODULE PLEASE!

2002-06-20 Thread Stacy Young
Hi MM, Can you please push up the priority on the EAPI for the Apache module. I was told that it's been put off unless there's a demand. Just letting you know there's a demand! We can not go production without it !! Thanks very much, Stace AVIS IMPORTANT: --- Les

RE: Error found in the CFAdmin.

2002-06-20 Thread Stacy Young
The rumors are true, he *is* human. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 4:18 PM To: CF-Talk Subject: RE: Error found in the CFAdmin. This is not the jedi master you are looking for

RE: AOL Problems

2002-06-20 Thread jon
Probably an HTML rendering error. Have you validated the code? You might've forgotten to close something somewhere... The AOL browser is extremely finicky about that stuff, especially depending on the version he's uses. (AOL users, as a whole, do not upgrade their browsers. ever.) .. now,

Active Edit Users

2002-06-20 Thread Chakka, Sudheer
Hi, I wanted to give an option to my users: Preview what they have typed before posting it. I am not able to use JavaScript for that. JavaScript is not able to recognize Active Edit component as a Form component. the same thing worked if I use textarea. Is there a way to do that? Thanks

Re: how to catch image input buttons with isDefined()?

2002-06-20 Thread Jamie Jackson
Hi Marc, You don't have to know the actual coordinates, except for special occasions (client-side image maps). So, add a name to the graphic input on the form: input type=image name=deleteYes ... You're just checking to see whether those *variables* are present, not what their values are. So,

RE: CFMX - why so many runtime processes are they really needed ?

2002-06-20 Thread Matt Liotta
No, but you can boost your performance by moving to Linux -Matt -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 11:53 AM To: CF-Talk Subject: RE: CFMX - why so many runtime processes are they really needed ? Can we boost

Re: PRECOMPILED EAPI APACHE MODULE PLEASE!

2002-06-20 Thread Bill Wheatley
Yes there is a demands :) Bill Wheatley Senior Database Developer Macromedia Certified Advanced Coldfusion Developer EDIETS.COM 954.360.9022 X159 ICQ 417645 - Original Message - From: Stacy Young [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 4:56 PM

RE: Comparing two lists

2002-06-20 Thread Derrick Rapley
As far as I know you should be able to do cfif variables.firstList EQ variables.secondList /cfif A list isn't a complex data type. It's just a simple variable. List functions just offer an exciting way to manipulate variables. Hope this helps. Derrick -Original Message- From: Tony

RE: /CFusion to D:/CFusion Advice..

2002-06-20 Thread Mark Warrick
Sure, Make a mirror copy of drive C onto drive D and then physically remove the drives from the machine and reorder them so that drive D is the master and drive C is the slave. ---mark Mark Warrick ([EMAIL PROTECTED]) Founder,

Re: Dynamic checkbox problem

2002-06-20 Thread Jann VanOver
Question: Why are you repeating the query name INSIDE your cfoutput loop? On lines 11 12, shouldn't #GetOcc.Names# be just #Names# ??? Also, you shouldn't need that count variable. Use #currentRow# instead. It is set and incremented automatically as you loop through the query. And on line

RE: CFFTP Error 11?

2002-06-20 Thread Ryan Pieszak
Okay, after a little more searching, I found that ErrorCode=11 means Cannot write to local file. Any ideas what would cause this? Am I correct in thinking that if I'm using a getfile action to copy a file from a remote server to my local server, that the localfile doesn't need to exist

CFFTP Error 11?

2002-06-20 Thread Ryan Pieszak
Hello all, I'm trying to use CFFTP, and I can establish a connection just fine, but when I try to use a cached connection and action=getfile, I'm getting errorcode=11(no response from server). I've found lots of info on errorcode=15(no response from server), but nothing on error 11. Any ideas?

RE: Killing Client vars session on closing browser.

2002-06-20 Thread Matt Robertson
Well, I'm not crazy, at least. The registry thing works great on CF 4.5. Has this issue been reported? --Matt Robertson-- MSB Designs, Inc. http://mysecretbase.com -Original Message- From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 2:22 AM To:

RE: Killing Client vars session on closing browser.

2002-06-20 Thread Matt Robertson
Is there any workable way to determine whether or not a stored cookie exists, delete it and thus pave the way for transitioning a repeat visitor from stored to session cookies? I ask because it seems at first glance the code below will fail if a user already has a cookie planted on their

  1   2   >