Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Get_DB_Users function ====== ==== Description ==== Returns an @fm delimited list of users in the specified application. ==== Syntax ==== //users// = **Get_DB_Users**(//ApplicationName//) ==== Example ==== <code> /* 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) </code> guides/programming/programmers_reference_manual/get_db_users.txt Last modified: 2024/06/19 20:20by 127.0.0.1