Created
April 10, 2014 11:56
-
-
Save hasokeric/10373564 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEF VAR vWorkstation AS CHAR NO-UNDO. | |
FIND FIRST LicUser WHERE LicUser.CurUserID = dcd-userid NO-LOCK. | |
ASSIGN vWorkstation = STRING(LicUser.ClientComputerName) + " " + STRING(LicUser.ClientTerminalID). | |
ASSIGN ttJobTravParam.WorkstationID = vWorkstation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment