View Single Post
  #4 (permalink)  
Old March 19th, 2008, 06:50 AM
dbwalters dbwalters is offline
Junior Member
 
Join Date: Feb 2008
Posts: 4
Default

I believe that I found a solution to my problem. All that was needed was the following two lines of code:

CATIA.StartCommand("Options...")
CATIA.ActiveWindow.Close

Now everything works. Thanks.
Reply With Quote