|
|
|
|
|
WinEdSaveNote (Function) In french: FenEdSauveNote Exports the repositionable notes created by the user into a file. Then, these notes can be imported: // 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: wd300xxxfab.dll
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|