Previous Topic

Next Topic

Book Contents

Book Index

Custom Submit and Complete dialogs

In addition to modifying the Job Property page, Options also allow you to alter the way the job submission dialogs look and operate. You can determine which fields are visible and what the Header, tag data and submit parameter descriptive text says. These will all effect how much control the person submitting the job will have.

The fields that may be turned on and off are:

Field

Description

submit_set_controls_enabled

This turns on/off all Set controls (see image below)

submit_job_controls_enabled

This turns on/off all Job controls (see image below)

submit_start_controls_enabled

This turns on/off all Start time controls (see image below)

submit_use_last_enabled

This turns on/off the Use Last set id button

submit_reset_enabled

This turns on/off the Reset set id button

submit_identity_enabled

This turns on/off the set id field

submit_tagdata_enabled

This turns on/off the Tag data field

submit_parameter_enabled

This turns on/off the Parameter field

submit_header<int>

Text in the header area. Int is line number.

submit_tagdata_text

Text before the tag data field

submit_check_prerequisites

Turns on Check all prerequisite checkbox

submit_check_initiates

Turns on start up all initiate jobs checkbox

submit_parameter_text

Text before the submit parameter

Standard Submit dialog:

The following are the Options that produce the minimized Submit Options dialog as shown:

! WinGui: turn on/off sections of the "start now" dialog

submit_header1 = "Press submit to start the job"
submit_set_controls_enabled = 1
submit_job_controls_enabled = 0
submit_start_controls_enabled = 0
submit_use_last_enabled = 0
submit_reset_enabled = 0
submit_identity_enabled = 0
submit_tagdata_text = ""
submit_tagdata_enabled = 0
submit_parameter_text = ""
submit_parameter_enabled = 0

See Also

Creating Prototype Jobs

Customized Property Pages

Custom Complete dialogs