ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL functions
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
HCloseAnalysis (Function)
In french: HFermeAnalyse
ODBCNot available with this kind of connection
Closes the current analysis. All the HFSQL date files, views and queries currently opened are closed and freed. After the call to HCloseAnalysis, there is no current analysis.
Example
Reports and QueriesHFSQL Classic
// Opens an analysis
HOpenAnalysis("C:\SalesMgt\SalesMgt.WDD")
// Processes
...
// Closes the analysis currently used by the application
HCloseAnalysis()
Syntax
<Result> = HCloseAnalysis()
<Result>: Boolean
  • True if the analysis was closed,
  • False if a problem occurs: the analysis is not closed. HError is used to identify the error.
Remarks
  • A single analysis can be opened at a given time.
  • Only an analysis opened by HOpenAnalysis can be closed by HCloseAnalysis.
  • HCloseAnalysis has no effect if there is no current analysis.
Business / UI classification: Business Logic
Component: wd290hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/07/2023

Send a report | Local help