Query Cache Question

2000-04-20 Thread Ken M. Mevand
lets say i have a query : CFQUERY NAME="getProductDetails" DATASOURCE="xyz" CACHEWITH="#CreateTimeSpan(0,1,0,0)#" SELECT * FROM Product WHERE Pdt_ID = #Attributes.PdtID# /CFQUERY thus, for every product request, this query will be recached since the query statement will be different. would

RE: Query Cache Question

2000-04-20 Thread Pete Freitag
This is a good example of a query not to cache this way, let me explain why... Your idea with the dynamic query name shows that you have an idea why this might not work. It will cache the query in memory with the value that you first executed it with. Keep in mind that cold fusion can only have

RE: Big Problems!! - VNC

2000-04-20 Thread Pete Freitag
Was that on NT? I've found that VNC runs much slower on NT than on a unix environment with X-Windows(it flies on X!). Haven't had problems running it with unix, but it was very slow on NT. I suspect this has to do with the GUI architecture. ___ Pete

RE: Please ignore this message. It is a test

2000-04-20 Thread Rich Wild
If a tree falls down in the woods and theres an ignore message nailed to it, will anyone notice? Taz No I mean yes No... I mean... Damn! *** Rich -- Archives:

RE: Please ignore this message. It is a test

2000-04-20 Thread Steve Pierce
Yes, but only the people that didn't get the message. - Steve -Original Message- From: Chris Tazewell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 12:05 PM To: [EMAIL PROTECTED] Subject: Re: Please ignore this message. It is a test If a tree falls down in the woods and

Re: U.S. states pull down menu

2000-04-20 Thread Carter Development
Tom - here you go: CFSET StateList = "AL,AK,AR,AZ,CA,CO,CT,DC,DE,FL,GA,HI,IA,ID,IL,IN,KS,KY,LA,MA,MD,ME,MI,MN,MO, MS,MT,NC,ND,NE,NH,NJ,NM,NV,NY,OH,OK,OR,PA,RI,SC,SD,TN,TX,UT,VA,VT,WA,WI,WV,W Y" CFSELECT NAME="state" SIZE="1" OPTION CFLOOP LIST="#StateList#" INDEX="ThisState"

rds services quits because ??

2000-04-20 Thread jeff
Periodically the rds services quits and this is the only log entry that is showing up. Has anyone run into this?? Everything continues to work normally. "Error","TID=234","04/20/00","12:46:40","Server busy or unable to fulfill request. The server is unable to fulfill your request due

rds services quits because ??

2000-04-20 Thread jeff
Periodically the rds services quits and this is the only log entry that is showing up. Has anyone run into this?? Everything continues to work normally. "Error","TID=234","04/20/00","12:46:40","Server busy or unable to fulfill request. The server is unable to fulfill your request due

Re: UNSUBSCRIBE

2000-04-20 Thread Brandon Whitaker
eww an 3LiTe Hack3r No, no, no, NO! You haven't been keeping up with the Attrition.com mirror. it's 3l33t haxOr. I'm still trying to figure out if the originator of this thread was serious or not... Having a bad day? Imagine this... You are in total seclusion from that hectic place called

EGROUPS

2000-04-20 Thread McCabe, Kevin
How Come none of the Emails are Going to Egroups any More? Regards, Kevin McCabe Intranet Developer British SKY Broadcasting Ltd. 020 79 41 5502 070 50 64 3310 http://osterley/ Webmasters often find themselves abandoning the sun as it streaks across the sky and adhering to "Internet time" -

RE: CF Server Advanced Security

2000-04-20 Thread Dave Watts
Anyone ever seen this? It's never happened to me before... In Administrator (CF 4.5 eval) and click on the link for Advanced Security gets me: Error Occurred While Processing Request Error Diagnostic Information Security Policy Administration Security Policy Administration is not

Re: simple createODBCdate question

