page count after N?? 4
hi
i have a report that wil have as many page as i want but always start??s in N??5 and i have a INdece in page 4 so how can i put the number of page in page for Exemple:
name page
a
5
b
6
C
7
Thank??s
i have a report that wil have as many page as i want but always start??s in N??5 and i have a INdece in page 4 so how can i put the number of page in page for Exemple:
name page
a
5
b
6
C
7
Thank??s
Comments
Engine.AddAnchor(<Termografia_sub."Foto1">);
memo 10 = [Engine.GetAnchorPage(<Termografia_sub."Foto1">)]
i it because i??m using page 5 as Sub Report and the number retorning is always "1" and it shoud be 5....to N. where i??m wrong?
Thanks
M.lopes
can you post a small sample demo in the binaries newsgroup?
link to the project with source to download
delphi source
Fr
database
i try changing the source for [Engine.GetAnchorPage(<Termografia_sub."Foto1">)] and nothing avery time it pick??s the first Page then 2?? line is wrong and continus numbering ....
where is the binaries newsgroup?
Thank.s
I??m new at this
BTW am i supposed to look at the report you saved as an .fr3 file or the one embeded in the dfm.
the Dfm has complet source
Thanks
also be very careful when connecting reports and grids to the same dataset
after the first moves through the table the grid will have it on the last recored and it wont be in correct position when the dataset of the report's second page starts.
along with the fact i need to translate names.
take a deep breath, and maybe rethink what you are trying to do.
look at the main demo urls and anchors again and try to build a duplicate of your own, this will
help you understand the linking.
Thank??s for the suport
Mlopes