Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
Comentário: Migration of unmigrated content due to installation of a new plugin
Composition Setup
import.css=/download/attachments/327912/newLayout.css
Portuguese

Pagetitle
LogUserName
LogUserName

Função: LogUserName

Obtém o nome do usuário logado no sistema operacional da estação em que está sendo executado o Smart Client.

LogUserName ( ) --> cUserName

    cUserName(caracter)
  • Retorna uma string que corresponde ao login de sistema do usuário.
User Function tstLogUser()Local cUserName := NILcUserName := LogUserName()if valtype(cUserName) == 'C'  conout("Ok")  conout(cUserName)else  conout("try again!!!")endifreturn
Microsiga Protheus 8.11 , Protheus 10 , TOTVS Application Server 10 , ByYou Application Server