ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Tools / WDOptimizer
  • Overview
  • REP files
  • What are REP files for?
  • Example: Updating an application while modifying the analysis
  • Editing and modifying a .REP file
  • Editing and modifying a .REP file
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
The <MyProject>.REP file contains the list of files used by the application (identifier, logical name and full path of physical file).
The GUID of the analysis is the unique identifier of the analysis linked to the project, containing the description of files. This identifier can be found in the data model editor, in the analysis description ("Options" tab).
The file GUID corresponds to the identifier of logical file. This identifier can be found in the data model editor, in the description window of file ("Notes" tab).
This file is automatically created in the directory of the application and it is filled by the HFSQL engine.
REP files

What are REP files for?

The .REP file is used to easily locate the data files that have been used by the WINDEV application or by the WEBDEV site.
The WINDEV application or the WEBDEV site automatically updates the .REP file but it does not often use the .REP file.
This file is used by all the tools that handle the application files, and mainly by the automatic file update, etc.

Example: Updating an application while modifying the analysis

When updating a WINDEV application, the automatic data file modification is automatically started if the structure of the database is modified.
This procedure uses the .REP file to find the physical files used by the application in order to modify them.
Editing and modifying a .REP file

Editing and modifying a .REP file

To edit and modify a REP file:
  1. Start WDOptimizer:
    • From WINDEV, WEBDEV or WINDEV Mobile directly: on the "Tools" tab, in the "Database" group, click "WDOptimizer".
    • run "WDOptimizer.EXE" directly.
  2. Select "Edit and modify a .REP file".
  3. Select the .REP file. The files found in the selected .REP file are listed.
  4. To delete all the files that do not exist, click the "Clean" button.
  5. To delete the selected file, click the "Delete" button.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/12/2023

Send a report | Local help