Re: Double Dimesion ArraySorting

2000-08-14 Thread Vincent
Thanks a ton! I'll work on that ! cheers, vin -Original Message- From: JustinMacCarthy To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Friday, August 11, 2000 5:52 PM Subject: Re: Double Dimesion ArraySorting Build a structure (associative array) where you have the value you are

Free text verity search in CF

2000-08-14 Thread Roger Lim
Guys, may I know how do I achieve searching only part of the word in verity search without using any wildcard? For example, I just type "ho" in the textbox and all the words that consists of "ho" will be found. thanks

? onChange and cfset

2000-08-14 Thread Ins
Hi, There is a select list in my form. I want a new form filed to be written after the selection is done before the form submit: select name="country" option value="uk"UK option value="usa"USA /select If user selects UK, a new form will written under the selection field:

RE: CF-Talk V1 #139 (Out of office)

2000-08-14 Thread Philip Arnold - ASP
Can we say annoying? OK... "annoying" snigger On this subject though, can someone (Mike if he's available) unsubscribe this guy This might sound snotty, but I think we should have a "You'll be unsubscribed if you send Out Of Office replies to this list" policy - the quantity of people isn't

FORM values doubling when submitted. (When CP from Word)

2000-08-14 Thread dan kemp
I have a simple form, show below, which is causing me problems. The users Copy Paste text from Word into the text area. Sometimes, the err.. "extended characters" for want of a better word, cause problems. For example, typing "hello world" into Word changes the double quotes into nice looking

RE: Select Distinct not so distinct

2000-08-14 Thread DeVoil, Nick
I'm trying to select all of the values from a table where type=foo and I would like to eliminate duplicates based on name. EG. SQL="select distinct(name), other, field, names from table where type = foo" -this returns every field where type is a match. SQL="select

Re: CF-Talk V1 #140 (Out of office)

2000-08-14 Thread Julie Hopple
I am currently out of the office and will return on Monday, August 21. Any urgent concerns should be forwarded to David McCormick or Mary Prosceno. CF-Talk 08/14/00 06:44 CF-TalkMon, 14 Aug 2000 Volume 1 : Number 140 In this issue: Re: CF-Talk V1

RE: Select Distinct not so distinct

2000-08-14 Thread Andy Ewings
Correct. "Select Distinct" selects distinct records for ALL of the columns that you supplied. i.e. "SELECT DISTINCT name From table" selects one record for each distinct name. "SELECT DISTINCT name, otherfield From table" selects one record for each distinct combination of name and other

Re: Remote SQL server as datasource

2000-08-14 Thread David E. Crawford
I have seen this happen if the network protocol was "NAMED PIPES". Check the SQL Client configuration in the ODBC32 application in Control Panel, and try TCP/IP. DC - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 11, 2000 21:12 Subject: Remote

Studio - report unused files.

2000-08-14 Thread David Clay
This is a MIME message. If you are reading this text, you may want to consider changing to a mail reader or gateway that understands how to properly handle MIME multipart messages. --=_3169921C.DDBCD625 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable

one more try re: oracle stored proc and session mgmt

2000-08-14 Thread Terri Stocke
I am desperate for help here. My deadline is this Friday, and I have no clue how to make this work... I have been provided with an Oracle stored procedure by our dba that provides a session id when a user logs in to my application with their domain name and password. I have successfully

Re: Double Dimesion ArraySorting

2000-08-14 Thread JustinMacCarthy
I'm a bit dissappointed no one else submitted method. Anyone got a better why then this ~Justin - Original Message - From: "Vincent" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, August 14, 2000 7:35 AM Subject: Re: Double Dimesion ArraySorting

database

2000-08-14 Thread Russell, Bonnie
City/County/state URL http://www.naco.org/counties/queries/city1_res.cfm?STATECODE=md I have a state/county database I could send you. I don't have a state/country db. Let me know if you'd like the db I have and I'll send it over. Bonnie R. -Original Message- From: Bonnie Betts

RE: RE: Oracle Time...again

2000-08-14 Thread joeug
Scott, You could update using 'Sysdate' which will update the record with date and time. I havent been using oracle in a while, look at what 'sysdate' inserts and pass the sql string in same format. Hope this helps. Thanks Joe --- Original Message --- Scott Mulholland [EMAIL PROTECTED]

RE: RE: Oracle Time...again

2000-08-14 Thread joeug
Scott, You could update using 'Sysdate' which will update the record with date and time. I havent been using oracle in a while, look at what 'sysdate' inserts and pass the sql string in same format. Hope this helps. Thanks Joe --- Original Message --- Scott Mulholland [EMAIL PROTECTED]

RE: Studio - report unused files.

2000-08-14 Thread LISTS
http://www.tetranetsoftware.com/products/link-data.htm This is about the only program I know of that does find orphans. It's $495. There's another that does it as well called smart site. (don't know the URL). However, it has big problems. I bought it one day at CompUSA. I tried it on a couple

RE: one more try re: oracle stored proc and session mgmt

2000-08-14 Thread Matt Rodosky
1. Call the stored procedure (pass the sessionid and valid hours to the sp): cfstoredproc procedure="db_app_std.chk_ses" datasource="yourDSN" cfprocparam type="in" dbvarname="sesid" value="#sessionid# cfsqltype"datatype" cfprocparam type="in"

RE: RE: one more try re: oracle stored proc and session mgmt

2000-08-14 Thread joeug
maybe you could also use a call statement.. cfquery Name="Test" Datasource="your_data" Call FunctionName(Param1, param2); /cfquery --- Original Message --- "Matt Rodosky" [EMAIL PROTECTED] Wrote on Mon, 14 Aug 2000 07:42:25 -0600 -- 1. Call the stored procedure (pass the

RE: RE: one more try re: oracle stored proc and session mgmt

2000-08-14 Thread joeug
maybe you could also use a call statement.. cfquery Name="Test" Datasource="your_data" Call FunctionName(Param1, param2); /cfquery --- Original Message --- "Matt Rodosky" [EMAIL PROTECTED] Wrote on Mon, 14 Aug 2000 07:42:25 -0600 -- 1. Call the stored procedure (pass the

RE: RE: one more try re: oracle stored proc and session mgmt

2000-08-14 Thread joeug
maybe you could also use a call statement.. cfquery Name="Test" Datasource="your_data" Call FunctionName(Param1, param2); /cfquery --- Original Message --- "Matt Rodosky" [EMAIL PROTECTED] Wrote on Mon, 14 Aug 2000 07:42:25 -0600 -- 1. Call the stored procedure (pass the

CFXhosting.com?

2000-08-14 Thread stas
Can anybody provide comments about these guys? Thanks! -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or

Confirm CF bugs

2000-08-14 Thread JustinMacCarthy
Hi All, Does anyone know if there is a list of confirmed bugs in CF anywhere. Or is it a case of looking at all the KB articles?? ~Justin MacCarthy -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

RE: Adding numbers to a select box... urgent

2000-08-14 Thread Larry Juncker
Here you go Mark: It worked for me... OPTION VALUE="#trim(GetAcctInfo.Account)# CFIF Len(GetAcctInfo.Sub_Account) EQ 4 #rtrim(GetAcctInfo.sub_account)#CFELSE /cfif"#trim(GetAcctInfo.Account)# CFIF Len(GetAcctInfo.Sub_Account) EQ 4 #rtrim(GetAcctInfo.sub_account)#CFELSE /cfif/OPTION H

Search engine for dynamic sites

2000-08-14 Thread Paul Wakefield
Anyone know of a search engine that's capable of searching dynamic sites? Our intranet uses a fusebox based content engine. Pages are generated from a combination of SQL data and CFINCLUDED html documents. Indexing the data and documents themselves won't work because you can't tell for sure on

creating your own functions in cold fusion

2000-08-14 Thread Paul Johnston
There was an email (either here or fusebox list) about creating your own functions in cold fusion. Does anyone know where the article explaining it is because I have moved jobs and lost all my archives of CF-Talk. Thanks Paul

RE: Using TRIM

2000-08-14 Thread stas
Could it be because the fields in the database are set to CHAR and not to VARCHAR? -Original Message- From: Planet CF [mailto:[EMAIL PROTECTED]] Sent: Monday, August 14, 2000 10:38 AM To: [EMAIL PROTECTED] Subject: Using TRIM Hi All, A 'Select' on a Sybase Database results in extra

Re: Using TRIM

2000-08-14 Thread Peter Theobald
html font size=3A field of type char(30) will return a 30 character long string padded with spaces on the right.br Use varchar instead.br br br At 07:37 AM 8/14/00 -0700, Planet CF wrote:br blockquote type=cite citeHi All,br A 'Select' on a Sybase Database results in extrabr spaces being added to

CF And SQL Server

2000-08-14 Thread dscheide
Hey, I got a question about setting up seperate DB and CF servers. Currtnly im running SQL 7 and CF4.51 on NT/SP6 on the same machine. I wish to put SQL on its own server. My question is network traffic, as since they are on seperate machines, ALL DB activity has to go through the network,

Question with CFCACHE tag

2000-08-14 Thread Mooner Ent
Can the CFCache tag's "cache directory" and "map directory" use a mapped drive. Thinking about using it in a load balanced environment. Rick _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

identifying a query

2000-08-14 Thread Russell, Bonnie
Hello, I have a problem with users running a query, then selecting different options and running the query again. The user then backs up their browser to the first query results and hits the "next page" button and the code errors out because of the rowcount being different than the last query

OT: E-commerce Security, for the non programmer..

2000-08-14 Thread Paul Ihrig
Hello. My brother Adam just got promoted at the Credit Card Co. that he works for. He has been in fraud security for a couple of years. His new position is to look at e-commerce sites that are using his Co.'s. card. If they are not secure he needs to shut them down, revoke usage of said card.

Re: E-commerce Security, for the non programmer..

2000-08-14 Thread JustinMacCarthy
Check out the The World Wide Web Security FAQ @ http://www.perl.com/pub/doc/FAQs/cgi/www-security-faq.html ~Justin MacCarthy - Original Message - From: "Paul Ihrig" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 14, 2000 4:05 PM Subject: OT: E-commerce Security, for

RE: E-commerce Security, for the non programmer..

2000-08-14 Thread Russell, Bonnie
The shopping cart/cc portion MUST be under an SSL, note the closed "lock" at the bottom of the browser and HTTPS instead of HTTP. Check that the CC no is NOT going over the URL (I've actually seen this done). I don't know if there's a way to check, but the CC no should not be going through

Re: CF And SQL Server

2000-08-14 Thread Wjreichard
What is network utilization looking like between the CF server and switch port? Unless your utilization is peaking to higher than 75% then I wouldn't think your going to have to much of a problem. IMHO, I'd keep things simple and use the existing network. Bill

Re: CF And SQL Server

2000-08-14 Thread Jacob
I have done it both ways, a separate network for the sql and webservers and allowing SQL and CF to go over the "normal path". After testing and monitor, I saw no difference. We have an 100MB network between the servers and switches. But we have only 15MB of bandwidth provided to us. So

OT: Signed Objects (scripts) with IE 5.x

2000-08-14 Thread Dick Applebaum
I know this is OT but does anyone know where I can find some info on how IE handles signed scripts (javascript)... I can find lots of docs on NN, but nothing on IE. TIA Dick -- Archives:

Dynamic

2000-08-14 Thread Neil Robinson
Sorry if this has been covered before. I need a way of reading form fields on a dynamic basis through a loop. Ie. Form fields: Qty1 - Qty6, Main1 - Main6, Block1 - Block6 etc etc Rather than having 6 almost identical blocks of code to handle each set of fields I'd like to just run through a

Refining Search

2000-08-14 Thread Miriam Hirschman
Can someone point me in the right direction. I have done verity searched before, but now is there a standard way to let the user refine his or her search results. Thanks,   ---miriam -- Archives:

Server hardware and software config

2000-08-14 Thread Brad Roberts
I've got a customer that wants to host his own sites. All of my sites have been hosted with an ISP and I've never gotten into working with servers. He wants me to organize the process of setting everything up. I'd like some opinions on hardware/software configurations for running multiple CF

Re: Dynamic

2000-08-14 Thread Steve Wach
Try this, it's worked for me in the past cfloop index="i" from="1" to="6" cfset tempvar='Qty' '#index#' input name="#tempvari#" value="#Evaluate("#tempvar#")#" /cfloop This should give inputs Qty1 to Qty6 with the values past from the previous page. Hope this

RE: Dynamic

2000-08-14 Thread Lennon Chris Contractor SA-ALC/ADTIC
I've done this before. Here's how: cfloop index="i" from="1" to="6" cfparam name="Qty#i#" default="" ... /cfloop -Original Message- From: Neil Robinson [mailto:[EMAIL PROTECTED]] Sent: Monday, August 14, 2000 10:41 AM To: CFList Subject: Dynamic Sorry if this has been

OT: Adobe sues Macromedia????

2000-08-14 Thread Howell, Katie
For your reading pleasure: http://www.pcworld.com/pcwtoday/article/0,1510,18000,00.html and http://www.i-us.com/graphicallyspeaking/ Katie -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To

Fusebox Question

2000-08-14 Thread Kevin Miller
I am new to the fusebox methodology, and hoping that someone might give me some structural pointers. It seems like there will be plenty of situations where query content will be required to provide content to a display page. In this scenario, is the preferred method to go back to the

Backing Up SQL

2000-08-14 Thread Bud
Hi all. I'm running MSDE (for now) and when I do my tape backups I'm getting a sharing violation on the SQL databases. I set these databases up as Access Projects and am able to go in and manually back them up, creating .dat files. Anyone have a solution that I can use to back these things up

RE: Adobe sues Macromedia????

2000-08-14 Thread Jeremy Allen
I have been following this and it really seems to be a paper-thin lawsuit that is basically seeing if Adobe has a defendable patent or not. They are suing over "tearable tabs" where you can click on a tab and drag it off the dialog it is on etc. Or you can drag it to new dialogs to create your

RE: Adobe sues Macromedia????

2000-08-14 Thread Chris Straight
well it goes to show that companies like Microsoft "the start button controversy", Amazon.com "One click shopping", and now Adobe have control over the patents department because they don't understand what most of this stuff is. plus from what I understand Microsoft and every other operating

Re: Fusebox Question

2000-08-14 Thread Gregory Harris
Hey, my answers are indicated by below. Gregory Harris Los Angeles Information Technology Agency (ITA) [EMAIL PROTECTED] [EMAIL PROTECTED] 08/14 9:45 AM I am new to the fusebox methodology, and hoping that someone might give me some structural pointers. It seems like there will be plenty

Re: Adobe sues Macromedia????

2000-08-14 Thread JustinMacCarthy
They are suing over "tearable tabs" where you can click on a tab and drag it off the dialog it is on etc. Or you can drag it to CFSTUDIO too!! -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

Automating Datasource Creation

2000-08-14 Thread Tony Reynolds
Does any one have suggestions on creating datasources in an automoted process outside of using the CF Administrator ? Tony There are two rules for ultimate success in life: (1) Never tell everything you know. Keep

RE: E-commerce Security, for the non programmer..

2000-08-14 Thread Terry Riley
In-Reply-To: [EMAIL PROTECTED] but the CC no should not be going through email either. There's no problem if you use CFX_PGP for the email (I'm using it on a site that has no direct Cybercash-type CC verification). The page into which the customer types his/her CC is under SSL. Terry

ordering of structure based dynamic forms

2000-08-14 Thread RICHARD MOGER
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_000_01C00612.F0B20370 Content-Type: multipart/alternative; boundary="_=_NextPart_001_01C00612.F0B20370"

RE: Adobe sues Macromedia????

2000-08-14 Thread Jeremy Allen
Exactly... It is such a lame patent adobe is trying to win with. specifically they are referring to the way their tabs work in photoshop if anyone is interested in seeing how many programs you can find that breach the patent. Okay you have two dialogs one is the color dialog and maybe the other

RE: Automating Datasource Creation

2000-08-14 Thread LISTS
We are going to be releasing our automation for the creation of ODBC soon. John Cesta http://www.cybersmarts.net - ColdFusion ASP and ActiveState PERL Hosting www.serverautomationtools.com -Original Message- From: Tony Reynolds

Whoever asked about stockgrabber

2000-08-14 Thread Robert Everland
I am looking at the tag now. I found what the problem is with it cutting off the last character. This tag is really messed up though. So if you want a quick fix just email me off list. I will go through the tag a recode the entire thing soon. Robert Everland III Web Developer Dixon

RE: Automating Datasource Creation

2000-08-14 Thread Pete Freitag
CF_Datasource at http://www.cfdev.com/ -Original Message- From: Tony Reynolds [mailto:[EMAIL PROTECTED]] Sent: Monday, August 14, 2000 1:10 PM To: [EMAIL PROTECTED] Subject: Automating Datasource Creation Does any one have suggestions on creating datasources in an automoted process

Re: CFXhosting.com?

2000-08-14 Thread Chuck Hergenroeder
Here's all I know about them, They are a division on Express Technologies. Express Technologies also owns halfpricehosting.com, I am not satisified with halfpricehosting.com, trouble with mail servers, long hold times for support, and overall slow serving from their servers. Now with that

Dynamic GIGs/JPEGs

2000-08-14 Thread paul smith
What are my options for the Subject? That is, displaying a set sequence of GIFs/JPEGs? best, paul -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit

CFRegistry and SQL Server DSN

2000-08-14 Thread Albert, Gregory Mitchell (Greg)
I am creating a CF Administrator-like application that allows users to add datasources w/o getting into the CF Administrator. The problem that I'm having is encrypting the password correctly. I'm using the CFRegistry tag to create the entries on the server and I can get the datasources to work,

RE: Working with a string...

2000-08-14 Thread Jeremy Allen
You could also use Left CFSET strEmail = "[EMAIL PROTECTED]" CFSET Index = Find("@", strEmail) CFSET strEmailPart = Left(strEmail, Index) The reason taht works is because you know where your string starts, if you were searching for emails as a sub string, of a larger string a regular

RE: Dynamic

2000-08-14 Thread Philip Arnold - ASP
I need a way of reading form fields on a dynamic basis through a loop. Ie. Form fields: Qty1 - Qty6, Main1 - Main6, Block1 - Block6 etc etc Rather than having 6 almost identical blocks of code to handle each set of fields I'd like to just run through a CFLOOP 6 times. The fields are

RE: Announcing: CF_OUTPUTPG (thank you everyone)

2000-08-14 Thread Jeremy Allen
Now, who ever claimed CF was sane G I always have to go back and correct myself to start my loops at one with certain things such as list indexes etc. *mutters* I think they did this as a trade-off to make it more sensible to less traditional programmer's It just messes me up but I guess

RE: Version 4.5.1 memory leak fixed?

2000-08-14 Thread John McKown
Depends if you are talking about the Server or Studio. When I installed 4.5.1 Studio on Windows 98, it crashed all of the time. Recently I wiped out my drive and installed Win2K Professional, and Studio now runs like a clock. That is probably because Win2K is very good at keeping memory leaks

session.basket URL

2000-08-14 Thread Chad
Im just starting to develop a E-commerce Shopping basket and i notice that when i goto add product to my session.basket the persons CFID, and CFToken are displayed in the URL. i.e. /outputsession.cfm?CFID=34CFTOKEN=56471755 Is this normal? Is this a security risk? BTW I am adding the

RE: session.basket URL

2000-08-14 Thread Sytov, Natalie L.
Client variables with CFLOCATION behavior: When using CFLOCATION to redirect to a path that contains .DBM or .CFM, the Client.URLToken is automatically appended to the URL. This behavior can be suppressed by adding the attribute ADDTOKEN="No" to the CFLOCATION tag. This is an excerpt from

RE: session.basket URL

2000-08-14 Thread Chad
Ahh! Thank you! I never even thought to relate this to the CFLOCATION tag i am using. At 03:32 PM 8/14/00 -0400, you wrote: Client variables with CFLOCATION behavior: When using CFLOCATION to redirect to a path that contains .DBM or .CFM, the Client.URLToken is automatically appended to

help with REReplace

2000-08-14 Thread Jamie Keane
This is a multi-part message in MIME format. --=_NextPart_000_000D_01C00609.01E91A20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, I need to check for single instances of a CR/LF only and replace them = with null strings. Am I

RE: session.basket URL

2000-08-14 Thread paul smith
What causes appending when there's no CFLOCATION? best, paul At 03:32 PM 8/14/00 -0400, you wrote: Client variables with CFLOCATION behavior: When using CFLOCATION to redirect to a path that contains .DBM or .CFM, the Client.URLToken is automatically appended to the URL.

RE: session.basket URL

2000-08-14 Thread Brad Pauly
When the client has cookies disabled. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 14, 2000 1:09 PM To: [EMAIL PROTECTED] Subject: RE: session.basket URL What causes appending when there's no CFLOCATION? best, paul At 03:32

Re: Fusebox Question

2000-08-14 Thread Kevin Miller
Thanks for the response. How are situations handled where you have a query within a loop handled within Fusebox? For example: CFLOOP INDEX="CountLoop" FROM=1 TO=10 CFQUERY . SELECT * FROM Table WHERE ID = CountLoop /CFQUERY CFOUTPUT You are at

Re: help with REReplace

2000-08-14 Thread Don Vawter
Do you mean if you have adjacent cr/lf (say 3) you want to keep 3 but if you have 1 you want to strip it? If so I don't think what you have will work because it will not distinguish adjacent occurences. Also since you have the ? you will be replacing nothing or \r with nothing which will probably

RE: help with REReplace

2000-08-14 Thread Rick Osborne
cfset var = REReplace(inputvar,"\r?","","ALL") This will replace all characters with an empty string, one character at a time. Somehow, I imagine that this is not what you want. :) You really don't even need a regex for this; it's just a simple search and replace: CFSET

RE: session.basket URL

2000-08-14 Thread Sytov, Natalie L.
I believe, developer has to manually append it for situations like this. See below: "Developers who choose to maintain client state without cookies must ensure that every request carries CFID and CFTOKEN. To maintain client state without cookies, set the SETCLIENTCOOKIES attribute of the

RE: Automating Datasource Creation

2000-08-14 Thread Hoffman, Joe (CIT)
CFX_ODBC tag by Nadeem Hasan can be found at: http://members.home.com/hoffmanj/CFXODBC.zip "The CFX_ODBCUTIL tag allows you to access the ODBC functionality on the server machine. You can get the list of ODBC drivers, datasources as well as create, modify or remove a datasource. You need to

Re: Fusebox Question

2000-08-14 Thread Gregory Harris
I'm not sure if I understand you. But here it goes. This looks like a regular programming construct that could be handled within any CF Block. Just use a query or action file (qry_file or act_file) as appropriate. Remember that templates can be dependent on other templates to do actions,

RE: session.basket URL

2000-08-14 Thread Brad Pauly
That is correct. Thanks for the clarification. -Original Message- From: Sytov, Natalie L. [mailto:[EMAIL PROTECTED]] Sent: Monday, August 14, 2000 1:24 PM To: '[EMAIL PROTECTED]' Subject: RE: session.basket URL I believe, developer has to manually append it for situations

Re: help with REReplace

2000-08-14 Thread Jamie Keane
The problem I see with the non-regex solutions is that they will replace all CR/LFs, whereas I only want to replace single single instances, while leaving double instances untouched. -- Jamie Keane Programmer SolutionMasters, Inc. 9111 Monroe Rd., Suite 100 Charlotte, NC 28270

RE: help with REReplace

2000-08-14 Thread Justin Kidman
Well, the idea behind your regex way would have done the exact same thing. The solution you want is more along the lines of this CFSET crlf = Chr(13) Chr(10) CFSET var = REReplace(inputvar, "([^#crlf#])#crlf#([^#crlf#])", "\1\2", "ALL") I cannont remember right now if \r is correct, if \r does

RE: session.basket URL

2000-08-14 Thread paul smith
Nope. I have "Accept all cookies" checked in NetScrape 4.51. best, paul At 01:14 PM 8/14/00 -0700, you wrote: When the client has cookies disabled. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 14, 2000 1:09 PM To: [EMAIL

Re: Version 4.5.1 memory leak fixed?

2000-08-14 Thread PC
Thanks for all this great info! It would be very useful to hear back from you when you have any new news on this from your experiences/patches/etc. I am most concerned about Server at this point... Thanks again .. Depends if you are talking about the Server or Studio. When I installed 4.5.1

RE: session.basket URL

2000-08-14 Thread Chapman, Katrina
Actually Paul it's when you don't specify "addtoken="no"" If you just have cflocation url="foo.htm" you'll get the cfid and cftoken in the URL. If you cflocation url="foo.htm" addtoken="no" You won't. --K -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

SQL: Using LIKE with and without a wildcard

2000-08-14 Thread Jim McAtee
As a rule, will their be a performance penalty using LIKE instead of = in SQL queries if there's NOT a wildcard in the expression? That is, if my users have the option of using wildcards in their searches (on multiple fields), is it better to detect the presence/absence of a wildcard and adjust

RE: Using LIKE with and without a wildcard

2000-08-14 Thread Jeremy Allen
Well there would be some sort of minimal performance hit somewhere detecting if there are wild cards. Of course if there are no wild cards they will not be evaluated but it still has to check for their prescence, however if you are just testing for equality it is going to be a quicker operation

Copying a Directory and it's files

2000-08-14 Thread Jake Hileman
CFFILE ACTION="Copy" SOURCE="d:\apps\cgi-bin\*.*" DESTINATION="d:\www\#domain#\cgi-bin\" I'm trying to copy a directory and it's contents to another directory... any ideas on how I can achieve this? I've tried many things with cffile and cfexecute... any help? jake

CF Administrator Mapping and Apache Alias

2000-08-14 Thread Peter Theobald
html font size=3What exactly does CF Administrator mapping do?br Does it map URLs as they come in, in other words it affects ALL http requests even to .html files?br Or does it map URLs that are to .cfm files?br Or does it only affect CFINCLUDE?br br How does it interact with Apache directory

Help with SQL

2000-08-14 Thread sebastian palmigiani
I have a date and time field in the form of 8/14/00 in an Access database. I want to be able to select out the distinct months in all the fields. It seems that I can't do that. Do I have to redo the database and separate the month? Or do I have to process the query with some kind of CF code?

RE: CF Administrator Mapping and Apache Alias

2000-08-14 Thread Jeremy Allen
All mappings do is create an alias for a phsyical directory... like say if you wanted an absolute reference for CFINCLUDE you could make a mapping named Foo which points to /usr/home/cftagman/cftags And say you had a lot of templates in /usr/home/cftagman/cftags then you could use CFINCLUDE

RE: session.basket URL

2000-08-14 Thread paul smith
Well, there's no CFLOCATION. best, paul At 03:07 PM 8/14/00 -0700, you wrote: Actually Paul it's when you don't specify "addtoken="no"" If you just have cflocation url="foo.htm" you'll get the cfid and cftoken in the URL. If you cflocation url="foo.htm" addtoken="no" You won't. --K

RE: Help with SQL

2000-08-14 Thread Chapman, Katrina
You use the SQL DatePart function select DatePart(mm, columnname) as month from foo --K -Original Message- From: sebastian palmigiani [mailto:[EMAIL PROTECTED]] Sent: Monday, August 14, 2000 3:52 PM To: [EMAIL PROTECTED] Subject: Help with SQL I have a date and time field in the

Re: Help with SQL

2000-08-14 Thread David Cummins
In SQL server there is a month function, i.e. month(getdate()) or month(mydate). Access may have the same function. If you are going to be ordering them, remember to take the year into account if it spans the end of a year. David sebastian palmigiani wrote: I have a date and time field in

RE: session.basket URL

2000-08-14 Thread Chapman, Katrina
Well then can we see the offending code? Both the posting page and the processing pages please. --K -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 14, 2000 3:57 PM To: [EMAIL PROTECTED] Subject: RE: session.basket URL Well, there's no

Browser / desktop resolution

2000-08-14 Thread Lucas Sherwood
Hi All, Is there a way from CF to work out what resolution a users browser is set to? Thanks, Lucas. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Lucas Sherwood Technical Sales Consultant FirmwareDesign [EMAIL PROTECTED]

RE: CF Administrator Mapping and Apache Alias

2000-08-14 Thread Peter Theobald
html font size=3So you are saying it does not affect URL requests at all, right?br It only affects CFINCLUDE?br br Your example can't be right. You are using the mapping as a variable quot;#foo#/SomeTemplate.cfmquot;br If that were right, I wouldn't need mapping at all. I would just set a

RE: Browser / desktop resolution

2000-08-14 Thread Terry Bader
What have you tried?? Ever looked into JavaScript?? I am going to be frank and apologize to everyone for this. I have been watching this list for 2 weeks and the mass of amounts of email being sent on a daily basis is annoying. There are some really good subjects in some of them but reading

RE: CF Administrator Mapping and Apache Alias

2000-08-14 Thread Jeremy Allen
Ugh my apologies I was thinking of something else thats what I get for replying while im trying to code ;) They work just like document mappings in apache except, they only refer to application pages. You should only need it for CF with CGi or absolute references with the CFINCLUDE tag ...

Linux CF Services

2000-08-14 Thread !jeff!
Is it normal for a Linux installation of CF 4.5.1 to start about 5 copies of cfserver, cfexec, and cfrdsservice? Is this the equivalent to apache's child servers? Where is this configurable? j !j! The mark of mediocrity is searching for the precedent. !jeff! sherwood Director of

Re: Help with SQL

2000-08-14 Thread sebastian palmigiani
I tried that in Access and got an error message. I think this is available in SQL Server but not Access. Sebastian on 8/14/00 5:58 PM, Chapman, Katrina at [EMAIL PROTECTED] wrote: You use the SQL DatePart function select DatePart(mm, columnname) as month from foo --K

RE: Browser / desktop resolution

2000-08-14 Thread Scott, Andrew
I do totally agree with what you have written, however sometimes in the heat of frustration sometimes even the experienced can get stumped. Even if they are developing on their own and have know else in the team to help out. But you are right, a lot of the time its people who have not bothered

Re: Linux CF Services

2000-08-14 Thread rkeniger
Is it normal for a Linux installation of CF 4.5.1 to start about 5 copies of cfserver, cfexec, and cfrdsservice? Is this the equivalent to apache's child servers? Where is this configurable? I've been wondering the same thing - my installation on Linux is also doing this. Anyone?

List Values (Formerly: Browser / desktop resolution)

2000-08-14 Thread Gregory Harris
Ok, time for my 2 cents on the issue of off topic protests. Typically there are a few things that humans do: 1) Make mistakes, and use the wrong tools for the wrong job (whether it's a hammer to cut down a tree or Cold Fusion for a client issue) 2) Let their mind wander (whether it's from

RE: CF Administrator Mapping and Apache Alias

2000-08-14 Thread paul smith
Which does not have to be a directory your web server can see. best, paul At 06:56 PM 8/14/00 -0400, you wrote: All mappings do is create an alias for a phsyical directory... -- Archives:

  1   2   >