A
asiancat
Unregistered / Unconfirmed
GUEST, unregistred user!
我现在用fastreport打印一个listview里面的数据,我模仿fastreport的demo例子写程序,使用fruserdataset,report控件的frReportGetValue里面写
if AnsiCompareText(ParName, 'cell1') = 0 then
ParValue := lv.Items[frUserDataset.RecNo].Caption
如果listview有多行也只能打出一行的数据。我看了一下这里的recno始终=1。
demo中没有对recno进行赋值,但是recno是从1到5变化的。
不知道哪里做的不对,请大家帮忙
if AnsiCompareText(ParName, 'cell1') = 0 then
ParValue := lv.Items[frUserDataset.RecNo].Caption
如果listview有多行也只能打出一行的数据。我看了一下这里的recno始终=1。
demo中没有对recno进行赋值,但是recno是从1到5变化的。
不知道哪里做的不对,请大家帮忙