RE: Calling variables from within a custom tag

2001-05-24 Thread Adkins, Randy
If you need it in other pages for the GIVEN user you can make is a SESSION variable. If the same data is used for all users and does not change often, you can make is an APPLICATION variable or place the array into a DB and call it. -Original Message- From: Steve Vosloo [mailto:[EMAIL

RE: Calling variables from within a custom tag

2001-05-24 Thread Steve Vosloo
: Calling variables from within a custom tag If you need it in other pages for the GIVEN user you can make is a SESSION variable. If the same data is used for all users and does not change often, you can make is an APPLICATION variable or place the array into a DB and call

RE: Calling variables from within a custom tag

2001-05-24 Thread Bob Silverberg
]] Sent: May 24, 2001 8:42 AM To: CF-Talk Subject: RE: Calling variables from within a custom tag If I make it an application variable, I will need locks around every read (and there will be many reads) - will this not slow down my pages considerably? -Original Message- From: Adkins, Randy

RE: Calling variables from within a custom tag

2001-05-24 Thread Adkins, Randy
Does it need to be applied to everyone that enters the application or just to the user? -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 8:42 AM To: CF-Talk Subject: RE: Calling variables from within a custom tag If I make it an application

RE: Calling variables from within a custom tag

2001-05-24 Thread Steve Vosloo
PROTECTED]] Sent: Thursday, May 24, 2001 2:57 PM To: CF-Talk Subject: RE: Calling variables from within a custom tag Read lock are _not supposed to_ slow your application down. I've never seen any actual numbers on this, but that has been my understanding. Allaire has stated

RE: Calling variables from within a custom tag

2001-05-24 Thread Steve Vosloo
: Calling variables from within a custom tag Does it need to be applied to everyone that enters the application or just to the user? -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 8:42 AM To: CF-Talk Subject: RE: Calling variables from within

RE: Calling variables from within a custom tag

2001-05-24 Thread Raymond Camden
- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 9:26 AM To: CF-Talk Subject: RE: Calling variables from within a custom tag Thanks. Any idea on how I turn an array into an application variable? Here is my array

RE: Calling variables from within a custom tag

2001-05-24 Thread Adkins, Randy
, 2001 3:06 PM To: CF-Talk Subject: RE: Calling variables from within a custom tag Does it need to be applied to everyone that enters the application or just to the user? -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 8:42 AM To: CF-Talk

RE: Calling variables from within a custom tag

2001-05-24 Thread Steve Vosloo
Excellent. Then how do I access MM[1][2] please? -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 3:54 PM To: CF-Talk Subject: RE: Calling variables from within a custom tag Nothing 'magical' is needed to turn an array into app

RE: Calling variables from within a custom tag

2001-05-24 Thread Raymond Camden
ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 10:37 AM To: CF-Talk Subject: RE: Calling variables from within a custom tag Excellent. Then how do I access MM[1][2] please

RE: Calling variables from within a custom tag

2001-05-24 Thread Semrau, Steven L Mr SRA
) 655-1095 -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 10:37 AM To: CF-Talk Subject: RE: Calling variables from within a custom tag Excellent. Then how do I access MM[1][2] please? -Original Message- From: Raymond Camden [mailto