2000-04-20 Thread Deanna L. Schneider
Date is definitely a reserved word in Access, and will throw errors. -d Deanna Schneider Interactive Media Developer UWEX Cooperative Extension Electronic Publishing Group 103 Extension Bldg 432 N. Lake Street Madison, WI 53706

Re: commas in strings

2000-04-20 Thread Justin MacCarthy
Yeah change the custom tag delimiter to a pipe or something else.. shouldn't be too hard? ~Justin - Original Message - From: graham lewis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 20, 2000 2:30 PM Subject: commas in strings I writing the results of a query to a

A way to know if a template is encoded with CFENCODE?

2000-04-20 Thread Daive
Heya, i'm about to build a template file that will look in a list of directory to check if the cfm files are encrypted in it. ( i'm working via ftp server ) So my question is about detecting encrypted files, someone know a way to check that? I can maybe check if the file containing specific

OT Javascript Detection

2000-04-20 Thread Curtis Layton
Is there a way to detect whether a browser has scripting turned on? Tia, Curt Curtis C. Layton Web Applications Developer Words In Progress, Inc. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: Special character question:

2000-04-20 Thread Jason Larson
Go to: http://hotwired.lycos.com/webmonkey/reference/special_characters/ Larzz - Original Message - From: "Pecora, James" [EMAIL PROTECTED] To: "CF Talk (E-mail)" [EMAIL PROTECTED] Sent: Thursday, April 06, 2000 2:49 PM Subject: Special character question: What is this?? #9;

Help with grabbing data

2000-04-20 Thread Ben Densmore
This is a multi-part message in MIME format. --=_NextPart_000_0045_01BF.2BA59F60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm not even sure if this can be done with CF but I thought I'd post = anyway to see if I can get some

RE: commas in strings

