Share via


Workflow Toolbar Object Model

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.

The Microsoft® Office Developer Workflow Toolbar is a Microsoft® ActiveX® control that can be added to a Microsoft® Access data access page. When added to a data access page, the toolbar automatically binds to the Access Data Source control.

The RecordSource property is used to select the section of a data access page to which it should bind. By default, it binds to the first section. To obtain workflow information, it obtains the value of the UniqueTable property for the specified section. This value is used as the base table name for workflow.

Note   If you alter the UniqueTable property on the data access page after adding the toolbar control to the page, the control might not pick up the new setting automatically. The UniqueTable property is selected when the control loads, so you must close and reopen the data access page designer, or you must switch between page and design view, before the toolbar control recognizes the change.

See Also

SQL Server Workflow Toolbar Control | Workflow Toolbar Object Model | Scripting with the Workflow Toolbar | Distributing the Toolbar with an Application | Workflow Toolbar Properties | CancelEvent Method (Workflow Toolbar) | ClickAction Event (Workflow Toolbar)