DecisionQuery查询结果只有一条记录的时候不能通过 DecisionCube(200分)

D

devuser

Unregistered / Unconfirmed
GUEST, unregistred user!
使用控件DecisionQuery,DecisionCube,DecisionSource,DecisionGrid;
若查询结果只有一条记录或者DecisionQuery所选择字段的全部数据为
同一值时,会出现错误:‘can't build the Decision Cube with an
empty data set' 请教高手,有无解决办法?

 
为什么没有人回答呢,难道搞这种东西的人特别少么?
 
BUG报告
DECSIONCUBE 当DECSIONQUERY的数据只有一行时,
出错CAN'T BIND EMPTY Dataset
修改Mxstore.pas
2202 行的
//修改后的
if FDataStore.DataSet.RecordCount<=0 then
raise ECacheError.Create(sEmptyDataSet);
//修改前的
// if FDataStore.DataSet.RecordCount<=1 then
raise ECacheError.Create(sEmptyDataSet);
 
请问大虾另外一个问题,我使用TeeChart 5.5,但是Decision包使用的TeeChart5.0,能不能
更换其中的包为5.5呢,好像需要更改源文件。
我们可以认为Borland提供了Decision的全部源程序吗?
 
接受答案了.
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
顶部 底部