bestlong 怕失憶論壇's Archiver

bestlong 發表於 2006-6-28 11:35

Crystal XI VCL for Delphi Crpe.Tables[n] Out of memory

Crystal XI VCL for Delphi Crpe.Tables[n] Out of memory

  CrystalReport XI VCL for Delphi 在處理 Crpe.Tables[n] 偶爾/常常會出現 'Out of memory' 的問題。在使用上必須另外宣告 TCrpeTables 來使用,就沒有問題。當然,我沒有仔細去研究為什麼!
[code]
vCrpeTables := Crpe.Tables;
for ii := 0 to vCrpeTables.Count - 1 do
begin
  vName := vCrpeTables.Items[ii].Name;
  vAliasName := vCrpeTables.Items[ii].AliasName;
end;
[/code]

來源:http://jasper-dale.spaces.msn.com/
頁: [1]

Powered by Discuz! X1.5 Archiver   © 2001-2010 Comsenz Inc.