You are not logged in.
Pages: 1
Hi,
I thin k I'm to stupid to use the pagecounter.
I found in SQLite3Pages the follow: 'page n/n'.
So I tested in footer:
rep.AddTextToFooterAt('Page %d/%d', 200)
rep.AddTextToFooterAt('Page n/n', 10);
and both don't show the page numbers.
What's wrong?
thanks
Josef
Offline
Hi, You should use:
AddPagesToFooterAt('Page %d/%d',RightMarginPos);
"Uncertainty in science: There no doubt exist natural laws, but once this fine reason of ours was corrupted, it corrupted everything.", Blaise Pascal
Offline
Hi,
sorry. Now I see the declarations are above the procedures.
many thanks
josef
Offline
I know this post is old, but how I like to do my:
AddPagesToFooterAt('http://synopse.info/forum/'+' - Page (%d/%d)',LeftMargin);
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
Offline
Pages: 1