RE: Con't thread from CF-Comunnity

2004-03-25 Thread Stacy Young
Can you pls show what your cfapplication tag looks like?

-Stace

  _  

From: Bushy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 25, 2004 7:04 AM
To: CF-Talk
Subject: re: Con't thread from CF-Comunnity

Hi,

Sorry for the repeating thread but I was getting nowhere on CF-Community
so I thought I'd ask you guys since I have no idea WTF is going on!

I'm getting this error and I've followed the suggestions of other
members like extended the timeout of SESSION and APPLICATION variables
from the default in the CF Admin.

My problem is this. I have an app (framed) where I'm displaying a
treeview structure of directories and files on the server. Everything is
working great. I added a refresh icon to my app when clicked, 
refreshes that frame only that does the diretory listing. If I let the
app just sit for about 30+ minutes and click the refresh icon (NOT THE
F5 BUTTON) I always get this error and I don't know why?
I don't quite understand the error being displayed. Everyone is telling
me that my SESSION is timing out/expiring but I increased the timeout to
12 hours for both so its not that at all.

This is the little snippet that its puking on after awhile.












See below:

Error Diagnostic Information

An error occured while evaluating the _expression_:

SESSION.stDirFileAttributes[RecNo] = Attributes

Error near line 7, column 35.

  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Con't thread from CF-Comunnity

2004-03-25 Thread Stacy Young
Just wondering if you're using numeric values or using
#CreateTimeSpan(0,12,0,0)# inside cfapplication

-S

  _  

From: Bushy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 25, 2004 7:04 AM
To: CF-Talk
Subject: re: Con't thread from CF-Comunnity

Hi,

Sorry for the repeating thread but I was getting nowhere on CF-Community
so I thought I'd ask you guys since I have no idea WTF is going on!

I'm getting this error and I've followed the suggestions of other
members like extended the timeout of SESSION and APPLICATION variables
from the default in the CF Admin.

My problem is this. I have an app (framed) where I'm displaying a
treeview structure of directories and files on the server. Everything is
working great. I added a refresh icon to my app when clicked, 
refreshes that frame only that does the diretory listing. If I let the
app just sit for about 30+ minutes and click the refresh icon (NOT THE
F5 BUTTON) I always get this error and I don't know why?
I don't quite understand the error being displayed. Everyone is telling
me that my SESSION is timing out/expiring but I increased the timeout to
12 hours for both so its not that at all.

This is the little snippet that its puking on after awhile.












See below:

Error Diagnostic Information

An error occured while evaluating the _expression_:

SESSION.stDirFileAttributes[RecNo] = Attributes

Error near line 7, column 35.

  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Con't thread from CF-Comunnity

2004-03-25 Thread Burns, John D
Any chance it's getting stuck on attributes or something?  You may want
to test if your session is timing out by putting a line above that
section of code like  and see if it returns
anything.  That's an easy way to know if the session is still valid.
That sounds like it might be it though.

John Burns

-Original Message-
From: Bushy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 25, 2004 7:04 AM
To: CF-Talk
Subject: re: Con't thread from CF-Comunnity

Hi,

Sorry for the repeating thread but I was getting nowhere on CF-Community
so I thought I'd ask you guys since I have no idea WTF is going on!

I'm getting this error and I've followed the suggestions of other
members like extended the timeout of SESSION and APPLICATION variables
from the default in the CF Admin.

My problem is this. I have an app (framed) where I'm displaying a
treeview structure of directories and files on the server. Everything is
working great. I added a refresh icon to my app when clicked, refreshes
that frame only that does the diretory listing. If I let the app just
sit for about 30+ minutes and click the refresh icon (NOT THE F5 BUTTON)
I always get this error and I don't know why?
I don't quite understand the error being displayed. Everyone is telling
me that my SESSION is timing out/expiring but I increased the timeout to
12 hours for both so its not that at all.

This is the little snippet that its puking on after awhile.





	
	
	
	
	


See below:

Error Diagnostic Information

An error occured while evaluating the _expression_:

SESSION.stDirFileAttributes[RecNo] = Attributes

Error near line 7, column 35.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




re: Con't thread from CF-Comunnity

2004-03-25 Thread Bushy
Hi,

Sorry for the repeating thread but I was getting nowhere on CF-Community so I thought I'd ask you guys since I have no idea WTF is going on!

I'm getting this error and I've followed the suggestions of other members like extended the timeout of SESSION and APPLICATION variables from the default in the CF Admin.

My problem is this. I have an app (framed) where I'm displaying a treeview structure of directories and files on the server. Everything is working great. I added a refresh icon to my app when clicked, 
refreshes that frame only that does the diretory listing. If I let the app just sit for about 30+ minutes and click the refresh icon (NOT THE F5 BUTTON) I always get this error and I don't know why?
I don't quite understand the error being displayed. Everyone is telling me that my SESSION is timing out/expiring but I increased the timeout to 12 hours for both so its not that at all.

This is the little snippet that its puking on after awhile.





	
	
	
	
	


See below:

Error Diagnostic Information

An error occured while evaluating the _expression_:

SESSION.stDirFileAttributes[RecNo] = Attributes

Error near line 7, column 35.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]