Start-up Initialization

From Sysgem Support
Revision as of 15:39, 21 February 2011 by Mike.schofield (talk | contribs) (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:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

'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.