Crystal Report XI data type not supported by C/SIDE

ccminccmin Member Posts: 13
CurrForm.VISIBLE := TRUE;
crystal.ReportSource := 'd:\report1.rpt';
crystal.ViewReport();
crystal.Zoom := 100;

**crystal is OCX, Crystal ActiveX Report Viewer Control 11.0

When I run this form, it give me an error
"The data type is not supported by C/SIDE. You can access data from any of the following data type:
VT_VOID, VT_I2, VT_I4, VT_R4, VT_R8, VT_CY, VT_DATE, VT_BSTR and VT_BOOL"

Comments

Sign In or Register to comment.