ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / User Groupware functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
gpwOpenConfiguration (Function)
In french: gpwOuvreConfiguration
AjaxNot available
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
Opens the User Groupware configuration window or page.
This function is taken into account only if the current user is a supervisor and if he is connected to the User Groupware (with gpwLogin or from the window opened by gpwOpen).
Remark: This function is available regardless of the integration mode of user groupware in the site ("Automatic user groupware" or "Custom user groupware" in the "Integration" tab of the description window of user groupware).
Example
// Open User Groupware configuration page
gpwOpenConfiguration()
Syntax
<Result> = gpwOpenConfiguration()
<Result>: Boolean
  • True if the configuration page was opened,
  • False otherwise. To get more details on the error, use ErrorInfo with the errMessage constant.
Remarks
WEBDEV - Server code Caution: This function is kept for backward compatibility. It is not available in the new user groupware (from version 19).
Component: wd290gpu.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help