ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / User Groupware / User Groupware - Compatibility version
  • Overview
  • How to?
  • Automatic mode
  • Manual mode
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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 using user Groupware can be used with a HyperFileSQL database in Client/Server mode.
In order for an application that uses the User Groupware to run in Client/Server mode, you must:
  • convert the existing application to Client/Server. For more details, see Client/Server.
  • configure the User Groupware in order to use the data files on the server. This help page shows how to do it.
How to?

Automatic mode

To convert the data files of the User Groupware to Client/Server:
  1. Select "Workshop .. Configure the User Groupware".
  2. On the "Files" tab, select "HyperFileSQL Client/Server".
  3. Specify:
    • the name of the server used
    • the port number used
    • the username used for the database.
    • the associated password
    • the name of the database
    • the directories of the 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 the User Groupware to Client/Server:
  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: 09/21/2024

Send a report | Local help