ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Windows functions that can be handled by the end user
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
Exports the repositionable notes created by the user into a file. Then, these notes can be imported:
Example
// Click [Export my notes]
IF WinEdSaveNote("Export.wdnote") = False THEN
ErrorInfo()
END
 
// Click [Import my notes]
WinEdLoad(WIN_NoteWindow, "Export.wdnote")
Syntax
<Result> = WinEdSaveNote(<Backup file> [, <Window>])
<Result>: Boolean
  • True if the repositionable notes have been saved,
  • False if an error occurred or if no note was created. To get more details on the error, use ErrorInfo.
Remark: If no note was created, the ErrorOccurred variable is set to False.
<Backup file>: Character string
Name of the file where the backup will be performed. The extension of this file is "wdnote".
<Window>: Window name
Name of the window or internal window containing the notes to save. If this parameter is not specified, all the notes created by the user in the application are exported.
Remarks
WinEdSaveNote is equivalent to the note export automatic feature (AAF). The only difference is that the file picker is not opened.
Component: wd290xxxfab.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/03/2022

Send a report | Local help