Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Urgent ~~~Can VBScript Macro run when use Ajax client?

I create a qvw file with many Macro of VBScipt.

But I get problem when visit document from QV Web server.

The macro is nonfunctionally when use Ajax client and show error when use IE plugin client as below.

4 Replies
Anonymous
Not applicable
Author

Without going into details - even IE plugin doesn't support some macros. I wouldn't expect much from AJAX client, speaking of macro support.

Not applicable
Author


Michael Solomovich wrote:

Without going into details - even IE plugin doesn't support some macros. I wouldn't expect much from AJAX client, speaking of macro support. <div></div>


hi, Macro is not work in AJAX client. Here is the one of Macros:

sub getAreaAverageNationRank
set chart = ActiveDocument.GetSheet(0).CreateStraightTable '
chart.AddDimension "=Year '
chart.AddExpression "sum(Amount)" '
set cp = chart.GetProperties
set dims = cp.Dimensions
dims(0).NullSuppression = true '
chart.SetProperties cp
count = chart.GetRowCount-2 '
call UpdateVarValue("V_Counter) '
chart.close
end sub

Not applicable
Author

I solved the prolem. Just reinstall my QVServer. Evrey thing is ok. Thanks.

basav
Creator
Creator

Can You tell us, how you did please. ?