|
|
|
|
|
NoteSaveAll (Function) In french: NoteSauveTout Saves the repositionable notes of the current window in a file. All repositionable notes are saved: - Repositionable Note control.
- Repositionable note created via the AAF (Automatic Application Feature).
- Repositionable note created through programming (NoteCreate, WinEdCreateNote, ControlCreate).
// Click [Export my notes] NoteSaveAll() IF ErrorOccurred = True THEN Error(ErrorInfo()) END Â // Click [Import my notes] NoteLoadAll()
Syntax <File>: Optional character string Name of file containing the repositionable notes to save. If this parameter is not specified, the repositionable notes are saved in the file: <Window Name>.wdnote found in the data directory. The backup 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 saved elements are: the position of note, its content, its background color and the characteristics of the font used.
- Then, the saved repositionable notes can be imported:
- Into the editor (by Drag and Drop or by opening the notes file).
- Through programming via NoteLoadAll.
- The function has no effect if no note was created.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|