How to Create Synchronization Point on SQL Query Status Bar?

I am using QTP to execute SQL queries. How can I place a Synchronization Point on the SQL Query Status Bar to make my script pause until the bar reads "Query executed successfully."?
This status is located on the left side of the status bar, with other information to the right of it.
Problem: QTP is recognizing the status bar as a Swf Child Object:
Code
  1. Window("Microsoft SQL Server Management Studio").SwfObject("SqlScriptEditorControl").SwfToolbar("SwfToolbar")

  2.  
Copyright GeekInterview.com

I am new to QTP. Please help and thank you in advance.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions