ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / User Groupware
  • Overview
  • How to log out from the User Groupware?
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
Overview
This help page contains different programming tips for the User Groupware in WEBDEV.
How to log out from the User Groupware?
Purpose: Creating a button to log out from the User Groupware and return to the login page.
Solution: To log out, simply use gpwDisconnectUser.
  • In integrated mode, the disconnection keeps the rights of the not connected user.
  • In non-integrated mode, to keep the rights, you must:
    • Create a "non-connected" user, for example.
    • Define the rights.
    • In the code, use:
      gpwDisconnectUser()
      gpwLogin("not connected", "password")
      // Refresh the current page
      PageDisplay()
Minimum version required
  • Version 19
Comments
Click [Add] to post a comment

Last update: 09/05/2022

Send a report | Local help