× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

current user

  • tiger93
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
17 years 2 weeks ago #940 by tiger93
current user was created by tiger93
how to get current user ID. R.USER gives current users sign on name. Is there any variable to get current user ID.


Please Log in or Create an account to join the conversation.

More
17 years 2 weeks ago #941 by jcosta
Replied by jcosta on topic user ID
Hi, OPERATOR is the variable you are looking for.

JCosta

Please Log in or Create an account to join the conversation.

More
17 years 2 weeks ago #942 by malai
Replied by malai on topic operator
OPERATOR is a T24 common variable defined in I_COMMON which holds the current T24 user id.



In case of jBASE you can try with the following SYSTEM variables

SYSTEM(50) Return login user id
SYSTEM(1015) Return effective user name. LOGNAME
SYSTEM(1020) Return login user name


___________

Thanks

Please Log in or Create an account to join the conversation.

More
16 years 5 months ago #943 by t24user1

Release : R7

How to obtain a list of all logged in Users?

Before it could be obtained from LOCKING application through the record SIGN.ON.CONTROL. Since it is obsolete now with the previous functionality, how do I see all the logged in Users through browser, classic and desktop.

ACTIVITY application does not show all the records?

Thanks.

Ben

Please Log in or Create an account to join the conversation.

More
16 years 5 months ago #944 by zaki_hyder
Hi Benny,

From prompt you can list tokens

jsh-> LIST F.OS.TOKEN F1 F2 F3

To see user id. From Classic and browser i dont think we have.

Syed Zaki Hyder

Please Log in or Create an account to join the conversation.

Time to create page: 0.076 seconds