次の方法で共有


Using the Office Developer Workflow Toolbar Control

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

You can add the Office Developer Workflow Toolbar control to your data access page user interface to make workflow tasks easier to perform. The toolbar shows the workflow events that are available for each record in the workflow application. This toolbar is generated dynamically based on the workflow process on the server.

The Workflow Toolbar control has properties, methods, and events that make it possible for you to display or hide toolbar options and use these features independently or together. The language property of the toolbar will conform automatically to that specified for the data access page.

To use the Workflow Toolbar control in your user interface, consider the following requirements:

  • For the toolbar to display the workflow events on the data access page, the UniqueTable property must be set to the base table that contains the workflow process.
  • You must include a field bound to the workflow state column (modStateID) on the data access page in either the first section or the section specified in the toolbar's RecordSource property. This field can be hidden.

See Also

Creating User Interfaces | Creating Webs Using FrontPage | Creating Data Access Pages | Adding the Workflow Toolbar Control to Data Access Pages | Adding Script to Data Access Pages