ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Repositionable Note functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
Example
// Clic sur [Exporter mes notes]
NoteSaveAll()
IF ErrorOccurred = True THEN
	Error(ErrorInfo())
END

// Clic sur [Importer mes notes]
NoteLoadAll()
Syntax
NoteLoadAll([<File>])
<File>: Optional character string
Name of file containing the repositionable notes to load.
If this parameter is not specified, the notes loaded are those corresponding to the file: <Nom fenêtre>.wdnote present in the data directory.. The sought file corresponds to:
fDataDir()\<MyWindow..Name>.wdnote
Remarks
  • This function is equivalent to the AAF (Automatic Application Features) for importing notes without displaying the file picker. For more details, see Repositionable note (AAF).
  • The following elements are restored: note position, content, background color and font characteristics.
Component: wd300obj.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help