Get_DB_Users function

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

users = Get_DB_Users(ApplicationName)

/* 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)
  • guides/programming/programmers_reference_manual/get_db_users.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1