ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / User Groupware / User Groupware - Compatibility version
  • Analysis of user groupware
  • GPWConfiguration file
  • Characteristics of the items:
  • Remark
  • GPWElementConfiguration file
  • Characteristics of the items:
  • Remark
  • GPWElement file
  • Characteristics of the items:
  • Remark
  • GPWConnectionHistory file
  • Characteristics of the items
  • Remark
  • GPWUser file
  • Characteristics of the items:
  • Remark
  • GPWUserConfiguration file
  • Characteristics of the items:
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
Structure of data files of user groupware
Warning
From version 18, the User Groupware evolves. This help page corresponds to the User Groupware kept for backward compatibility. To get the help regarding the new version of the User Groupware, see User Groupware.
Analysis of user groupware
The analysis of user groupware is as follows:
Data files used to identify the users: these files can be common to several applications:
GPWConnectionHistoryFile containing the history of connections. This file is found only if the history of connections was requested.
GPWUserFile of users. Contains all the characteristics of the users (login, last name, first name, password, ...)
GPWUserConfigurationFile of groups of users.
Data files used to manage the rights: these files are specific to the application. They cannot be shared with another application.
GPWConfigurationFile containing the description of the different available configurations. Each configuration is associated with a group of users.
GPWElementFile containing the different elements of the application to configure (window controls, menu options, ...)
GPWElementConfigurationStatus of each application element for each configuration. For example, enables you to store whether the "Statistics menu" must be grayed for the "Assistant" user.
GPWConfiguration file

Characteristics of the items:

NameExplanationTypeSizeKey
ApplicationApplication nameCharacter string255 charactersWith duplicates
Application_ConfigurationKey made of Application and Configuration itemsComposite keyWith duplicates
ConfigurationName of user or group of usersCharacter string255 charactersUnique
GroupDefines whether the configuration corresponds to a user or to a group of usersBoolean
Group_ConfigurationKey made of Group and Configuration itemsComposite keyUnique

Remark

For all the keys and for all the components of composite keys:
  • The browse direction is ascending.
  • The search options are: Sensitive to the case, Sensitive to the accented characters, Sensitive to the space characters and to the punctuation.
GPWElementConfiguration file

Characteristics of the items:

NameExplanationTypeSizeKey
ConfigurationName of user or group of usersCharacter string255 charactersWith duplicates
Configuration_ElementKey made of Configuration and Element itemsComposite keyUnique
ElementElement nameCharacter string255 charactersWith duplicates
StatusStatus of element (grayed, inactive, ...)Radio ButtonUnsigned 1-byte integerWith duplicates

Remark

For all the keys and for all the components of composite keys:
  • The browse direction is ascending.
  • The search options are: Sensitive to the case, Sensitive to the accented characters, Sensitive to the space characters and to the punctuation.
GPWElement file

Characteristics of the items:

ElementElement nameCharacter string255 charactersUnique
Name ExplanationTypeSizeKey
TypeType of element (edit control, table, etc.)Numeric4-byte integerWith duplicates

Remark

For all the keys and for all the components of composite keys:
  • The browse direction is ascending.
  • The search options are: Sensitive to the case, Sensitive to the accented characters, Sensitive to the space characters and to the punctuation.
GPWConnectionHistory file

Characteristics of the items

Name ExplanationTypeSizeKey
ApplicationApplication nameCharacter string255 charactersWith duplicates
ConnectionDateDate for connecting to the applicationDate8 charactersWith duplicates
ConnectionTimeTime for connecting to the applicationTime4 charactersWith duplicates
IDConnectionHistoryIdentifierIdentifierUnique
IPAddressIP address of the computerCharacter string39 charactersWith duplicates
LoginUsername. This username is the identifier used to log in to the applicationCharacter string255 charactersWith duplicates

Remark

For all the keys and for all the components of composite keys:
  • The browse direction is ascending.
  • The search options are: Sensitive to the case, Sensitive to the accented characters, Sensitive to the space characters and to the punctuation.
GPWUser file

Characteristics of the items:

Name ExplanationTypeSizeKey
First nameUser's first nameCharacter string255 characters
LoginUsername. This username is the identifier used to log in to the applicationCharacter string255 charactersUnique
Name User's last nameCharacter string255 characters
PasswordUser passwordCharacter string255 characters
PasswordToEnterDefines whether the user can modify his password during his first connectionBoolean
SupervisorDefines whether the user is a supervisorBoolean

Remark

For all the keys and for all the components of composite keys:
  • The browse direction is ascending.
  • The search options are: Sensitive to the case, Sensitive to the accented characters, Sensitive to the space characters and to the punctuation.
GPWUserConfiguration file

Characteristics of the items:

Name ExplanationTypeSizeKey
ApplicationApplication nameCharacter string255 charactersWith duplicates
Application_ConfigurationKey made of Application and Configuration itemsComposite keyWith duplicates
ConfigurationName of user or group of usersCharacter string255 charactersWith duplicates
LoginUsername. This username is the identifier used to log in to the applicationCharacter string255 charactersWith duplicates
Login_ApplicationKey made of Login and Application itemsComposite keyUnique
Login_ConfigurationKey made of Login and ConfigurationComposite keyWith duplicates
WINDEVWEBDEV - Server codeWindows Remark
For all the keys and for all the components of composite keys:
  • The browse direction is ascending.
  • The search options are: Sensitive to the case, Sensitive to the accented characters, Sensitive to the space characters and to the punctuation.
See also
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 08/25/2022

Send a report | Local help