Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Without going into details - even IE plugin doesn't support some macros. I wouldn't expect much from AJAX client, speaking of macro support.
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
I solved the prolem. Just reinstall my QVServer. Evrey thing is ok. Thanks.
Can You tell us, how you did please. ?