Document Tracker DatabaseNew Version 2.3 Now with an optional automated Word front-end. Document management system. Automatic document referencing and creation.
Use DoCmd.Echo as a quick way to tell users of what is happening during long-running processes. The syntax is DoCmd.Echo(EchoOn,[StatusBarText]). For example:
Sub BatchUpdate() On Error GoTo BatchUpdate_Error
'Turn on hourglass, turn off screen redraw and set status bar text ____DoCmd.Hourglass True ____DoCmd.Echo False, "Batch update in progress. This may take a few minutes." ________...[code] ____DoCmd.Echo True ____DoCmd.Hourglass False
Exit_BatchUpdate: Exit Sub
BatchUpdate_Error:
____'IMPORTANT - Reset user environment if an error occurs ____DoCmd.Hourglass False ____DoCmd.Echo True
This newsletter may contain links to sites on the Internet which are owned and operated by third parties. AAD CONSULTING is not responsible for the content of any such third-party site.
Any files are provided "as is", without warranty of any kind. AAD CONSULTING does not assume any liability for use or the consequences of use.
To unsubscribe from this mailing list, enter your email address: