MOD2000: modRemoveAllGrizzlyObjects Actually Named modRemoveAllObjects (238766)



The information in this article applies to:

  • Microsoft Office 2000 Developer
  • Microsoft Access 2000

This article was previously published under Q238766
Moderate: Requires basic macro, coding, and interoperability skills.

This article applies only to a Microsoft Access project (.adp).

SYMPTOMS

In the Microsoft Access Workflow Designer Developer's Guide Help system, modRemoveAllGrizzlyObjects is described as a stored procedure that removes all solution objects associated with a user table.

The modRemoveAllGrizzlyObjects stored procedure is referenced in the following two topics:
  • modRemoveAllGrizzlyObjects (in the "Stored Procedures Reference" section)
  • Stored Procedures (in the "References" section)
However, this stored procedure does not exist in the solution database.

RESOLUTION

The proper stored procedure name is modRemoveAllObjects.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

To see the proper stored procedure name

  1. Open Microsoft SQL Server Enterprise Manager.
  2. For the current Microsoft SQL Server, click Databases.
  3. Click the object corresponding to the solution database that is workflow-enabled.
  4. Click Stored Procedures.
  5. Scroll through the list. Note that modRemoveAllObjects is in the list, but that modRemoveAllGrizzlyObjects is not.

Modification Type:MinorLast Reviewed:7/16/2004
Keywords:kbbug kbdocerr kbpending kbWorkFlowDesigner KB238766