[AccessD] Call Stack in VBA?

Dan Waters dwaters at usinternet.com
Thu Jul 24 14:48:18 CDT 2008


For hundreds of procedures, that would cost me a lot of time.

But for troubleshooting, this could be priceless!!  ;-)

Dan

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Arthur Fuller
Sent: Thursday, July 24, 2008 1:10 PM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Call Stack in VBA?

I don't know how fruitful this will be without access to the call stack.
It's simple enough to write a stack class. A stack is a simple array plus
two operations -- push and pop. But without access to the Access call stack,
you'll have to insert some code into each procedure that pushes the proc
name to the stack. That's a lot of work.
Arthur

On Thu, Jul 24, 2008 at 1:15 PM, Dan Waters <dwaters at usinternet.com> wrote:

> Thanks Charlotte - I just checked the archives for clsStack, but no
results
> came back.
>
> Do you have more information about what Lambert posted?
>
-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list