AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de Notas reposicionables
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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).
Ejemplo
// Click [Export my notes]
NoteSaveAll()
IF ErrorOccurred = True THEN
	Error(ErrorInfo())
END

// Click [Import my notes]
NoteLoadAll()
Sintaxis
NoteSaveAll([<File>])
<File>: Optional character string
Name of file containing the repositionable notes to save.
If this parameter is not specified, repositionable notes are saved in the file: <Nom fenêtre>.wdnote in the data directory.. The backup file corresponds to:
fDataDir()\<MyWindow..Name>.wdnote
Observaciones
  • 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 elements saved are: note position, content, background color and font characteristics.
  • 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.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 22
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local