2000-04-20 Thread Jeff Shepler
First thought was to replace all the commas in the string with an uncommon character. For example, if you know that the strings will not be file paths, you can use the backslash. As you build the list: cfset List = ListAppend(someList, Replace(someString, ",", "\", "ALL")) Then later, when you

RE: OT Javascript Detection

2000-04-20 Thread Bill Killillay
http://www.cyscape.com/ - BrowserHawk 2000, check it out. -Original Message- From: Curtis Layton [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 9:17 AM To: [EMAIL PROTECTED] Subject: OT Javascript Detection Is there a way to detect whether a browser has scripting

RE: OT Javascript Detection

2000-04-20 Thread Aidan Whitehall
Is there a way to detect whether a browser has scripting turned on? One easy way... use href.location (rusty JS ;-) to redirect the user to "hasjsenabled.html" If they stay on the page, it's not enabled. -- Aidan Whitehall [EMAIL PROTECTED] Netshopper UK Ltd Advanced Web Solutions

Re: VisualFoxpro Datasource

2000-04-20 Thread Paige Chandler
Hi Jimmy, A Visual FoxPro data source may consist of the Database Container (DBC) and include the VFP tables: .dbf (DataBase File), .fpt (contains the memo data) and a .cdx or .ndx for index files. Most likely today it would be a .cdx (combination of indexes). Good luck. Regards, Paige -

Re: OT: Still need some MSDE help

2000-04-20 Thread Bud
On 4/20/00, Ron Williams penned: You have to install MSDE before you install WebBoard. In typical O'Reilly fashion, they don't have "Install MSDE" as the first item in the install menu. I don't remember off-hand where it is in the menu order, but just choose the Install MSDE option before you

RE: Help with grabbing data

2000-04-20 Thread Bill Plummer
I think this if very doable in CF, but my mind goes to VB for stuff like this. I would write an NT Service that would watch this directory, load all new files one at a time, parse the data as required, and insert into you SQL database. The Service would be installed on the server that has the

li'l OT - SQL Server

2000-04-20 Thread Park, Simon
Is there a way to increment a value in SQL server with one database call - sort of like UPDATE mytable SET foofield = foofield++ WHERE fooid = 2 ? =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Simon Park Computer Systems Management,

Re: li'l OT - SQL Server

2000-04-20 Thread Justin MacCarthy
nearly ... UPDATE table SET field = (field + 1) WHERE foobar Is there a way to increment a value in SQL server with one database call - sort of like UPDATE mytable SET foofield = foofield++ WHERE fooid = 2 ? --

RE: Help with grabbing data

2000-04-20 Thread Chris Evans
That's funny, I have a tendency to think cron and Perl. :) Either way, you're right. Leave CF to handle web applications. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Bill Plummer [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 9:58 AM To:

RE: converting word docs to HTML [still not working]

2000-04-20 Thread Steve Bernard
Greg, One of the recent posts mentioned that the Word 97 solution didn't work with 2000. Are you using a "2000" solution? Steve -Original Message- From: Greg Saunders [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 10:25 AM To: [EMAIL PROTECTED] Subject: Re: converting word

Re: converting word docs to HTML [still not working]

2000-04-20 Thread Justin MacCarthy
Hi guys, There is .bas script for homesite that does this. In the code the author notes that quote ' find the index of the HTML converter (this works around a bug in ' MS Word that prevents accessing the HTML converter by name) ' /quote he does a loop over the .FileConverters

RE: converting word docs to HTML [still not working]

2000-04-20 Thread Greg Saunders
At 10:32 AM 4/20/00 -0400, Steve Bernard wrote: Greg, One of the recent posts mentioned that the Word 97 solution didn't work with 2000. Are you using a "2000" solution? I'd prefer to call it a "2000" failure, but yes, that's what I'm attempting. Gregory M. Saunders, Ph.D. Senior Design

Re: li'l OT - SQL Server

2000-04-20 Thread Marius milosav
I don't think you can use the increment operator but you can "manually" increment UPDATE mytable SET foofield = foofield + 1 WHERE fooid = 2 The foofield should be a numeric datatype. MArius Milosav Virtual Help Desk Demo www.scorpiosoft.com/vhd/login.cfm - Original Message - From:

OT: Understanding basic differences between browsers

2000-04-20 Thread Larry W. Virden
A developer has asked me to help them locate a source of info describing differences between Microsoft Internet Explorer and Netscape. An area in particular that was mentioned as being of interest was how each handled 'returning from a frame'. Is there a site online which attempts to maintain

Re: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-20 Thread Bill Poff
We are an Able Commerce customer and paid the "big bucks" for the source code version. The product is very powerful but not user friendly and more than a little obfuscated. If you're having trouble with one store you can imagine our fun developing and hosting multiple sites at once. I recently

RE: Outlook express

2000-04-20 Thread Jennifer
If you just need separate mailboxes, that is possible. There is a dropdown menu with a selection called accounts (which menu depends on your version of Outlook, so I'm not even going there). If you select it, you can add another email address and its information. Then make a new mailbox folder

RE: CFMODULE

2000-04-20 Thread Raymond K. Camden
CFMODULE runs a template just as if it were a custom tag, so if that template does: CFSET Caller.Sum = ... then your calling template will have access to a variable called Sum. I'm assuming you know about custom tags and such so I won't go into too much detail here.

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-20 Thread Howell, Katie
I was extremely impressed with cfwebstore. Very customizable, and the developer (Mary Jo Sminky) has a support forum and mail list if you run into problems. Anytime I posted to the forum or list I had a response within 24 hours. A great deal for $150. -Original Message- From: Bill

Re: Understanding basic differences between browsers

2000-04-20 Thread B.Cravens
Is there a site online which attempts to maintain relatively up to date descriptions of differences so that people trying to code frames, etc. can figure out how best to code them? Actually, the best resource I've found is in print: Javascript: The Definitive Guide by O'Reilly. It is very

Another li'l OT - performance penalty for joining 3 or more tables

2000-04-20 Thread Park, Simon
Thanks for the help on the incrementing field value question. I have another question.. How bad is it, performance-wise, to join 3 or 4 tables in a SELECT statement? I could re-design the tables to include redundant fields so I join fewer tables. Should I?

How do I carry an Array over to another page? - HELP!!!!

2000-04-20 Thread Larry Juncker
I have created the shipping methods for line items in Able Commerce Builder and am trying to carry my array over to my next page. Any ideas on what I need to do? CFIF Company.ShipClass is not "c" !--- Lookup the shipping method and setup the shippingtemp table --- CFIF

Another Fusebox question

2000-04-20 Thread aslam bajaria
I have a form. This form is called by index.cfm. When someone submits this form, it goes back to index.cfm. Now, index.cfm calls(includes) another file called ValidateForm.cfm. How do I go back to index.cfm from this file. The user does not see this file and does not know that this file exists.

RE: How do I carry an Array over to another page? - HELP!!!!

2000-04-20 Thread Jordon Saardchit
Pop the array into a Structure, serialize the structure with CFWDDX and pass the WDDX packet to your next page. Then deserialize the WDDXPacket on the next page and voila. You have your array. -Jordon -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Thursday,

StringIndexOutOfBounds

2000-04-20 Thread Scott Rowe
If i have a java cfobject and ai call a method that returns a string that I want to format. If the string has characters that aren't in 7-bit ASCII, like the 1/2 symbol, I get an exception (StringIndexOutOfBounds). This looks to be a bug in Cold Fusion. Does anyone know anything about it?

Other CC tags

2000-04-20 Thread Vance Duke
I am looking for other CFX or CF custom tags for doing CC Authorization other than the Allaire CyberCash tag. Has any one had any experience with any other tags? Vance Duke Application Developer -- Archives:

Do Any CF based online order entry products exist?

2000-04-20 Thread Ben Densmore
This is a multi-part message in MIME format. --=_NextPart_000_010E_01BFAAC2.0FCAF5C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable My company is looking to finally start having our sales dept enter their = orders into a database rather

Able Commerce knock-off

2000-04-20 Thread Mike Randolph
Hello CF-Talk, "Able Commerce knock-off called " Do you really want to purchase from a product that is so obviously built while looking at the AbleCommerce Builder product? What does this say about the company? We pride ourselves at AbleCommerce in providing original solutions to tough

RE: CFWebStore - Was Is Able Commerce etc..

2000-04-20 Thread Howell, Katie
Does CF WebStore: a) Support CyberCash Yes b) Customer online order tracking No c) ESD - Electronic Softgood Distribution Don't know. see http://www.cfwebstore.com for more info HTH Katie

