BusinessObjects Board

Suppress No Data Fetch

Hi
I want to supress no data fetch message. I used the the following code in VBA

Private Sub Document_BeforeRefresh(Cancel As Boolean) 
    Application.Interactive = False 
End Sub 

Private Sub Document_AfterRefresh() 
    Application.Interactive = True 
End Sub

But this code supress prompt also. I want the prompt intact.I want to achieve in the VBA level


Deepz :india: (BOB member since 2007-06-04)

Check this link


KhoushikTTT :us: (BOB member since 2005-02-24)

The link is not at all helpful
Is any otherway?


Deepz :india: (BOB member since 2007-06-04)

Nope. That’s how you do it.


Steve Krandel :us: (BOB member since 2002-06-25)

Is any otherway?


Deepz :india: (BOB member since 2007-06-04)

There is no other way I know of besides what is described in the FAQ entry.

So to answer your question:
No, nope, non, njet, Nein… :wink:


Andreas :de: (BOB member since 2002-06-20)