making the [Page] alternating
Hello everybody,
Again I need your help.
I have a PageFooter to show the page number. As it ist supposed to be printed like a book, I'd like to have the page numbers alternating from right to left and vice versa.
How can I adjust this?
Thanks in advance.
Again I need your help.
I have a PageFooter to show the page number. As it ist supposed to be printed like a book, I'd like to have the page numbers alternating from right to left and vice versa.
How can I adjust this?
Thanks in advance.
Comments
if (<page> mod 2) then memoname.left := value else memoname.left := other value;