while loop

2000-04-20 Thread mirza baig
If you want to implement a while loop in CF, how do you do it? Thank you. Mirza __ Do You Yahoo!? Send online invitations with Yahoo! Invites. http://invites.yahoo.com --

RE: Understanding basic differences between browsers

2000-04-20 Thread Aaron Johnson
Larry, Check out webmonkey: http://hotwired.lycos.com/webmonkey/reference/browser_chart/index.html Aaron -Original Message- From: Larry W. Virden [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 8:02 AM To: [EMAIL PROTECTED] Subject: OT: Understanding basic differences

RE: Another li'l OT - performance penalty for joining 3 or more tables

2000-04-20 Thread Ron Anderson
Simon, You may want to create a view that contains the tables that you want to join. I don't know the performance results of a view versus the multiple joins. It'll be cleaner for coding to reference a view than the multiple tables. /Ron -Original Message- From: Park, Simon

Re: UNSUBSCRIBE

2000-04-20 Thread Fred Sanders
What can I say? I'm old school, really old school, even before the elite BS Fred T. Sanders Galveston Island, TX -- Having a bad day? Imagine this... You are in total seclusion from that hectic place called "The World". The soothing sound of a gentle waterfall fills

Re: Able Commerce knock-off

2000-04-20 Thread Adrian Cooper
- Original Message - From: Mike Randolph [EMAIL PROTECTED] Sent: 20 April 2000 17:20 Do you really want to purchase from a product that is so obviously built while looking at the AbleCommerce Builder product? What does this say about the company? It says to me that they recognise

