PRB: Can't Cancel Multi-Select Stored Procedure Run & Rename

ID: Q166895


The information in this article applies to:


SYMPTOMS

When multi-selecting database Stored Procedures and choosing Run or Rename from the Shortcut menu (right-click menu), Visual InterDev prompts for arguments once for each Stored Procedure selected, not allowing a user to cancel the overall action.


CAUSE

This happens because Visual InterDev batches up the Run and Rename commands individually and carries out each command as a single step that does not affect the execution of other commands.


RESOLUTION

The only resolution for this is to continue or cancel execution of each command (Run or Rename) individually.


STATUS

This behavior is by design.


MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a database project and choose a data source to connect to a database. -or- Create a Web project in Visual InterDev and click Add To Project from the Project menu, and click Data Connection.


  2. Switch to the Data View tab in the Workspace window.


  3. Double-click the project subfolder containing the Data Connection.


  4. Double-click the Data Connectionsubfolder.


  5. Double-click the Stored Procedures subfolder.


  6. Multi-select two or more Stored Procedures.


  7. Right-click and select Rename from the Shortcut menu.


At this point, Visual InterDev prompts you for a new name for each stored procedure selected without the option for canceling operation.


REFERENCES

For the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:

http://support.microsoft.com/support/vinterdev/

Additional query words:


Keywords          : kbusage kbEditor kbide kbVisID kbVisID100 kbGrpASP 
Version           : WINDOWS:1.0
Platform          : WINDOWS 
Issue type        : kbprb 

Last Reviewed: April 3, 1999