ehlib2.1如何打印页码啊?(100分)

  • 主题发起人 主题发起人 honestman
  • 开始时间 开始时间
H

honestman

Unregistered / Unconfirmed
GUEST, unregistred user!
好象找不到设置页码属性的地方啊!
 
Description
Use TPageColontitle to specify parameters of page footer and page header of TPrintDBGridEh component.
TPageColontitle is used in the PageFooter and PageHeader property of TPrintDBGridEh.
In LeftText, CenterText or RightText properties your can specify macros for next values:
&[Page] Substitutes current page
&[ShortDate] Substitutes current date using DateToStr function.
&[Date] Substitutes current date using DateToStr function.
&[LongDate] Substitutes current date using LongDateFormat.
&[Time] Substitutes current date using TimeToStr function.
&[Pages] Substitutes the count of pages. Presence of this macro slows preview of the first page.
EhLib Software
 
在PageFooter的CenterText中设置:
第&[Page]页 共&[Pages]页
 
如yaya8163和杜宝所言
 
接受答案了.
 
后退
顶部