ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL functions
  • Reindexing
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
<Source>.IndexingInProgress (Function)
In french: <Source>ReindexingInProgress
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
Warning
From version 2025, Source.IndexingInProgress is kept for backward compatibility. This function has been replaced with <Source>.IndexingInProgress.
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
Example
IF Client.RéindexationEnCours() <> 0 THEN
	Trace("Opération impossible, réindexation en cours")
END
Syntax
<Result> = <Source>.IndexingInProgress([<Progress Bar>])
<Result>: Integer
  • 0 if no reindex operation is in progress on the data file,
  • an integer included between 1 and 100 indicating the percentage of reindexing already performed
<Source>: Type corresponding to the specified source
Name of the data file used.
<Progress Bar>: Optional control or window name, or optional integer
  • Name of the window in which the progress bar will be displayed, or name of the Progress Bar control.
  • Handle of the window that displays the progress bar.
WEBDEV - Server code This parameter is ignored.
Remarks

Reindexing

The indexes are reorganized by the reindex operation. The data cannot be accessed during the reindex operation.
WINDEV When accessing a data file on which a reindex operation is performed, the HFSQL engine displays a window indicating that a reindex operation is in progress. This window will be automatically closed at the end of the reindexing.
For more details on this window and its customization options, see HFSQL error handling help.
Component: wd300hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/05/2025

Send a report | Local help