Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Analysis, edition for Microsoft Office
Viewing all articles
Browse latest Browse all 1521

lresult yield to Type mismatch

$
0
0

Hi All,

 

I have used the callback_AfterRedisplay() function which is already called when I am opening the workbook from BW server.

(Actually this should not be, as no refresh is called)

 

Anyway

I  am using the following line in my coding:

 

lresult = Application.run("SapGetCellInfo", "Crosstab8", "DATASOURCE")

I tried to read the return code ,wich always ends in a dump with  lResult is "Error 2013" which means type mismatch.

Of course by opening the workbook from the BW server will not provide any selected cell and thus no DS is provided,

but how can I catch this exception, means how to read lResult.

 

 

 

If lResult <> false then --> dumps

if isErr(lResult)   --> dumps

 

Any idea.

 

PS. If I am refreshing the query in crosstab8, lResult is DS_8, thats ok.


Viewing all articles
Browse latest Browse all 1521

Trending Articles