Previous Topic

Next Topic

Book Contents

Book Index

Custom Complete dialogs

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

The fields that may be turned on and off are:

Field

Description

complete_set_controls_enabled

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

complete_job_controls_enabled

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

complete_start_controls_enabled

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

complete_use_last_enabled

This turns on/off the Use Last set id button

complete_reset_enabled

This turns on/off the Reset set id button

complete_identity_enabled

This turns on/off the set id field

complete_tagdata_enabled

This turns on/off the Tag data field

complete_parameter_enabled

This turns on/off the Parameter field

complete_header<int>

Text in the header area. Int is line number.

complete_tagdata_text

Text before the tag data field

complete_parameter_text

Text before the complete parameter

Standard Complete dialog:

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

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

complete_header1 = "Press complete to complete the job"
complete_set_controls_enabled = 1
complete_job_controls_enabled = 0
complete_start_controls_enabled = 0
complete_use_last_enabled = 0
complete_reset_enabled = 0
complete_identity_enabled = 0
complete_tagdata_text = ""
complete_tagdata_enabled = 0
complete_parameter_text = ""
complete_parameter_enabled = 0

See Also

Creating Prototype Jobs

Customized Property Pages

Custom Submit and Complete dialogs