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.
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