|
|
|
|
|
HReindexingInProgress (Function) In french: HRéindexationEnCours
 Available only with these kinds of connection
Warning
From version 2025, HIndexingInProgress is kept for backward compatibility. This function has been replaced with HReindexingInProgress.
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed. IF hReindexingInProgress(Customer) <> 0 THEN
Trace("Operation unavailable, reindexing")
END
Syntax
<Result> = HReindexingInProgress(<Data file> [, <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
<Data file>: Character string 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.
Remarks Reindexing The indexes are reorganized by the reindex operation. The data cannot be accessed during the reindex operation.
Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|