I am trying to create an external program that will allow the user to select a .rep file from a drop down, if Business Objects is already open, the report will open in the existing application. Otherwise the VB app will open BO and display the report.
My question is
How do I check to see if BO is already open? If I try to use BO.Visible = True as a condition when BO is already open, it always returns False.
My question is
How do I check to see if BO is already open? If I try to use BO.Visible = True as a condition when BO is already open, it always returns False.