ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / User Groupware / User Groupware - Compatibility version
  • Overview
  • How to?
  • Automatic mode
  • Manual mode
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
User Groupware and Client/Server data files
HFSQL Client/ServerAvailable only with this kind of connection
Warning
From version 18, the User Groupware evolves. This help page corresponds to the User Groupware kept for backward compatibility. To get this help page for the new version of the User Groupware, see User Groupware and Client/Server data files.
Overview
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode.
In order for an application that uses the User Groupware to operate in Client/Server mode, you must:
  • convert the existing application into Client/Server mode. For more details, see Client/Server.
  • configure the User Groupware in order to use the data files found on the server. These operations are presented in this help page.
How to?

Automatic mode

To convert the data files of user groupware into Client/Server mode:
  1. Select "Workshop .. Configure the User Groupware".
  2. In the "Files" tab, select "HyperFileSQL Client/Server".
  3. Specify:
    • the name of the server used
    • the port number used
    • the user name used for the database.
    • the associated password
    • the name of the database
    • the directories of data files
  4. If the data files specific to the user groupware exist (GPWUser, GPWUserConfiguration, GPWConfiguration, GPWElement Configuration, GPWElement), copy these data files onto the server.

Manual mode

To convert the data files of user groupware into Client/Server mode:
  1. The User Groupware must not use the "Automatic start" mode in your application.
    Make sure that "Automatic run" is unchecked in the window for configuring the user groupware ("Workshop .. Configure the user groupware").
  2. In the initialization code of the project, use gpwOpenConnection to describe the connection to the HyperFileSQL Client/Server database.
  3. If the data files specific to the user groupware exist (GPWUser, GPWUserConfiguration, GPWConfiguration, GPWElement Configuration, GPWElement), copy these data files onto the server.
  4. Call gpwOpen to specify the positioning of the data files used to manage the rights as well as the data files used to identify the users. The directories must be specified in relation to the server directory.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help