EditScriptRegistrationSave

 

Opens the Script Editor and loads the Registration Save script for editing.

 

We can implement the EditScriptRegistrationSave command from wherever we may find it meaningful.

 

In the initial configuration of Seminar Pro, this command is implemented with the Context Menu Editor

in WindowLink's menubar:  Script -> Edit Special Scripts -> Registration Save Script

 

 

Available in:

 

WindowMain

WindowLink

YES

YES

 

Used in:

 

XojoScript Name

GUID

Edit Registration Save Script

6A173DE3-A469-4E04-A62A-A37F63C59E6B

 

Hint: You can find references to XojoScripts which make use of this function by sending the following SQL statement to the database:

Select id,GUID, ScriptName,ScriptCode from im_scripts where ScriptCode Like '%EditScriptRegistrationSave%'

 

Example XojoScript:

 

EditScriptRegistrationSave