SoftadminApi.Progress_SetTitle

Type: Stored procedure

Displays the progress bar, if it is not already visible, sets it to indeterminate state, and assigns the title to display. The same title will then be used until another call to SoftadminApi.Progress_SetTitle changes it.

You can then use SoftadminApi.Progress_SetStep to update the progress.

Can be used with Execute, Delete and NewEdit. For Web Service Call, use the component's own columns instead.

Parameters

@TitleText mandatory nvarchar(200)
Title to show.