V9 VBA - How do I get the login name? [closed]

2

I do not know if the question has already been asked, but in VBA is there any function that returns me the username initialized on the platform?

    
asked by anonymous 31.12.2018 / 13:46

1 answer

4

Nuno to know which user is logged in at any given time is to use the context provided by the PSO.Contexto.Utilizador platform or through the BSO context in BSO.Contexto.UtilizdorAtual .

I recommend eyeing the documentation site to see the BSO class or the PSO class .

    
31.12.2018 / 15:35