EditStartupScript

 

Launches the Script Manager and loads the special XojoScript, which runs once after the application has been started.

 

Hint: See menu Script -> Edit Special Scripts -> Startup Script.

 

The menu 'Edit Special Scripts' itself has been added to the Script menu by using the Menu Editor.

 

Using the Menu Editor, one can add or modify custom menus with XojoScripts to existing context menus, to the Script menu of the menubar and to the Print or Script button of the toolbar.

 

Note: The default startup script queries the database for addresses whose birthdate is within the next 3 days and lists them in a window

 

   

Available in:

 

WindowMain

WindowLink

YES

NO

 

 Used in:

 

XojoScript Name

GUID

Edit Startup Script

39A2E709-1EE4-4D5D-94BF-3441623FC9EA

 

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

 

Example XojoScript:

 

EditStartupScript