RE: Query Cache Question

2000-04-20 Thread Adrian Wright
Is the cached query limit on a per server basis or per application basis? -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 1:32 AM To: [EMAIL PROTECTED] Subject: RE: Query Cache Question This is a good example of a query not to cache this

RE: Other CC tags

2000-04-20 Thread Bill Plummer
If you don't get a good answer, hammer back to me. I did a CC CFapp with a custom tag talking to CyberCash that worked pretty well. The tag cost about a 100.00 and was fairly easy to get and use. I was with another company at the time, and don't remember the name of the tag, but found

Re: Query Cache Question

2000-04-20 Thread Emily B. Kim
Is the cached query limit on a per server basis or per application basis? i believe it is 100 queries per server. -emily -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: while loop

2000-04-20 Thread Jennifer
At 09:33 AM 4/20/00 -0700, you wrote: If you want to implement a while loop in CF, how do you do it? cfloop condition="x lt 3" for while x is less that 3 -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe

the definitive summary to variable scopes - correct?

2000-04-20 Thread Mike Amburn
please correct me if i'm wrong, but based on input over the past few days variable scope required: 1) Server 2) Application 3) Session 4) Attributes 5) Caller variable scope not required, scanned in the following order: 1) local (i.e. Variables) 2) CGI 3) File (???) 4) URL

RE: the definitive summary to variable scopes - correct?

2000-04-20 Thread Mike Amburn
and what are Server variables? -Original Message- From: Mike Amburn [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 1:05 PM To: [EMAIL PROTECTED] Subject: the definitive summary to variable scopes - correct? please correct me if i'm wrong, but based on input over the past few

CF - Spectra

2000-04-20 Thread Won Lee
Anyone know of web sites dedicated to spectra development? Better yet anyone know of any good books about spectra development? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: the definitive summary to variable scopes - correct?

2000-04-20 Thread Allen
server variables can exist across multiple templates for an application. they're stored in the server's registry. - Original Message - From: "Mike Amburn" [EMAIL PROTECTED] To: "Cf-Talk" [EMAIL PROTECTED] Sent: Thursday, April 20, 2000 12:08 PM Subject: RE: the definitive summary to

Re: the definitive summary to variable scopes - correct?

2000-04-20 Thread Emily B. Kim
i believe that Request variables also belong in that upper list. in answer to your question about a difference in scoping vs. not scoping in the lower list, you can choose to use the prefixes or not. some people purposely do not scope their variables to make their templates more flexible (allows

RE: the definitive summary to variable scopes - correct?

2000-04-20 Thread Dave Watts
server variables can exist across multiple templates for an application. they're stored in the server's registry. Server variables are stored in memory, and are available to every CF script run on that machine. Client variables may be stored in the Registry, or in a database, or in a cookie.

RE: Big Problems!! - VNC

2000-04-20 Thread Tariq Ahmed
We we've been running VNC for a few weeks, it's chunky and slow. But we've had problems with PCAnywhere32.. Which in itself works awesome. But it uses up significant CPU power then VNC. And also, there's a known bug with PCAnywhere32 and WinNT, where it screws up the display drivers and

RE: Another li'l OT - performance penalty for joining 3 or more tables

2000-04-20 Thread Dave Watts
How bad is it, performance-wise, to join 3 or 4 tables in a SELECT statement? I could re-design the tables to include redundant fields so I join fewer tables. Should I? No, please don't. That's why we use relational databases for transaction processing. If you've got lots of "little" tables,

RE: CF - Spectra

2000-04-20 Thread Raymond K. Camden
A book is coming out in May, "Allaire Spectra E-Business Construction Kit" http://shop.barnesandnoble.com/booksearch/isbnInquiry.asp?isbn=0789723654 === Raymond Camden, Cold Fusion Jedi Master for Syntegra (www.syntegra.com)

RE: Help with grabbing data

2000-04-20 Thread Dave Watts
I think this if very doable in CF, but my mind goes to VB for stuff like this. I would write an NT Service that would watch this directory, load all new files one at a time, parse the data as required, and insert into you SQL database. The Service would be installed on the server that has

RE: the definitive summary to variable scopes - correct?

2000-04-20 Thread Jeff Beer
server variables can exist across multiple templates for an application. they're stored in the server's registry. No - that's an Application variable. Server variables exist across all applications residing on that server. Server variables are also stored in memory. Once Cold Fusion server

RE: the definitive summary to variable scopes - correct?

2000-04-20 Thread Brian L. Wolfsohn
At 01:45 PM 4/20/00 , you wrote: Presuming you're not using sandbox security (which i'm not familiar with), wouldn't the ip#'s that debug info will be displayed to, be a server variable ?? server variables can exist across multiple templates for an application. they're stored in the

Re: Able Commerce knock-off

2000-04-20 Thread Mike Randolph
Hello CF-Talk, When you are purchasing any product, the future MUST be considered if growth is planned? The fusebox "like" AuctionBuilder product is ONE example of the future of our products, which we are releasing many this year. I'm sure on the flexibility point we are the winner, as far as

RE: quotation marks -- definitive answer?

2000-04-20 Thread Duane Boudreau
a) cfmodule ... myAttribute="#foobar#" b) cfmodule ... myAttribute=#foobar# #---# not required a) cfloop ... from="1" to="#ListLen(foobar)#" b) cfloop ... from=1 to=#ListLen(foobar)# #---# not required other than I dont believe there are any differences. Duane -Original

