Setup Factory 10

DlgProgressBar.SetProperties

DlgProgressBar.SetProperties

This is the first topic This is the last topic  

DlgProgressBar.SetProperties

This is the first topic This is the last topic  

OverviewExamples

DlgProgressBar.SetProperties (

number ControlID,

table Properties )

Example 1

DlgProgressBar.SetProperties(CTRL_PROGRESS_BAR_01, {Visible = false, Enabled = false});

Disables and hides the '01' progress bar control on the current screen.

Example 2

tProperties = DlgProgressBar.GetProperties(nControlID);

 

if not tProperties.Visible then

   tProperties.Visible = true;

   DlgProgressBar.SetProperties(nControlID, tProperties);

end

Gets the properties of the progress bar control whose id is stored in nControlID.  If this control is not visible, it is made visible.

See also: Related Actions


Learn More: Indigo Rose Software - Setup Factory - Buy Now - Contact Us