Kbase P128104: How to retrieve the user number for a connected database for the current 4GL session ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/06/2009 |
|
Status: Unverified
GOAL:
How to retrieve the user number for a connected database for the current 4GL session ?
GOAL:
What is the purpose
of the _Mycon-UserID field?
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
FIX:
When connected to a single database the following code will return the user number for the current 4GL session:
FIND _MyConnection. DISPLAY _MyConn-UserId.