On Mon, 17 Jan 2005 04:20:56 -0400, Tony Pimm <[EMAIL PROTECTED]> wrote:
> I was looping over a query returned from a CFC.  Inside that Query loop, I 
> was calling another CFC that did a load of queries, loops etc to return an 
> employee's record.  This worked fine, however if I opened 2 or more browser 
> windows to run the same script at the same time, the order of the loop became 
> corrupted, losing items, and un-ordering the list.

You don't show the code but if you are storing the CFCs in application
scope (or some other shared scope) then I'll bet you had forgotten to
use "var" to declare all your variables inside the CFC.
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Breeze Me! -- http://www.corfield.org/breezeme
Got Gmail? -- I have 5 invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 
today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190788
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to