Announcement

Collapse
No announcement yet.

Getting the Registered User of the Computer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Getting the Registered User of the Computer

    AutoPlay Media Studio 5.0 Knowledge Base

    Getting the Registered User of the Computer

    Document ID: IR10059
    The information in this article applies to:
    • AutoPlay Media Studio 5.0 Professional Edition

    SUMMARY

    This article describes how to retrieve the registered user of the computer that your application is running on.

    DISCUSSION

    To detect the registered user of the system in AutoPlay Media Studio 5.0:

    Insert the following script in the On Startup event of your project:

    user = System.GetUserInfo();

    Please note that user is a table variable. To display this information on a page in your application, reference:

    • user.RegOwner – the registered owner of the computer
    • user.RegOrganization – the registered organization

    MORE INFORMATION

    For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:

    • Program Reference | Actions | System | System.GetUserInfo

    KEYWORDS: AutoPlay Media Studio 5.0, Registered, User, Owner, Organization


    Last reviewed: October 1, 2003
    Copyright © 2003 Indigo Rose Corporation. All rights reserved.
Working...
X