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
Disconnects the current user from the User Groupware.
Example
WEBDEV - Server code
// If a user is currently connected
IF bConnectionInProgress() THEN
// Disconnects the user
gpwDisconnectUser()
// Closes all the pages and re-opens the current page
// with the rights of a non-connected user (guest)
PageUse(MyPage..Name)
ELSE
// Enable the SSL
// Indicates the popup to open when re-displaying the page
PopupDisplay(POPUP_Login)
END
Syntax
gpwDisconnectUser()
Business / UI classification: Neutral code
Component: wd290gpu.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help