RE: InTransaction Function?

2002-04-14 Thread Dave Watts
> > Is it possible to dynamically determine if the code being > > processed is in the middle of a CFTransaction? > > Sure, > > > I am in a transaction > > I am not in a transaction > Well, there you go. I'd never even thought of that - I've only used that function from within cu

Re: InTransaction Function?

2002-04-12 Thread James Sleeman
Sure, I am in a transaction I am not in a transaction I use it like this on my "action" templates (eg inserting something into a database DO THE DATABASE STUFF On Sat, 2002-04-13 at 10:00, Shawn Grover wrote: > I'm sure I've se

RE: InTransaction Function?

2002-04-12 Thread Dave Watts
> Is it possible to dynamically determine if the code being > processed is in the middle of a CFTransaction? > > For instance: > > > >Show Message > > > > I make a call to a custom Error Handler tag in a transaction, > and need to know if a RollBack needs to

InTransaction Function?

2002-04-12 Thread Shawn Grover
I'm sure I've seen this topic before, but can't seem to find anything in the archives, or through a google search... Is it possible to dynamically determine if the code being processed is in the middle of a CFTransaction? For instance: Show Message I ma