Function
EN
Version 4.50
@HookUpdateFields
Misc
System
Text
Syntax
@HookUpdateFields(NOTEHANDLE1);
Description
With this @Function, the fields changed by the Engine script of the global HOOK function of the document with the NOTEHANDLE NOTEHANDLE1 are transferred back into the document.
Example: @HookUpdateFields(NOTEHANDLE1);
DELFN:CreateNoteHttp[GLOBAL]();
DEFFN:CreateNoteHttp[GLOBAL](DBHandle;Username;DBPath;RetNoteHandle;Status;Return)
{
Stamp[RetNoteHandle]:=@Text(@Now;"*");
UserName[RetNoteHandle]:="";
Password[RetNoteHandle]:="";
@HookUpdateFields(RetNoteHandle);
}
Note : This text was machine-translated and may contain inaccuracies.
