EditScriptRegistrationEdit

 

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

 

We can implement the EditScriptRegistrationEdit method 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 Start Script

 

 

Available in:

 

WindowMain

WindowLink

YES

YES

 

Used in:

 

XojoScript Name

GUID

Edit Registration Edit Script

C6E9E824-0589-446C-A13F-6F7E32F48AC9

 

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 '%EditScriptRegistrationEdit%'

 

Example XojoScript:

 

EditScriptRegistrationEdit