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 edit summary |
||
| Line 1: | Line 1: | ||
'Tips for developers working within the Sysgem Enterprise Manager (SEM) environment'. | 'Tips for developers working within the Sysgem Enterprise Manager (SEM) environment'. | ||
---- | |||
''Initializing Fields in a SEM Display Startup Window:'' | ''Initializing Fields in a SEM Display Startup Window:'' | ||
'''Startup Initialization Script''' | |||
To change the value of the fields in the startup window of a SEM Display, execute the following Perl command: | To change the value of the fields in the startup window of a SEM Display, execute the following Perl command: | ||
Latest revision as of 10:08, 24 February 2011
'Tips for developers working within the Sysgem Enterprise Manager (SEM) environment'.
Initializing Fields in a SEM Display Startup Window:
Startup Initialization Script
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.