Hi.
We want to develop the simple apllication something like BCA for sceduling and refresh reports.For this case we wrote VB macro and run this one with BO document in silent mode from command line.
This macro has refresh some reports one after another.
The silent mode prevent the pop up of all message boxes and BO errors.
Now we are checking any way to develop this application in VB or VB.NET.
Is there any way to turn off the message boxes of BO reporter like ‘No data to fetch’ or any another one.
Hi,Sridharan.
Thank you for you response.The code from Cindy’s topic help me to avoid the message box “no data to fetch”, but BO and DBMS errors still appear.
How I prevent the error messages?
End Sub
For the test I maked the mistake in my universe and exspect not to see any error.
The above code prevent the BO message “no data to fetch” but error like
“Connection or SQL sentence error(DA0005)” still appear.
I want to turn off all messages and errors becouse when I refresh the reports in my application
and some one report get error all another reports would not refresh until the user not closed the error message