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
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
HCloseAnalysis (Function)
In french: HFermeAnalyse
ODBCNot available with this kind of connection
Closes the current analysis (or all current analyses in the case of a project with multiple analyses).
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
WINDEVWEBDEV - Server codeReports and QueriesUser code (UMC)AjaxHFSQL Classic
// Ouvre une analyse
HOpenAnalysis("C:\Gestcom\Gestcom.WDD")
// Traitements 
...
// Ferme l'analyse actuellement utilisée par l'application
HCloseAnalysis()
Syntax
<Result> = HCloseAnalysis()
<Result>: Boolean
  • True if the analysis was closed,
  • False in the event of a problem: the analysis is not closed. HError is used to identify the error.
Remarks
  • A project can be associated with one or more analyses (projects with multiple analyses).
  • The HCloseAnalysis functions are used to close:
  • HCloseAnalysis has no effect if there is no current analysis.
Business / UI classification: Business Logic
Component: wd300hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help