Home > Archive > Clarion > January 2005 > C6 Report Library Class --> Grand total band
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
C6 Report Library Class --> Grand total band
|
|
| sharon 2005-01-06, 8:55 pm |
| Dear all..
i have facing some problems regarding the Grand Total Band at the C6
report library class the problems are as below:
1. How to make the grand total band stay at the bottom of the page
instead of hanging at the middle of the page when i print an invoice
in A4 size which have only few lines of sentences at the detail band?
2.Did the C6 report library class returns anything if i press the
"Cancel" at the preview page?
it's really urgent... please help...
thanks in advance...
Best Regards
Sharon
| |
|
| 1) The controls Absolute option should work. I'm not sure I've used
it. But according to the DOC it sounds
like what you need.
The ABSOLUTE attribute (PROP:ABSOLUTE) ensures that the DETAIL, or
group HEADER or FOOTER structure (contained within a BREAK structure),
always prints at a fixed position on the page. When ABSOLUTE is
present, the position specified by the x and y parameters of the
structure's AT attribute is relative to the top left corner of the
page. ABSOLUTE has no effect on following
structures printed without the ABSOLUTE attribute.
-------------
2)
In ThisWindow.Kill check Previewer:PrintOK.
IF NOT Previewer:PrintOK
Message('Report Not Printed')
END
Jim Mumford
| |
| sharon.khor@isos.com.my 2005-01-12, 3:55 am |
| Jim
Thanks Jim, however about the first question, sorry for confusing you
cause i wrote it wrongly, anyway my qusetion is:
How to make the grand total band stay at the bottom of the page
instead of hanging at the middle of the page when i print an invoice
in A4 size which have only few lines of sentences at the detail band at
the report writer?
|
|
|
|
|