Start-up Initialization: Difference between revisions

From Sysgem Support
Jump to navigationJump to search
Created page with "'Tips for developers working within the Sysgem Enterprise Manager (SEM) environment'. == Startup Initialization Script == ''Initializing Fields in a SEM Display Startup Window:..."
(No difference)

Revision as of 15:39, 21 February 2011

'Tips for developers working within the Sysgem Enterprise Manager (SEM) environment'.

Startup Initialization Script

Initializing Fields in a SEM Display Startup Window:

To change the value of the fields in the startup window of a SEM Display, execute the following Perl command:

   print "XX : <new value>\n";

... or to remove an entry saved from the previous use of the form:

   print "XX : \n";


... where "XX" is the field code for the required field.