H
hananying
Unregistered / Unconfirmed
GUEST, unregistred user!
FastReport.v3.2.5 在DLL 中使用,用ADO取数据的程序在 OPEN 时报错。
我的FastReport 的包是动态加载的。错误提示为:“invalid class typecast”
procedure OpenCursor(InfoQuery: Boolean);
override;
就在这行出错的。
Recordset.Open(Source, ActiveConnection,
CursorTypeValues[FCursorType], LockTypeValues[FLockType],
Integer(CommandTypeValues[CommandType]) + ExecuteOptionsToOrd(ExecuteOptions));
我的FastReport 的包是动态加载的。错误提示为:“invalid class typecast”
procedure OpenCursor(InfoQuery: Boolean);
override;
就在这行出错的。
Recordset.Open(Source, ActiveConnection,
CursorTypeValues[FCursorType], LockTypeValues[FLockType],
Integer(CommandTypeValues[CommandType]) + ExecuteOptionsToOrd(ExecuteOptions));