ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / User Groupware functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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: wd300gpu.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help