by raul » Wed Nov 01, 2006 7:20 pm
I'm talking about content of VB6 label Project1.vbp fie, not VB.NET label.
Problem is with
Private Sub PCX_OnGetcellValue(ByRef Row As zcube.ICell, ByRef Column As zcube.ICell, _
ByVal MeasureIndex As Long, ByVal ViewIndex As Long, ByVal Focused As Boolean, _
ByVal Selected As Boolean, ByVal Sorted As Boolean, Value As Double, CellString As String, _
ByVal Cell As PivotCubeXLib.ICellDrawing)
with zCube.dll registered PivotCubeX object event requires..
Private Sub PCX_OnGetCellValue(ByVal RowIndex As Long, ByVal ColumnIndex As Long, _
ByVal MeasureIndex As Long, ByVal ViewIndex As Long, ByVal Focused As Boolean, _
ByVal Selected As Boolean, ByVal Sorted As Boolean, Value As Double, CellString As String, _
ByVal Cell As PivotCubeXLib.ICellDrawing)
Sintax error with
PCX.ExecuteMapManager 10, 10,