Description

Returns an @fm delimited list of users in the specified application.

Syntax

users = Get_DB_Users (ApplicationName)

Example

/* display all users of the current application in a listbox
 
called LB_USERS */
 
declare function Get_DB_Users
 
declare subroutine Set_Property
 
ApplicationName = @appid<1>
 
Users = Get_DB_Users(ApplicationName)
 
Set_Property(@window: ".LB_USERS", "LIST", Users)
  • No labels