ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 2025 feature!
This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
HS DeleteAllHistoryPlanning (Function)
In french: HClearSchedulingHistory
HFSQL Client/ServerAvailable only with this kind of connection
Purge the entire execution history of scheduled elements on an HFSQL server.
Example
IF NOT HSDeleteAllPlanningHistory(MyBaseConnection) THEN
	Trace(HErrorInfo())
END
Syntax
<Result> = HSuppressesHistoryPlanning(<Connection>)
<Result>: Boolean
  • True if the entire task scheduler execution history file has been purged,
  • False if an error occurs. HErrorInfo is used to identify the error.
<Connection>: Character string or Connection variable
Connection used. This connection corresponds to:
Component: wd300hf.dll
Minimum version required
  • Version 2025
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/18/2024

Send a report | Local help