S
sparkgun
Unregistered / Unconfirmed
GUEST, unregistred user!
我在程序中使用这段代码
with FrReport1do
begin
if PrepareReport then
PrintPreparedReport('',1,True,frALL);
end;
就会报错
list index out of bound(0)
而我在设计期的时候是没有问题的。
希望各位dfw尽快帮我解答
with FrReport1do
begin
if PrepareReport then
PrintPreparedReport('',1,True,frALL);
end;
就会报错
list index out of bound(0)
而我在设计期的时候是没有问题的。
希望各位dfw尽快帮我解答