ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / User Groupware
  • Overview
  • How to?
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
An application that works with the User Groupware can be used with a database handled by a Native Connector (also called 'Native Access').
To integrate a Native Connector into an application that uses the User Groupware, the latter must be configured to use the data files on the server. This help page shows how to do it.
How to?
To use the User Groupware files with a Native Connector:
  1. On the "Project" tab, in the "Project" group, click "User Groupware".
  2. In the description window of the current project configuration, in "User Groupware: Disabled", click "Change".
  3. In the window that appears, enable the User Groupware.
  4. In the "General" tab, select:
    • Standard User Groupware.
    • Manual start (programmatically).
      The User Groupware must not use the "Automatic start" mode in your application.
  5. Select the different options of the User Groupware, and then validate the window.
    For more details on the available options, see User Groupware: Options and settings
  6. In the initialization code of the project, use gpwOpenConnection to define the connection to the database handled by a Native Connector.
    Caution: the passwords of the User Groupware data files are not taken into account.
  7. Use gpwOpen without specifying the path of the data files. The concept of directory does not exist in this case.
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/05/2022

Send a report | Local help