Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hasokeric/10373564 to your computer and use it in GitHub Desktop.
Save hasokeric/10373564 to your computer and use it in GitHub Desktop.
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