What's the use of structures, anyway?

2000-04-20 Thread Reuben King
Structures seem totally useless to me. If they were two dimensional, then I could see definite value. I'd love to see something like: cfset access_flags["is_superuser"].default_value="false" cfset access_flags["is_superuser"].description="Is this user an administrator?" cfset

Re: intermedia hosting $$ for SQL server

2000-04-20 Thread Chris Lott
We are trying to come up with "SQL usage fee" and ip bandwidth throttling between the CF machine and the SQL machine, so the SQL fees track the usage (i/o volume plus disk space, rather than flat fees. Exactly what I've been asking for! I understand $50 and up to much more for heavy database

An answer to a question needs to be a good answer

2000-04-20 Thread CFM
Hey, smart guy. That's not very funny. I asked a question on this group and what do I get back? A trash response from Josh. Stop wasting people's time, I found that very irritating. But I do owe thanks to David for admonishing him. Thanks, I appreciate your professionalism. now, to repeat my

Re: Big Problems!! - VNC

2000-04-20 Thread Chris Lott
I use VNC a lot and have enver experienced problems like this (freezing the server, etc). I don't have experience with other products, since I've heard about so many problems with PC Anywhere, nothing one way or the other about Timbuktu (or whatever their product is) and VNC is free. (I'd like

Re: Able Commerce knock-off

2000-04-20 Thread Ken Wilson
The ONLY reason I originally posted was because the copyright and patent laws of our country suck, but our country's ethics don't?Go try to "knock off" a song, book or corporate logo...etc. Are you implying that CFWebstore lifted code directly from your product or are you simply upset

Re: Able Commerce knock-off

2000-04-20 Thread Jennifer
At 11:12 AM 4/20/00 -0700, you wrote: The ONLY reason I originally posted was because the copyright and patent laws of our country suck, but our country's ethics don't?Go try to "knock off" a song, book or corporate logo...etc. I take it you've never heard the phrase "inspired by." Songs,

RE: What's the use of structures, anyway?

2000-04-20 Thread Mike Sheldon
Wow, I feel so enlightened! Imagine all the wasted time I've spent using structures! Every stop to consider that structures can be members of structures, or that you can have arrays of structures? That definitely pulls you out of two dimensions. Yes, Structures are nearly identical to

Re: Able Commerce knock-off

2000-04-20 Thread Adrian Cooper
- Original Message - From: Mike Randolph [EMAIL PROTECTED] Sent: 20 April 2000 19:12 The fusebox "like" AuctionBuilder product is ONE example of the future of our products, which we are releasing many this year. What does "fusebox like" mean - does it mean it conforms totally to

Question about Starting Stopping Cold Fusion Service

2000-04-20 Thread Kelly Matthews
Is there a way to set up an automatic way to start and stop the Cold Fusion Service? I want to stop and start it a specific time each day. Kelly -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: What's the use of structures, anyway?

2000-04-20 Thread Jennifer
At 12:09 PM 4/20/00 -0700, you wrote: Wow, I feel so enlightened! Imagine all the wasted time I've spent using structures! Every stop to consider that structures can be members of structures, or that you can have arrays of structures? That definitely pulls you out of two dimensions. Alright, I

Re: What happened to this list?

2000-04-20 Thread Ben Densmore
I don't want to keep this thread going but I think that is very wrong of someone to insult others on this list, were all here trying to learn from one another not insult one another. Ben Densmore Webmaster eSupport.com, Inc TouchStone Software Corp. - Original Message - From: "Duane

Re: What happened to this list?

2000-04-20 Thread Howie Hamlin
I think that as time has passed that there are more and more people on the list that do not subscribe to the original atmosphere of the list. I too have noticed the recent increase in insults and the like. I think it's a shame because that kind of stuff detracts from this otherwise invaluable

Re: What's the use of structures, anyway?

2000-04-20 Thread Kevin Marshall
Reuben, I totally understand what you're saying. When I first considered structures, they seemed like really complicated mechanisms for holding data that could be just as easily placed into a query or a list. What I've found, however, is that structures can be incredibly powerful if you

RE: What's the use of structures, anyway?

2000-04-20 Thread jstiefel
You seem to be missing something here. Structure's can be nested to the Nth level: cfscript access_flags = StructNew(); access_flags["is_superuser"] = StructNew(); access_flags["is_superuser"].default_value = 0; access_flags["is_superuser"].description = "Is this

Re: Another li'l OT - performance penalty for joining 3 or more tables

2000-04-20 Thread Won Lee
I'm fairly certain that view does not ehance performance. It is their for easy of use etc Simon, You may want to create a view that contains the tables that you want to join. I don't know the performance results of a view versus the multiple joins. It'll be cleaner for coding to reference a

Re: An answer to a question needs to be a good answer

2000-04-20 Thread Eva Holtsmark
does anyone out there have any good documentation or examples of how to use regular expressions in exteneded find and replace in cfstudio 4.01? i'm just stumped. Figleaf, the CFUG in Washington, DC, USA, hosted a presentation and the powerpoint slides are online -

AOL is using CF - on a really great link, too!

2000-04-20 Thread ron
Hi Everyone, Ran across this today: http://webmaster.info.aol.com/article.cfm?section=2article=6menuid=7 It's a VERY useful chart showing all the AOL browser versions along with percentage breakdowns of their userbase and supported functionality. Unfortunately, they haven't mastered error

RE: To and from Perl scripts

2000-04-20 Thread Raymond K. Camden
Check out the CFEXECUTE tag, it will handle this for you. === Raymond Camden, Cold Fusion Jedi Master for Syntegra (www.syntegra.com) Allaire Certified Instructor and Member of Team Allaire Email : [EMAIL PROTECTED] ICQ UIN :

Re: What's the use of structures, anyway?

2000-04-20 Thread Sharon DiOrio
The real power of structures isn't in a single level, it's in nesting them and creating complex data hierarchies. For instance, a structure I could use, for example: [Country].[State].[City].[Company] OR UnitedStates.Massachusetts.Boston.Mindseye If you've used javascript (or any other

Re: To and from Perl scripts

2000-04-20 Thread Howie Hamlin
CFX_ODSModule can do this if you are using ActivePerl. More info at coolfusion.com HTH, -- Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 === Please vote for iMS in the Most Innovative category here: ***

CF Locking UP

2000-04-20 Thread Sreang Kim
This is a multi-part message in MIME format. --=_NextPart_000_0863_01BFAACA.3E747B00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have a big problem. I am using CF 4.01 Enterprise for Unix. CF is = constantly locking up. I check the

RE: Everybody chill

2000-04-20 Thread Steve DeWitt
OK Miss Manners we will play nice. -Original Message- From: Jennifer [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 1:07 PM To: [EMAIL PROTECTED] Subject: Everybody chill One of the things that's really cool about this list is that we're all here to help each other

RE: What's the use of structures, anyway?

2000-04-20 Thread Judah McAuley
At 02:24 PM 4/20/2000 -0500, you wrote: Alright, I think it's beer:30 again. We're getting cranky. Myself included. Yeah, I agree. Even though it's only 1 something in my time zone. Good thing I work only 2 block from a fantastic pub... Judah

RE: Everybody chill

2000-04-20 Thread Paul's Mail
You made me fall all peaceful again - wise words. Paul Burgess -Original Message- From: Jennifer [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 9:07 PM To: [EMAIL PROTECTED] Subject: Everybody chill One of the things that's really cool about this list is that we're

RE: Able Commerce knock-off

2000-04-20 Thread Shane Pitts
Now that was probably the first post in this thread that was really worth reading.. Thanks SHane -Original Message- From: Jennifer [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 1:07 PM To: [EMAIL PROTECTED] Subject: Re: "Able Commerce knock-off" At 11:12 AM 4/20/00

RE: CF Locking UP

2000-04-20 Thread Shane Pitts
I am really curious also to this sort of behavior..I run CFServer on NTServer2K and every once in a while, I'll sit at my computer, notice that it's slow as molasses and that the cfserver service is using 98% of the cpu. I've tried many times to isolate, or reproduce it to find the cause, and the

can anyone see anything wrong with this?

2000-04-20 Thread Shawn Regan
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BFAB09.1517DF80 Content-Type: text/plain; charset="iso-8859-1" Anyone see anything wrong with this? SQL = "UPDATE CARD SET

Re: CF Locking UP

2000-04-20 Thread Jennifer
At 01:13 PM 4/20/00 +0100, you wrote: This is a multi-part message in MIME format. --=_NextPart_000_0863_01BFAACA.3E747B00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have a big problem. I am using CF 4.01 Enterprise for Unix. CF

RE: can anyone see anything wrong with this?

2000-04-20 Thread Chris Evans
DATE is a reserved word. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 4:43 PM To: '[EMAIL PROTECTED]' Subject: can anyone see anything wrong with this? This message is in MIME

Re: can anyone see anything wrong with this?

2000-04-20 Thread Howie Hamlin
DATE is a reserved word - change the name of the field in the db or reference it as [DATE] or card.date Regards, Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 === Please vote for iMS in the Most Innovative

Re: can anyone see anything wrong with this?

2000-04-20 Thread Brian Grant
I think "IN" might be a reserved word. HTH brian - Original Message - From: Shawn Regan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 20, 2000 3:43 PM Subject: can anyone see anything wrong with this? This message is in MIME format. Since your mail reader does not

Deleting Data

2000-04-20 Thread Tim Bahlke
I am trying to create a page where a user can delete their data from the DB. I have created a CFQUERY with a DELETE statement. When I try to perform the function I get a page that reads 405 Method Not Allowed. Am I missing something with my CF Server settings? Thanks

  1   2   >