Enable Logging On Per Label Basis
Good day,
I need to enable logging for specific label formats, but logging needs to work no matter which pc prints one of these label formats.
We print dozens of label formats every day from multiple desktops, and we do not want log history on all labels. We only need log history for specific formats, but we need that history any time these are printed.
Can this be accomplished using a script of some type?
Thank you much!
:)
-
If you enable log to text file in BarTender, deselect all logged items you can the call the VB script function WriteToLog() from within individual BarTender documents to write to the log whatever you want. The contents of the parenthesis would be a string of some kind.
0 -
If you enable log to text file in BarTender, deselect all logged items you can the call the VB script function WriteToLog() from within individual BarTender documents to write to the log whatever you want. The contents of the parenthesis would be a string of some kind.
Thank you for the reply!
Would this process allow me to block all other label formats from printing to the log?
Would I need to change these settings on every computer with BarTender installed?
-sols
0 -
When you enable logging you enable it for all documents that are printed for that particular BarTender installation. However, if you configure it to remove all logged items, and then only add log entries by way of the VB script function call you will end up with what you're after.
You might wish to consider logging to the BarTender System Database if you have a sufficient version/edition of BarTender. As you can then query the database to find particular information that your want. The use of the Security Center can also be used to lock down aspects of the BarTender Suite to prevent unauthorized modification of the software.
http://www.bartenderbarcodesoftware.com/label-software/whitepapers/History-Explorer.pdf
0
Please sign in to leave a comment.
Comments
3 comments