C
cct
Dear all,
On Windows XP Professional, using ASP.NET, .NET 1.1
OWC10.PivotRowMember oRowMember =
((OWC10.PivotRowMember)oPivot.ActiveData.RowAxis.Member.get_FindMember(szPat
h,OWC10.PivotMemberFindFormatEnum.plFindFormatPathName));
or
OWC10.PivotColumnMember oColMember =
oPivot.ActiveData.ColumnAxis.ColumnMember;
The above statement (either) caused...
Exception Details: System.Runtime.InteropServices.COMException: Unspecified
error
I've try on Windows Forms, the same statement working fine on the same
machine,
I really cannot find what exactly the problem.
Thank you very much.
On Windows XP Professional, using ASP.NET, .NET 1.1
OWC10.PivotRowMember oRowMember =
((OWC10.PivotRowMember)oPivot.ActiveData.RowAxis.Member.get_FindMember(szPat
h,OWC10.PivotMemberFindFormatEnum.plFindFormatPathName));
or
OWC10.PivotColumnMember oColMember =
oPivot.ActiveData.ColumnAxis.ColumnMember;
The above statement (either) caused...
Exception Details: System.Runtime.InteropServices.COMException: Unspecified
error
I've try on Windows Forms, the same statement working fine on the same
machine,
I really cannot find what exactly the problem.
Thank you very much.