Y yangpeng0622 Unregistered / Unconfirmed GUEST, unregistred user! 2004-01-08 #1 怎样求fastreport共几页,为什莫 TOTALPAGES 这个函数不好用呢,
Y yczjs Unregistered / Unconfirmed GUEST, unregistred user! 2004-01-08 #2 先PrepareReport然后获得 frReport1.EMFPages.Count
C caihua Unregistered / Unconfirmed GUEST, unregistred user! 2004-01-08 #3 这个问题我出碰过了.没办法,只好自己写. 你加一个变量啦. 在传变量的事件内加入这个变量=DataSet.RecordCount
C coolfun Unregistered / Unconfirmed GUEST, unregistred user! 2004-01-08 #4 你是不是想在输出的报表中显示“当前页/总页数”这样的格式吧。 如果是这样的话: 在报表设计器里 文件--》报表设置--》勾选“两遍报表”即可
Y yangpeng0622 Unregistered / Unconfirmed GUEST, unregistred user! 2004-01-12 #6 谢谢各位,再问一个问题,我想直接打印frPrintGrid1,怎样获得当前是第几页,共多少页
娃 娃娃 Unregistered / Unconfirmed GUEST, unregistred user! 2004-01-12 #7 就象上面coolfun所说的,添加一个总页数的变量,再设置两遍报表就行了。
Y yangpeng0622 Unregistered / Unconfirmed GUEST, unregistred user! 2004-01-12 #8 我说的是frPrintGrid1,而不是frReport1
W wwwwb Unregistered / Unconfirmed GUEST, unregistred user! 2004-01-13 #9 在frprintgrid1的PAGEFOOTER中的TEXT中:[page#] of [totalpages] frprintgrid1.DoublePassReport:=TRUE; frprintgrid1.ShowReport;
在frprintgrid1的PAGEFOOTER中的TEXT中:[page#] of [totalpages] frprintgrid1.DoublePassReport:=TRUE; frprintgrid1.ShowReport;
Y yangpeng0622 Unregistered / Unconfirmed GUEST, unregistred user! 2004-01-13 #11 frPG_GCOut.DoublePassReport:=TRUE; frPG_GCOut.PageFooter.Text:= [page#] of [totalpages]; 会出错[Error] Unit_GCOutReport.pas(129): Undeclared identifier: 'DoublePassReport' [Error] Unit_GCOutReport.pas(130): Undeclared identifier: 'page' 如何解决,谢谢
frPG_GCOut.DoublePassReport:=TRUE; frPG_GCOut.PageFooter.Text:= [page#] of [totalpages]; 会出错[Error] Unit_GCOutReport.pas(129): Undeclared identifier: 'DoublePassReport' [Error] Unit_GCOutReport.pas(130): Undeclared identifier: 'page' 如何解决,谢谢
W wwwwb Unregistered / Unconfirmed GUEST, unregistred user! 2004-01-13 #12 不会吧,在FR2.51中下一句没有问题 frPrintGrid1.DoublePassReport:=true; 在frprintgrid1的PAGEFOOTER中的TEXT中:[page#] of [totalpages] 在frprintgrid1属性栏设置。不是用代码。
不会吧,在FR2.51中下一句没有问题 frPrintGrid1.DoublePassReport:=true; 在frprintgrid1的PAGEFOOTER中的TEXT中:[page#] of [totalpages] 在frprintgrid1属性栏设置。不是用代码。