ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Repositionable Note 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
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
Example
// Click [Export my notes]
NoteSaveAll()
IF ErrorOccurred = True THEN
Error(ErrorInfo())
END
 
// Click [Import my 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 loaded notes are the ones corresponding to the file: <Window Name>.wdnote found 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 restored elements are: the position of the note, its content, its background color and the characteristics of the font used.
Component: wd290obj.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/07/2022

Send a report | Local help