Re: DSN Connection issue

2004-05-31 Thread Dirk De Bock - Listclient
you must set the MS SQL security to mixed mode, use the sql enterprise manager to verify/change this.   - Original Message -   From: Eric Creese   To: CF-Talk   Sent: Sunday, May 30, 2004 10:31 PM   Subject: Re: DSN Connection issue   ok I did this but got the same results as a user con

Re: He3 community input (custom tag paths/mappings)

2004-05-31 Thread Roger Benningfield
>First, it >requires the developer to actually configure information in a project. >I know DWMX's project configuration annoyed me when I was used to just >pointing Studio at a file system directory Matt, The key in to ensure that I can can get a feel for functionality without slogging my way

RE: Rookie Regex question

2004-05-31 Thread Pascal Peters
If you want to only accept uppercase: If you want to only accept uppercase or empty string: If you want to accept all characters except lowercase: The thing is: you were matching a single character. In validation regexps you generally have to match the entire string. That is why I use ^ (

RE: Application Security Confusion

2004-05-31 Thread Pascal Peters
Jeff, They have to die at sessiontimeout, but NOT when you close your browser (if you are using CF sessions on CFMX or a lower version). If you use J2EE sessions in CFMX, the session will end if you close all browser windows. Without seeing code, I can't imagine why the session would persist aft

RE: Again Java CFX

2004-05-31 Thread Paul Vernon
Andrew, It would appear that I never received the original of this mail nevermind all is well now Paul [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: How do I track

2004-05-31 Thread Pascal Peters
You are mixing _javascript_ (client side) and CF (server side) here. This simply won't work. On your original question. This is a hard thing to do. Why do you need it? What do you mean by "How long someone has viewed a coldfusion page"? Start when it loads in the browser? What is defined by page?

RE: He3 community input (custom tag paths/mappings)

2004-05-31 Thread Raymond Camden
> For various types of features we would like to implement in > He3, we need the ability to locate files that are defined by > runtime information which won't be available. Examples of > this include resolving cfincludes, custom tag calls, and CFC > dot notation references. One way to solve thi

RE: How do I track

2004-05-31 Thread JT
Thanks, I got it working yesterday using a image. JT   -Original Message-   From: Pascal Peters [mailto:[EMAIL PROTECTED]   Sent: Monday, May 31, 2004 2:11 AM   To: CF-Talk   Subject: RE: How do I track   You are mixing _javascript_ (client side) and CF (server side) here. This   simply

Re: How do I track

2004-05-31 Thread Daniel Farmer
You are mixing _javascript_ (client side) and CF (server side) here. This   simply won't work. I've mixed the two technologies before with no problems.   - Original Message -   From: JT   To: CF-Talk   Sent: Monday, May 31, 2004 9:38 AM   Subject: RE: How do I track   Thanks,   I got

RE: How do I track

2004-05-31 Thread Pascal Peters
NOT in the same statement (as in JT's code). You can't set a CF var to the value of a JS var without making a request. Due to the nature of the web, this is impossible! > -Original Message- > From: Daniel Farmer [mailto:[EMAIL PROTECTED] > Sent: maandag 31 mei 2004 15:51 > To: CF-Talk > S

Re: the ever popular cflock best practice revisited

2004-05-31 Thread Don
Here's a quick summary or status on the best practice of cflock use for session variable for both preCFMX and CFMX based on this thread and the two articles from MM site (correct me anyone you have new finding): *) Rule of thumb: use SCOPE attribue with value of session for the whole app(consistent

RE: Application Security Confusion

2004-05-31 Thread Jeff Chastain
Okay, Hal's tutorial fixed the browser close issue. However, I still cannot get the session variables to timeout when the browser is still open.   I even set the seesionTimeout attribute to 15 seconds and I can still navigate the application all day long without being required to re-login. An

Re: How do I track

2004-05-31 Thread Daniel Farmer
True Enough...   - Original Message -   From: Pascal Peters   To: CF-Talk   Sent: Monday, May 31, 2004 9:59 AM   Subject: RE: How do I track   NOT in the same statement (as in JT's code). You can't set a CF var to   the value of a JS var without making a request. Due to the nature of t

RE: Application Security Confusion

2004-05-31 Thread Pascal Peters
Your code? Did you try my suggestion and dump the session scope right after the cfapplication tag? Do you have any other cfapplication tags with the same name? (change the name maybe) Is there some code in there that makes requests without you seeing it? ... Pascal > -Original Message

RE: Application Security Confusion

2004-05-31 Thread Pascal Peters
Your code? Did you try my suggestion and dump the session scope right after the cfapplication tag? Do you have any other cfapplication tags with the same name? (change the name maybe) Is there some code in there that makes requests without you seeing it? ... Pascal > -Original Message

RE: Application Security Confusion

2004-05-31 Thread Jeff Chastain
The code is a complete FB4 application, so I am not sure how to post it here. I stripped out the cfapplication tags etc from the application.cfm file, put them in a stand alone app and the variables timeout as expected.  There is only one cfapplication tag in this application, so what could poss

RE: He3 community input (custom tag paths/mappings)

2004-05-31 Thread Dan G. Switzer, II
>Do you see people's settings changing often? Normally (well, for my >projects >anyway), the settings (DSN, mapping) are setup at the beginning and never >change. The main thing that _does_ change are the files. So if your >product's concept of projects would auto include all files in a folder, >th

RE: He3 community input (custom tag paths/mappings)

2004-05-31 Thread Raymond Camden
> I'd also point out, that there are times when I want to use > full featured editor, but don't necessarily need/want to set > up a project just to edit a couple of rogue files. > > So, I want both a project view and a normal o/s file > view--depending on how I'm working at the moment. > A hu

Maybe OT: Recommendation of CF/sql server hosting in Europe

2004-05-31 Thread Don
Hi, Does anyone knows/uses some cf server(5 or cfmx) and MS SQL Server hosting service in Europe?  Client is a small company, so, moderately priced or cheap would be desirable. TIA. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Rookie Regex question

2004-05-31 Thread Matt Robertson
Matthew and Pascal, You guys cleared up a lot for me.  Thanks! Matt Robertson   [EMAIL PROTECTED] MSB Designs, Inc.  http://mysecretbase.com [Todays Threads] [This Message] [Subscription] [Fast

Need to maintain session state after leaving and returning to site

2004-05-31 Thread Paul Jones
I have a cold fusion application that has been working for the last couple of years.  It's a system that gathers airline reservation information, stores them in session variables, and then populate a database with the relevant reservation and ticketing information AFTER the authorized user has been

Re: Maybe OT: Recommendation of CF/sql server hosting in Europe

2004-05-31 Thread Don
Additional info: for English application/site. > Hi, > > Does anyone knows/uses some cf server(5 or cfmx) and MS SQL Server > hosting service in Europe?  Client is a small company, so, moderately > priced or cheap would be desirable. > > TIA. [Todays Threads] [This Message] [Subscription]

Re: Maybe OT: Recommendation of CF/sql server hosting in Europe

2004-05-31 Thread Doug White
Must be in Europe? == Our Anti-spam solution works!! http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com http://www.forta.com/cf/isp/isp.cfm?isp_id=1069 ==   - Original Message -   

Re: Maybe OT: Recommendation of CF/sql server hosting in Europe

2004-05-31 Thread Don
>Must be in Europe? The client is in Europe, thought he might feel more comfortable when hosting his app in a European environment. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: calling on Flash to create a file

2004-05-31 Thread Frank Dewey
That's a valid reason to consider... I will be thinking about the best route to go then.  Thank you -   Frank From: John Dowdell [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 7:30 PM To: CF-Talk Subject: Re: calling on Flash to create a file At 3:22 PM

Re: calling on Flash to create a file

2004-05-31 Thread Daniel Farmer
What about calling a custom VB application or using WSH ( running on the server ) to create your file?   - Original Message -   From: Frank Dewey   To: CF-Talk   Sent: Monday, May 31, 2004 12:26 PM   Subject: RE: calling on Flash to create a file   That's a valid reason to consider...

RE: Maybe OT: Recommendation of CF/sql server hosting in Europe

2004-05-31 Thread Paul Vernon
We co-lo with a european ISP (UK based) and they have a couple of rooms in Telehouse europe (London UK) and some other hosting capabilities in Leicester UK. They also have a range of servers with CF 5 and MX on. I have never used their hosted services as we have always co-located our own equipment

RE: calling on Flash to create a file

2004-05-31 Thread Frank Dewey
Daniel, My index.cfm contains two frames.  One frame contains the flash file while the other contains some text.  Once you click on a particular movie clip in Flash, then the text frame on the right should display the proper text.  I was going about this the hard way so that each time a new file

Re: He3 community input (custom tag paths/mappings)

2004-05-31 Thread Matt Liotta
I guess I don't need to point out my +1 here. Anyway, my thinking is that if you don't provide the information needed the editor will continue to function, but what offer the same functionality. -Matt On May 31, 2004, at 10:46 AM, Raymond Camden wrote: > > I'd also point out, that there are ti

cfcookie and hotmail

2004-05-31 Thread Dave Francis
My company sends out email newsletters containing links to articles on our site. When a reader clicks on the link, the requested page writes a cookie. All is well except for clients with Hotmail accounts. It seems that Hotmail opens up our pages in a frame, and that prevents our cookie. Is this a

Re: cfcookie and hotmail

2004-05-31 Thread Bryan Stevenson
I ran into something similar with Hotmail recently.  Some users with IE6 would get our "Cookies Disabled" page when they used a link from within Hotmail (depending on their privacy settings) and others would not have this happen (even with the same settings). The solution was to have ANYONE hittin

Re: calling on Flash to create a file

2004-05-31 Thread Daniel Farmer
Frank, Sorry I don't know any ActionScript. :(   - Original Message -   From: Frank Dewey   To: CF-Talk   Sent: Monday, May 31, 2004 12:47 PM   Subject: RE: calling on Flash to create a file   Daniel,   My index.cfm contains two frames.  One frame contains the flash file   while the

RE: calling on Flash to create a file

2004-05-31 Thread Frank Dewey
Daniel, No problem.  Thanx for your help - Frank From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Monday, May 31, 2004 12:11 PM To: CF-Talk Subject: Re: calling on Flash to create a file Frank, Sorry I don't know any ActionScript. :(   - Original Mes

RE: Application Security Confusion

2004-05-31 Thread Jeff Chastain
Okay, from more tests, it appears the problem is in the code somewhere.  I have run a separate small test of the session variables on this server and they expire as expected.   So, to take this question from a different direction. Suppose for some reason that I wanted to have session variabl

RE: He3 community input (custom tag paths/mappings)

2004-05-31 Thread Dan G. Switzer, II
Matt, >I guess I don't need to point out my +1 here. Anyway, my thinking is >that if you don't provide the information needed the editor will >continue to function, but what offer the same functionality. I figured that's the way you were doing things, but I figured I might as well re-iterate my p

RE: Need to maintain session state after leaving and returning to site

2004-05-31 Thread Pascal Peters
Can't you post to a page on your site and on that page use cfhttp to post to the CC validation and have them return the validation in that request. This way, you keep session info. Pascal > -Original Message- > From: Paul Jones [mailto:[EMAIL PROTECTED] > Sent: maandag 31 mei 2004 17:33

RE: Application Security Confusion

2004-05-31 Thread Pascal Peters
Not really possible, but you could put your app in a frameset with a hidden frame that posts regularly to the app. This way, session will not time out as long as the app is loaded in the browser. > -Original Message- > From: Jeff Chastain [mailto:[EMAIL PROTECTED] > Sent: maandag 31 mei

RE: Application Security Confusion

2004-05-31 Thread Jeff Chastain
Nope, no frames at all in this app, and there are no automatic page refreshes. The not possible answer was what I was coming up with, except for the fact that it is happening.   _   From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: Monday, May 31, 2004 2:07 PM To: CF-Talk Subject: RE: A

RE: Application Security Confusion

2004-05-31 Thread Pascal Peters
Sorry, I'm out of ideas > -Original Message- > From: Jeff Chastain [mailto:[EMAIL PROTECTED] > Sent: maandag 31 mei 2004 21:40 > To: CF-Talk > Subject: RE: Application Security Confusion > > Nope, no frames at all in this app, and there are no > automatic page refreshes. >   > The not

Re: Maybe OT: Recommendation of CF/sql server hosting in Europe

2004-05-31 Thread Don
>Their site doesn't really cover hosting CF specifically so it may be worth >giving them a call All the contact details should be on the site >http://www.pipemedia.net Thanks, I'll keep it in mind when talking to my client. [Todays Threads] [This Message] [Subscription] [Fast Unsubscrib

RE: Need to maintain session state after leaving and returning to site

2004-05-31 Thread Paul Jones
The problem is that I don't have enough control over the form that is being sent out.  The provider of the CC validation gave us an encryption program that is called upon the submission of the form and that sends out the information to their site.  We receive the responses using the #form.varname#

Anyone using Coral?

2004-05-31 Thread Daniel Farmer
if anyone is or has used this technology I would be interested in hearing what you used it for, and your experience with it. Thanks. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Anyone using Coral?

2004-05-31 Thread Bryan Stevenson
search the archives...asked and answered not too long ago ;-) Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.ma

OT: about MS SQL Server 7 and 2000

2004-05-31 Thread Don
Hi, If your shop or your clients run SQL Server 7 or 2000, what additional features/functions (possibly substantial) that you think would be very helpful to your organization or your client and why? Thank you. Don [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User S

Re: OT: about MS SQL Server 7 and 2000

2004-05-31 Thread Simon Horwith
SQL Server 2000 made some improvements to the English Query, Full Text Indexing, OLAP, security, and web access functionality.  It has some IDE improvements - most notable is the Object Viewer. Personally, as far as I'm concerned the XML support that was added is what I consider most significan

variable as a string

2004-05-31 Thread JT
Hi Gang, I have a variable as a string Tuesday, June 1, 2004 What I am Trying to figure out is how can I change it to 06-01-2004 Any one can tell me if it can be done and how? JT [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: variable as a string

2004-05-31 Thread Aaron DC
DateFormat(yourvar, "mm-dd-") Aaron - Original Message - From: JT To: CF-Talk Sent: Tuesday, June 01, 2004 9:32 AM Subject: variable as a string Hi Gang, I have a variable as a string Tuesday, June 1, 2004 What I am Trying to figure out is how can I change it to 06-01-2004

creating reusable primary keys

2004-05-31 Thread Nick Cabell
I guess this is more a DB question, but I'm thinking there is some wisdom on how to create PKs in CF that I don't have. I am being space conscious and have declared a PK for a table with a data type of TINYINT because I will never have more than 255 records. My records don't have suitable unique v

Re: creating reusable primary keys

2004-05-31 Thread Dick Applebaum
Yes, don't delete the records -- just flag them as deleted (have a column in the db to indicate the the record is deleted) Dick On May 31, 2004, at 4:53 PM, Nick Cabell wrote: > I guess this is more a DB question, but I'm thinking there is some >  wisdom on how to create PKs in CF that I don't

RE: creating reusable primary keys

2004-05-31 Thread Dave Watts
> I am being space conscious and have declared a PK for a table > with a data type of TINYINT because I will never have more > than 255 records. My records don't have suitable unique values > so I wanted to use the IDENTITY attribute in SQL Svr to > automatically create the primary keys. Troubl

RE: Application Security Confusion

2004-05-31 Thread Dave Watts
> Suppose for some reason that I wanted to have session > variables not ever expire. How would I go about attempting > to do that with code only - no changes to the administrator > or anything else? You would need to ensure that the browser always requests another page before the inactivity time

RE: creating reusable primary keys

2004-05-31 Thread Tom Kitta
That would defeat the original purpose of saving space in the DB. Besides, integers aren't that big and space is cheap these days. Why go through the trouble of doing all that to save less than 1kb? Anyone remembers win2k? How did it happen - some space saving issue, wasn't it? [Tom Kitta] My philo

RE: Application Security Confusion

2004-05-31 Thread Jeff Chastain
And if I said none of the above? This application has plain old static templates ... no frames, meta tags, or _javascript_ refreshes.   Once a page is loaded, that page remains until a user manually clicks on a link to go to the next page. This is why this is so weird. Thanks -- Jeff   __

Re: CF-Talk: Digest every 4 hours

2004-05-31 Thread Jeffry Houser
I have to wonder what application you are creating that is so space conscious that you have to re-use identity values.   That said, search your SQL Server documentation for SET IDENTITY_INSERT, which will allow you to insert values into an identity column.   As an alternate, you may consiuder u

RE: variable as a string

2004-05-31 Thread JT
When I do that I get this Error The value "Tuesday, June 1, 2004" could not be converted to a date. JT -Original Message- From: Aaron DC [mailto:[EMAIL PROTECTED] Sent: Monday, May 31, 2004 4:54 PM To: CF-Talk Subject: Re: variable as a string   DateFormat(yourvar, "mm-dd-")   Aar

RE: variable as a string

2004-05-31 Thread Matthew Walker
Have you tried parseDateTime() or lsParseDateTime()? (That's an L not an I)   _   From: JT [mailto:[EMAIL PROTECTED] Sent: Tuesday, 1 June 2004 12:34 p.m. To: CF-Talk Subject: RE: variable as a string When I do that I get this Error The value "Tuesday, June 1, 2004" could not be converte

RE: variable as a string

2004-05-31 Thread JT
Thanks Matthew, Just What I was Looking For. JT   -Original Message-   From: Matthew Walker [mailto:[EMAIL PROTECTED]   Sent: Monday, May 31, 2004 5:43 PM   To: CF-Talk   Subject: RE: variable as a string   Have you tried parseDateTime() or lsParseDateTime()? (That's an L not an I)     _

Re: Application Security Confusion

2004-05-31 Thread Frank Mamone
Jeff, What happens if you set the Timeout to 0? Do they timeout then? -Frank   - Original Message -   From: Jeff Chastain   To: CF-Talk   Sent: Monday, May 31, 2004 10:08 AM   Subject: RE: Application Security Confusion   Okay, Hal's tutorial fixed the browser close issue.   However,

RE: Application Security Confusion

2004-05-31 Thread Jeff Chastain
Nope no matter what I set the timeout to, I never get prompted to log in after the first time. Thanks -- Jeff   _   From: Frank Mamone [mailto:[EMAIL PROTECTED] Sent: Monday, May 31, 2004 8:23 PM To: CF-Talk Subject: Re: Application Security Confusion Jeff, What happens if you set

Java and Coldfusion help (Repost)

2004-05-31 Thread Andrew Scott
Anyone tried to set an array to a coldfusion template using java in a cfx before. I have tried response.setVariable(StringVariable,Variable); but this will only return strings, so with this I was able to create a structure. However I would like to set an array for CF to use, but can't figure