Page History
...
Section | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
General information about scripts
...
Code Block |
---|
if(Event.SourceType == "MACRO" && Event.Action == "RUN" && Event.SourceID == "1")
{
DoReactStr("FIRSERVER","1","ADD_PERSON_FROM_FILE","filename<c:\\iso_small.jpg>,name<Jane>,surname<Kramer>,department<Department 1>,comment<>");
}
|
If the face has been added successfully, the ADD_PERSON_FROM_FILE_OK event is displayed in the Debug window. If there are any errors while adding the reference face, the ADD_PERSON_FROM_FILE_ERROR event is displayed (see FIRSERVER events).
...
Overview
Content Tools