Environmental Variables
Was wondering if it was possible to have the username appear on a label. Right now I am prompting several fields but would like to have username as a non-modified variable. This will show our team WHO printed the label. I am open to other suggestions, too.
0
-
If you have BarTender 10.1 (and the professional edition or higher), this is possible by creating a text field, using the type 'Print Job Field', then specifying 'User Name' for the field to use.
If you're using an older version, or want to be able to modify it, you could use a VB script like this:
value = Application.SystemUserName
this would show the username that's currently logged in.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar