[AccessD] Office Programming Helper from CodeProject

Jim Dettman jimdettman at verizon.net
Fri Jan 18 07:15:58 CST 2019


 Looking at the sample code in that link, I never realized (or I entirely
forgot about it) that debug had an assert method.

 I'm wondering how that works in Access since it's never truly compiled (the
help text looks like it was swiped from the VB 6 help).

 Typically I've done this in my apps:

    If DebugMode() = True then stop

  DebugMode() being a function that checks if I'm debugging my app or not.
At the moment, that's placing a text file in the DB directory as   <db
name>.debug

 .Assert would clean that up a bit.  I'll have to try it out.

-----Original Message-----
From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of
Daniel Waters
Sent: Thursday, January 17, 2019 4:12 PM
To: Access Developers discussion and problem solving
Subject: [AccessD] Office Programming Helper from CodeProject

Hello all!

Just saw this - have not tried it!

https://www.codeproject.com/Articles/229280/Office-Programming-Helper-Indent
-code-and-more-4

Dan Waters
-- 
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