RE: [KCFusion]

2001-08-21 Thread LaPlante, Bryan
Where's my branding iron? Any body that wants things put on the kcfusion web site just send me some code in the format of header- Your code footer The site is in the above format and I would be happy to accommodate you all any way I can. -Original Message- From:

[KCFusion] cachedwithin

2001-08-21 Thread LaPlante, Bryan
Does anyone know if having two different select statements with the same name attribute will create a conflict when using the cachedwithin property of the cfquery tag or does CF not consider the name of the query when deciding if it should pull from memory or the database? Bryan LaPlante

RE: [KCFusion] cachedwithin

2001-08-21 Thread LaPlante, Bryan
, not the query name. Robin Greenhagen President GreenSoft Solutions, Inc. -Original Message- From: LaPlante, Bryan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 2:37 PM To: '[EMAIL PROTECTED]' Subject: [KCFusion] cachedwithin Does anyone know if having two different select

[KCFusion] isDefined(dynamic)

2001-08-23 Thread LaPlante, Bryan
While running a custom tag that takes scope and variable attributes I am trying to concatenate the two together and then see if a scope.variable has been created. If I try the following code I get an error. cfset temp = attributes.scope '.' attributes.variable I get an error message here about

RE: [KCFusion] Prepared statements

2001-08-31 Thread LaPlante, Bryan
I think I will test the performance diff's and see if I can get some idea what the best practice might be for this. -Original Message- From: Daryl Banttari [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 10:39 AM To: [EMAIL PROTECTED] Subject: Re: [KCFusion] Prepared statements

RE: [KCFusion] Help

2001-09-18 Thread LaPlante, Bryan
Are you using cflockaround your session variables/cflock -Original Message- From: Nathan Haley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 11:47 AM To: '[EMAIL PROTECTED]' Subject: [KCFusion] Help Wondering if anyone else has had this experience. Running an app that

[KCFusion] Am I thinking right?

2001-11-20 Thread LaPlante, Bryan
I am trying to remember how to check what security level a user has access to by using the BitAnd(accessLevel,securityLevel) function. If I remember right you set each security level as an exponent of 2 so that you end up with something like users become 2 and the next level of superUser becomes

RE: [KCFusion] Am I thinking right?

2001-11-20 Thread LaPlante, Bryan
the custom tag the article talks about, let me know. -Original Message- From: LaPlante, Bryan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 10:02 AM To: 'CF-List (E-mail) Subject: [KCFusion] Am I thinking right? I am trying to remember how to check what security level a user

RE: [KCFusion] scrollable div tags

2001-12-21 Thread LaPlante, Bryan
larger than height /div -Original Message- From: LaPlante, Bryan [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 11:48 AM To: '[EMAIL PROTECTED]' Subject: RE: [KCFusion] scrollable div tags does your style look something this? div style=height:100; width:100; overflow:scroll

RE: [KCFusion] innerText Help!

2002-03-12 Thread LaPlante, Bryan
]]On Behalf Of LaPlante, Bryan Sent: Tuesday, March 12, 2002 2:28 PM To: '[EMAIL PROTECTED]' Subject: RE: [KCFusion] innerText Help! use innerHTML instead -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 1:41 PM To: [EMAIL PROTECTED] Subject

[KCFusion] Beginner CF

2002-03-14 Thread LaPlante, Bryan
Has any one heard from the new leader of the CF group? I have been talking with some of the kids in my neighborhood and they were interested in attending a meeting that would cover an intro to CF. If anyone else is interested in that topic I would be happy to speak at that meeting. Bryan

RE: [KCFusion] Implementing an Enterprise Single Login

2002-04-17 Thread LaPlante, Bryan
Do you mean that you want to share a login among multiple cfapplication's? You could use the server scope to store your variable. Using a cookie will cause some issues if you try to access it from a separate domain, server variables will over come that. I would be glad to help you set this

RE: [KCFusion] Implementing an Enterprise Single Login

2002-04-18 Thread LaPlante, Bryan
I didn't realize this solution was across different domains,boxes. The server scope will not span multiple boxes. Here is a link to another storage method that stores more complex data and allows more drive space on the client. I have a code example of how to use an xml store. The down side

RE: [KCFusion] Client side variable storage

2002-05-02 Thread LaPlante, Bryan
The example you sent me is exactly what I coded. The Person function is my collection and setName function is my Map. The difference is that you don't need to know the names of your properties to get them back out and you can choose to output them as an array or a list. -Original

RE: [KCFusion] Measuring interest in attending a meeting

2002-09-24 Thread LaPlante, Bryan
either day is ok with me. Bryan LaPlante -Original Message- From: Ryan Hartwich [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 12:04 PM To: [EMAIL PROTECTED] Subject: [KCFusion] Measuring interest in attending a meeting TO: KC MM Tools, CF, Web Sig Subject: Measuring